We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c1eb7 commit 35829a9Copy full SHA for 35829a9
bin/spark-sql
@@ -23,7 +23,8 @@
23
# Enter posix mode for bash
24
set -o posix
25
26
-# SparkSQLCLIDriver class name was used in SparkSubmit. Be careful about renaming it.
+# NOTE: This exact class name is matched downstream by SparkSubmit.
27
+# Any changes need to be reflected there.
28
CLASS="org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
29
30
# Figure out where Spark is installed
0 commit comments