dongjoon-hyun commented on pull request #29286: URL: https://github.com/apache/spark/pull/29286#issuecomment-706630303
Hi, All. It turns out that `Hadoop 2.7 / Hive 2.3` combination SBT build is broken by this commit. - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7-hive-2.3/ **BEFORE THIS COMMIT** ``` $ build/sbt "yarn/testOnly *.YarnClusterSuite -- -z SparkHadoopUtil" -Pyarn -Phadoop-2.7 -Phive -Phive-2.3 ... [info] YarnClusterSuite: [info] - yarn-cluster should respect conf overrides in SparkHadoopUtil (SPARK-16414, SPARK-23630) (12 seconds, 193 milliseconds) [info] ScalaTest [info] Run completed in 29 seconds, 774 milliseconds. [info] Total number of tests run: 1 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [info] Passed: Total 1, Failed 0, Errors 0, Passed 1 [success] Total time: 122 s, completed Oct 10, 2020 5:21:55 PM ~s:23afc930ae $ git log --oneline -n1 23afc930ae (HEAD) [SPARK-26499][SQL][FOLLOWUP] Print the loading provider exception starting from the INFO level ``` **AFTER THIS COMMIT** ``` $ build/sbt "yarn/testOnly *.YarnClusterSuite -- -z SparkHadoopUtil" -Pyarn -Phadoop-2.7 -Phive -Phive-2.3 ... [info] *** 1 TEST FAILED *** [error] Failed: Total 1, Failed 1, Errors 0, Passed 0 [error] Failed tests: [error] org.apache.spark.deploy.yarn.YarnClusterSuite [error] (yarn / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 132 s (02:12), completed Oct 10, 2020 5:28:29 PM ``` ---------------------------------------------------------------- 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]
