aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorMoussa Taifi <moutai10@gmail.com>2015-06-16 20:59:22 +0100
committerSean Owen <sowen@cloudera.com>2015-06-16 20:59:22 +0100
commitdc455b88330f79b1181a585277ea9ed3e0763703 (patch)
tree708f8ac3a6dcdefe0384348f84cb6d0f0b17257c /docs/sql-programming-guide.md
parent29c5025a7058e64baccb6dfe3ad74d918da64494 (diff)
downloadspark-dc455b88330f79b1181a585277ea9ed3e0763703.tar.gz
spark-dc455b88330f79b1181a585277ea9ed3e0763703.tar.bz2
spark-dc455b88330f79b1181a585277ea9ed3e0763703.zip
[SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.md
Typo in thriftserver section Author: Moussa Taifi <moutai10@gmail.com> Closes #6847 from moutai/patch-1 and squashes the following commits: 1bd29df [Moussa Taifi] Update sql-programming-guide.md
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 7fed1bf882..61f9c5f02a 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1816,7 +1816,7 @@ To start the JDBC/ODBC server, run the following in the Spark directory:
This script accepts all `bin/spark-submit` command line options, plus a `--hiveconf` option to
specify Hive properties. You may run `./sbin/start-thriftserver.sh --help` for a complete list of
all available options. By default, the server listens on localhost:10000. You may override this
-bahaviour via either environment variables, i.e.:
+behaviour via either environment variables, i.e.:
{% highlight bash %}
export HIVE_SERVER2_THRIFT_PORT=<listening-port>