[
https://issues.apache.org/jira/browse/HADOOP-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531597#comment-16531597
]
Steve Loughran commented on HADOOP-15560:
-----------------------------------------
As usual: ignore the shaded client warnings for now.
With the POM changes, the dependencies are now a lot more minimal
{code}
org.apache.hadoop:hadoop-azure:jar:3.2.0-SNAPSHOT
+- org.apache.hadoop:hadoop-common:jar:3.2.0-SNAPSHOT:provided
***
+- com.fasterxml.jackson.core:jackson-core:jar:2.9.5:compile
+- com.fasterxml.jackson.core:jackson-databind:jar:2.9.5:compile
| \- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.5:compile
+- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
| \- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
+- com.microsoft.azure:azure-storage:jar:7.0.0:compile
| \- com.microsoft.azure:azure-keyvault-core:jar:1.0.0:compile
+- com.google.inject:guice:jar:4.0:compile
| +- javax.inject:javax.inject:jar:1:compile
| \- aopalliance:aopalliance:jar:1.0:compile
+- com.google.guava:guava:jar:11.0.2:compile
+- joda-time:joda-time:jar:2.9.9:compile
+- org.eclipse.jetty:jetty-util-ajax:jar:9.3.19.v20170502:compile
{code}
Test Artifacts:
{code}
+- junit:junit:jar:4.11:test
| \- org.hamcrest:hamcrest-core:jar:1.3:test
+- org.apache.hadoop:hadoop-common:test-jar:tests:3.2.0-SNAPSHOT:test
+- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:3.2.0-SNAPSHOT:test
| +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:3.2.0-SNAPSHOT:test
| | +- org.apache.hadoop:hadoop-yarn-common:jar:3.2.0-SNAPSHOT:test
| | | +- org.apache.hadoop:hadoop-hdfs-client:jar:3.2.0-SNAPSHOT:test
| | | | \- com.squareup.okhttp:okhttp:jar:2.7.5:test
| | | | \- com.squareup.okio:okio:jar:1.6.0:test
| | | +- org.apache.hadoop:hadoop-yarn-api:jar:3.2.0-SNAPSHOT:test
| | | +- com.sun.jersey:jersey-client:jar:1.19:test
| | | +- com.sun.jersey.contribs:jersey-guice:jar:1.19:test
| | | +-
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.5:test
| | | \-
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.5:test
| | | \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.9.5:test
| | +- org.apache.hadoop:hadoop-yarn-client:jar:3.2.0-SNAPSHOT:test
| | \- org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.2.0-SNAPSHOT:test
| +- com.google.inject.extensions:guice-servlet:jar:4.0:test
| \- io.netty:netty:jar:3.10.5.Final:provided
+- org.apache.hadoop:hadoop-distcp:jar:3.2.0-SNAPSHOT:test
+- org.apache.hadoop:hadoop-distcp:test-jar:tests:3.2.0-SNAPSHOT:test
\- org.mockito:mockito-all:jar:1.8.5:test
{code}
There's still a google guice dependency, even though I can't seem to find out
where it is being used (there are no uses of guice or javax.inject in the code
that my IDE can find)
> ABFS: removed dependency injection and unnecessary dependencies
> ---------------------------------------------------------------
>
> Key: HADOOP-15560
> URL: https://issues.apache.org/jira/browse/HADOOP-15560
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Da Zhou
> Assignee: Da Zhou
> Priority: Major
> Attachments: HADOOP-15407-HADOOP-15407-009.patch
>
>
> # Removed dependency injection and unnecessary dependencies.
> # Added tool to clean up test containers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]