zhangbutao commented on PR #3578: URL: https://github.com/apache/hive/pull/3578#issuecomment-1240296712
 Tested this Pr with Hadoop3.3.4 & Tez0.10.2, and HS2 started failed with above WARN. This is because Tez0.10.2 added related hadoop3.3.1 jars(e.g. `hadoop-hdfs-client-3.3.1.jar`) to binary package and this cause some conflict in hive's classpath. If i change the hadoop version to 3.3.4 in Tez0.10.2, hs2 will run successfully. :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
