Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/21210 Please look at the log, @gatorsmile . That's a different issue instead of `No such file or directory`. With this patch, `spark-submit` is executed correctly and returned code 1. This one only reduce the degree of flakiness. ``` [info] org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite *** ABORTED *** (16 seconds, 491 milliseconds) [info] spark-submit returned with exit code 1. [info] Command line: './bin/spark-submit' '--name' 'prepare testing tables' '--master' 'local[2]' '--conf' 'spark.ui.enabled=false' '--conf' 'spark.master.rest.enabled=false' '--conf' 'spark.sql.warehouse.dir=/home/jenkins/workspace/SparkPullRequestBuilder@2/target/tmp/warehouse-ad028d51-4453-490f-92be-e65a3d7153d7' '--conf' 'spark.sql.test.version.index=0' '--driver-java-options' '-Dderby.system.home=/home/jenkins/workspace/SparkPullRequestBuilder@2/target/tmp/warehouse-ad028d51-4453-490f-92be-e65a3d7153d7' '/home/jenkins/workspace/SparkPullRequestBuilder@2/target/tmp/test6311626249493665939.py' ```
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org