Skip to content

Commit

Permalink
Update sql-distributed-sql-engine.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen authored Sep 14, 2024
1 parent 890a8d7 commit 691619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql-distributed-sql-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Use the following setting to enable HTTP mode as system property or in `hive-sit

To test, use beeline to connect to the JDBC/ODBC server in http mode with:

beeline> !connect jdbc:hive2://<host>:<port>/<database>?transportMode=http;httpPath=<http_endpoint>
beeline> !connect jdbc:hive2://<host>:<port>/<database>;transportMode=http;httpPath=<http_endpoint>

If you closed a session and do CTAS, you must set `fs.%s.impl.disable.cache` to true in `hive-site.xml`.
See more details in [[SPARK-21067]](https://issues.apache.org/jira/browse/SPARK-21067).
Expand All @@ -94,4 +94,4 @@ To use the Spark SQL command line interface (CLI) from the shell:

./bin/spark-sql

For details, please refer to [Spark SQL CLI](sql-distributed-sql-engine-spark-sql-cli.html)
For details, please refer to [Spark SQL CLI](sql-distributed-sql-engine-spark-sql-cli.html)

0 comments on commit 691619e

Please sign in to comment.