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/04/24 13:59:27 UTC

[GitHub] [spark] wangyum opened a new pull request #24450: [SPARK-27556][BUILD] Exclude com.zaxxer:HikariCP-java7 from hadoop-yarn-server-web-proxy

wangyum opened a new pull request #24450: [SPARK-27556][BUILD] Exclude com.zaxxer:HikariCP-java7 from hadoop-yarn-server-web-proxy
URL: https://github.com/apache/spark/pull/24450
 
 
   ## What changes were proposed in this pull request?
   
   There are two HikariCP packages in classpath when building with `-Phive -Pyarn -Phadoop-3.2`.
   
   The HikariCP dependency tree:
   ```
   [INFO] | +- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:3.2.0:compile
   [INFO] | | \- org.apache.hadoop:hadoop-yarn-server-common:jar:3.2.0:compile
   [INFO] | | +- org.apache.hadoop:hadoop-yarn-registry:jar:3.2.0:compile
   [INFO] | | | \- commons-daemon:commons-daemon:jar:1.0.13:compile
   [INFO] | | +- org.apache.geronimo.specs:geronimo-jcache_1.0_spec:jar:1.0-alpha-1:compile
   [INFO] | | +- org.ehcache:ehcache:jar:3.3.1:compile
   [INFO] | | +- com.zaxxer:HikariCP-java7:jar:2.4.12:compile
   ```
   
   ```
   [INFO] +- org.apache.hive:hive-metastore:jar:2.3.4:compile
   [INFO] | +- javolution:javolution:jar:5.5.1:compile
   [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
   [INFO] | +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile
   [INFO] | +- com.zaxxer:HikariCP:jar:2.5.1:compile
   ```
   
   This pr exclude `com.zaxxer:HikariCP-java7` from `hadoop-yarn-server-web-proxy`.
   
   ## How was this patch tested?
   
   manual tests
   

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