cxzl25 commented on code in PR #1742:
URL: https://github.com/apache/auron/pull/1742#discussion_r2612985763


##########
dev/run-tpcds-test:
##########
@@ -53,6 +53,7 @@ echo "Using \`spark-submit\` from path: $SPARK_HOME" 1>&2
 exec "${SPARK_HOME}"/bin/spark-submit \
   --driver-memory 5g \
   --class org.apache.spark.sql.execution.benchmark.TPCDSQueryValidator  \
+  --conf spark.ui.enabled=false \

Review Comment:
   Maybe this configuration also needs to be added here.
   
   
https://github.com/apache/auron/blob/a0d94d4066c8d7406695584550dc2f9b969acae0/spark-extension-shims-spark/src/test/scala/org.apache.auron/BaseAuronSQLSuite.scala#L22



-- 
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]

Reply via email to