Skip to content

Commit 21c6cf4

Browse files
committed
Updated Spark SQL programming guide docs
1 parent fe0af31 commit 21c6cf4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/sql-programming-guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,9 @@ To start the JDBC server, run the following in the Spark directory:
586586

587587
./sbin/start-thriftserver.sh
588588

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

592593
./bin/beeline
593594

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

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

0 commit comments

Comments
 (0)