Skip to content

Commit

Permalink
Updated Spark SQL programming guide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jul 24, 2014
1 parent fe0af31 commit 21c6cf4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,9 @@ To start the JDBC server, run the following in the Spark directory:

./sbin/start-thriftserver.sh

The default port the server listens on is 10000. Now you can use beeline to test the Thrift JDBC
server:
The default port the server listens on is 10000. You may run
`./sbin/start-thriftserver.sh --help` for a complete list of all available
options. Now you can use beeline to test the Thrift JDBC server:

./bin/beeline

Expand Down Expand Up @@ -765,3 +766,5 @@ To start the Spark SQL CLI, run the following in the Spark directory:
./bin/spark-sql

Configuration of Hive is done by placing your `hive-site.xml` file in `conf/`.
You may run `./bin/spark-sql --help` for a complete list of all available
options.

0 comments on commit 21c6cf4

Please sign in to comment.