viirya commented on pull request #29326:
URL: https://github.com/apache/spark/pull/29326#issuecomment-873359259


   Encountered some issues.
   
   Although we can switch to hive-exec without classifier (shaded version) to 
get rid of above guava version issue, the shaded hive-exec contains (without 
relocation) some dependencies like commons-lang3, orc that are not same version 
with Spark and so they conflict.
   
   Because shaded hive-exec jar already includes these dependency jars, seems 
dependency exclusions in pom cannot exclude them.
   
   Currently seems we can just go back to Hive to shade every included 
dependencies? Any other thoughts?
   


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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to