[
https://issues.apache.org/jira/browse/FLINK-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171992#comment-15171992
]
ASF GitHub Bot commented on FLINK-3540:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/1737
[FLINK-3540] Shade org.htrace in flink-shaded-hadoop to get rid of Guava
dependency
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink3540
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1737.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1737
----
commit 860467e2b72079aaff68b496e76dc9b0fd95e088
Author: Robert Metzger <[email protected]>
Date: 2016-02-29T15:13:02Z
[FLINK-3540] Shade org.htrace in flink-shaded-hadoop to get rid of its
Guava dependency
----
> Hadoop 2.6.3 build contains /com/google/common (guava) classes in
> flink-dist.jar
> --------------------------------------------------------------------------------
>
> Key: FLINK-3540
> URL: https://issues.apache.org/jira/browse/FLINK-3540
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Reporter: Robert Metzger
> Assignee: Robert Metzger
> Priority: Blocker
>
> While testing the 1.0.0 RC2, I found that the "flink-dist.jar" contains
> unshaded guava classes.
> The dependency tree of "flink-dist" shows where the dependency is coming from
> {code}
> [INFO] | \- org.apache.flink:flink-shaded-hadoop2:jar:1.1-SNAPSHOT:compile
> [INFO] | +- xmlenc:xmlenc:jar:0.52:compile
> [INFO] | +- commons-codec:commons-codec:jar:1.4:compile
> [INFO] | +- commons-io:commons-io:jar:2.4:compile
> [INFO] | +- commons-net:commons-net:jar:3.1:compile
> [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
> [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile
> [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
> [INFO] | +- com.sun.jersey:jersey-core:jar:1.9:compile
> [INFO] | +- commons-el:commons-el:jar:1.0:runtime
> [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] | +- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
> [INFO] | +- commons-lang:commons-lang:jar:2.6:compile
> [INFO] | +- commons-configuration:commons-configuration:jar:1.7:compile
> [INFO] | +- commons-digester:commons-digester:jar:1.8.1:compile
> [INFO] | +- org.xerial.snappy:snappy-java:jar:1.0.5:compile
> [INFO] | +- com.google.code.gson:gson:jar:2.2.4:compile
> [INFO] | +-
> org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
> [INFO] | +-
> org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
> [INFO] | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
> [INFO] | +- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
> [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile
> [INFO] | +- org.htrace:htrace-core:jar:3.0.4:compile
> [INFO] | | \- com.google.guava:guava:jar:12.0.1:compile
> [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)