From 691619e66352072c85e734d4576126a160fd2b22 Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Fri, 13 Sep 2024 17:18:10 -0700 Subject: [PATCH] Update sql-distributed-sql-engine.md --- docs/sql-distributed-sql-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sql-distributed-sql-engine.md b/docs/sql-distributed-sql-engine.md index 08d484141a4ec..ae8fd9c7211bd 100644 --- a/docs/sql-distributed-sql-engine.md +++ b/docs/sql-distributed-sql-engine.md @@ -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://:/?transportMode=http;httpPath= + beeline> !connect jdbc:hive2://:/;transportMode=http;httpPath= 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). @@ -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) \ No newline at end of file +For details, please refer to [Spark SQL CLI](sql-distributed-sql-engine-spark-sql-cli.html)