You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/11 00:34:12 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on pull request #29286: [SPARK-21708][BUILD] Migrate build to sbt 1.x

dongjoon-hyun edited a comment 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
   
   $ git log --oneline -n1
   6daa2aeb01 (HEAD) [SPARK-21708][BUILD] Migrate build to sbt 1.x
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org