Skip to content

Commit

Permalink
[SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.md
Browse files Browse the repository at this point in the history
Typo in thriftserver section

Author: Moussa Taifi <[email protected]>

Closes apache#6847 from moutai/patch-1 and squashes the following commits:

1bd29df [Moussa Taifi] Update sql-programming-guide.md
  • Loading branch information
moutai authored and srowen committed Jun 16, 2015
1 parent 29c5025 commit dc455b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dc455b8

Please sign in to comment.