wangyum commented on a change in pull request #23788: [SPARK-27176][SQL] Upgrade hadoop-3's built-in Hive maven dependencies to 2.3.4 URL: https://github.com/apache/spark/pull/23788#discussion_r270177734
########## File path: dev/deps/spark-deps-hadoop-3.2 ########## @@ -5,6 +5,7 @@ ST4-4.0.4.jar accessors-smart-1.2.jar activation-1.1.1.jar aircompressor-0.10.jar +ant-1.6.5.jar Review comment: I'm not sure do we really need it. It comes from `tomcat:jasper-compiler:jar:5.5.23`: ``` [INFO] +- org.apache.hive:hive-serde:jar:2.3.4:compile [INFO] | +- org.apache.hive:hive-service-rpc:jar:2.3.4:compile [INFO] | | +- tomcat:jasper-compiler:jar:5.5.23:compile [INFO] | | | +- javax.servlet:jsp-api:jar:2.0:compile [INFO] | | | \- ant:ant:jar:1.6.5:compile [INFO] | | \- tomcat:jasper-runtime:jar:5.5.23:compile [INFO] | | +- javax.servlet:servlet-api:jar:2.4:compile [INFO] | | \- commons-el:commons-el:jar:1.0:compile ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
