You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/08/07 02:21:00 UTC

[GitHub] [bigtop] vivostar commented on a diff in pull request #973: BIGTOP-3767. Add Spark Thrift Server Puppet Deploy Code

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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org