yaooqinn commented on pull request #29036: URL: https://github.com/apache/spark/pull/29036#issuecomment-656450605
Thanks for ping me @cloud-fan, "It took around 40 seconds for boot-up" a local mode backend with UI disabled sounds weird to me. ```java Spark SQL CLI command line: ../../bin/spark-sql --master local \ --driver-java-options -Dderby.system.durability=test \ --driver-class-path /home/jenkins/workspace/SparkPullRequestBuilder@3/sql/hive-thriftserver/src/test/noclasspath \ --conf spark.ui.enabled=false \ --hiveconf javax.jdo.option.ConnectionURL=jdbc:derby:;databaseName=/home/jenkins/workspace/SparkPullRequestBuilder@3/target/tmp/spark-64c2cb57-c790-4fa1-a682-92f54805fbe3;create=true \ --hiveconf hive.exec.scratchdir=/home/jenkins/workspace/SparkPullRequestBuilder@3/target/tmp/spark-46cc494d-0aa3-455f-aeb8-7232c7634a1a \ --hiveconf conf1=conftest \ --hiveconf conf2=1 Exception: java.util.concurrent.TimeoutException: Futures timed out after [1 minute] ``` But I am also +1 with this approach. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
