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/12/15 16:04:22 UTC

[GitHub] [spark] srowen commented on issue #25932: [WIP][SPARK-29250][BUILD][test-hadoop3.2][test-maven] Upgrade to Hadoop 3.2.1

srowen commented on issue #25932: [WIP][SPARK-29250][BUILD][test-hadoop3.2][test-maven] Upgrade to Hadoop 3.2.1
URL: https://github.com/apache/spark/pull/25932#issuecomment-565822573
 
 
   @ouyangxiaochen @dongjoon-hyun I ran into this today and this is what the issue is: Hadoop 3.2.1 updates from Guava 11 to Guava 27:
   https://github.com/apache/hadoop/blob/branch-3.2.1/hadoop-project/pom.xml#L95
   
   I think we may need to match this, not least of which because Guava is such a problem dependency that updates have to happen in a major release, probably. (Kind of surprised to see that in a maintenance release of Hadoop). Previously we'd been reluctant to vary from Hadoop, but, for Hadoop 3 profiles, seems like we need to try?
   
   Do you want to try that in this PR as part of moving it along?
   
   CC @steveloughran 

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