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 2019/05/30 15:49:24 UTC

[GitHub] [spark] wangyum opened a new pull request #24744: [SPARK-27831][FOLLOW-UP][BUILD][test-maven] Verify master build error

wangyum opened a new pull request #24744: [SPARK-27831][FOLLOW-UP][BUILD][test-maven] Verify master build error
URL: https://github.com/apache/spark/pull/24744
 
 
   ## What changes were proposed in this pull request?
   It seems the master build failures related to #24695. I have checked [6407](https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/6407/consoleFull), [6402](https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/6402/consoleFull), [6393](https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/6393/consoleFull) and [6394](https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/6394/consoleFull). all throws:
   ```
   ===== FINISHED o.a.s.sql.hive.thriftserver.HiveThriftBinaryServerSuite: 'test add jar' =====
   
   *** RUN ABORTED ***
     java.lang.NoClassDefFoundError: org/apache/hadoop/hive/contrib/udaf/example/UDAFExampleMax
     at org.apache.spark.sql.hive.test.HiveTestUtils$.<init>(HiveTestUtils.scala:28)
     at org.apache.spark.sql.hive.test.HiveTestUtils$.<clinit>(HiveTestUtils.scala)
     ...
   ```
   
   ## How was this patch tested?
   
   N/A
   

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


With regards,
Apache Git Services

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