File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/src/main/scala/org/apache/spark/deploy Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424set -o posix
2525
2626CLASS=" org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
27- CLASS_NOT_FOUND_EXIT_STATUS=1
27+ CLASS_NOT_FOUND_EXIT_STATUS=1024
2828
2929# Figure out where Spark is installed
3030FWDIR=" $( cd " ` dirname " $0 " ` " /..; pwd) "
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ object SparkSubmit {
5454 private val SPARK_SHELL = " spark-shell"
5555 private val PYSPARK_SHELL = " pyspark-shell"
5656
57- private val CLASS_NOT_FOUND_EXIT_STATUS = 1
57+ private val CLASS_NOT_FOUND_EXIT_STATUS = 1024
5858
5959 // Exposed for testing
6060 private [spark] var exitFn : () => Unit = () => System .exit(- 1 )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set -o posix
2727FWDIR=" $( cd " ` dirname " $0 " ` " /..; pwd) "
2828
2929CLASS=" org.apache.spark.sql.hive.thriftserver.HiveThriftServer2"
30- CLASS_NOT_FOUND_EXIT_STATUS=1
30+ CLASS_NOT_FOUND_EXIT_STATUS=1024
3131
3232function usage {
3333 echo " Usage: ./sbin/start-thriftserver [options] [thrift server options]"
You can’t perform that action at this time.
0 commit comments