Skip to content

Commit 35829a9

Browse files
committed
improve the description of comment
1 parent e6c1eb7 commit 35829a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/spark-sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
# Enter posix mode for bash
2424
set -o posix
2525

26-
# SparkSQLCLIDriver class name was used in SparkSubmit. Be careful about renaming it.
26+
# NOTE: This exact class name is matched downstream by SparkSubmit.
27+
# Any changes need to be reflected there.
2728
CLASS="org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
2829

2930
# Figure out where Spark is installed

0 commit comments

Comments
 (0)