aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spark-sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-sql b/bin/spark-sql
index ae096530ca..9d66140b6a 100755
--- a/bin/spark-sql
+++ b/bin/spark-sql
@@ -24,7 +24,7 @@
set -o posix
CLASS="org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
-CLASS_NOT_FOUND_EXIT_STATUS=1
+CLASS_NOT_FOUND_EXIT_STATUS=101
# Figure out where Spark is installed
FWDIR="$(cd "`dirname "$0"`"/..; pwd)"