File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
core/src/main/scala/org/apache/spark/deploy Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 23
23
# Enter posix mode for bash
24
24
set -o posix
25
25
26
+ # SparkSQLCLIDriver class name was used in SparkSubmit. Be careful about renaming it.
26
27
CLASS=" org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
27
28
28
29
# Figure out where Spark is installed
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ object SparkSubmit {
143
143
case (_, CLUSTER ) if isShell(args.primaryResource) =>
144
144
printErrorAndExit(" Cluster deploy mode is not applicable to Spark shells." )
145
145
case (_, CLUSTER ) if isSqlShell(args.mainClass) =>
146
- printErrorAndExit(" Cluster deploy mode is not applicable to Spark Sql shell." )
146
+ printErrorAndExit(" Cluster deploy mode is not applicable to Spark SQL shell." )
147
147
case _ =>
148
148
}
149
149
You can’t perform that action at this time.
0 commit comments