Skip to content

Commit e6d79e3

Browse files
committed
fix start-thriftserver bug when set driver-java-options
1 parent 948395d commit e6d79e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sbin/start-thriftserver.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ while (($#)); do
6868
THRIFT_SERVER_ARGS+=($1); shift
6969
THRIFT_SERVER_ARGS+=($1); shift
7070
;;
71+
72+
--driver-java-options)
73+
shift;
74+
export SPARK_SUBMIT_OPTS=$1; shift
75+
;;
7176

7277
*)
7378
SUBMISSION_ARGS+=($1); shift

0 commit comments

Comments
 (0)