vivostar commented on code in PR #973:
URL: https://github.com/apache/bigtop/pull/973#discussion_r939596924
##########
bigtop-packages/src/common/spark/spark-thriftserver.svc:
##########
@@ -45,7 +45,8 @@ start() {
LOG_FILE=/var/log/spark/${DAEMON}.out
runuser -s /bin/bash $SVC_USER -c "nohup nice -n 0 \
- ${EXEC_PATH} --class
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 1 $DAEMON_FLAGS \
+ ${EXEC_PATH} --class
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 \
+ --hiveconf hive.server2.thrift.port=12000 1 $DAEMON_FLAGS \
Review Comment:
thanks, I fix this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]