[
https://issues.apache.org/jira/browse/HADOOP-15544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513934#comment-16513934
]
Steve Loughran commented on HADOOP-15544:
-----------------------------------------
hadoop cloud storage marks hadoop-common as provided (intentional, to keep lots
of transient cruft out); as a result there's a leaner set of imports from the
hadoop-azure module
{code}
[INFO] +- org.apache.hadoop:hadoop-azure:jar:3.2.0-SNAPSHOT:compile
[INFO] | +- org.threadly:threadly:jar:4.9.0:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.5:compile
[INFO] | +- com.microsoft.azure:azure-storage:jar:7.0.0:compile
[INFO] | | \- com.microsoft.azure:azure-keyvault-core:jar:1.0.0:compile
[INFO] | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] | +- com.google.inject:guice:jar:4.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | \- org.eclipse.jetty:jetty-util-ajax:jar:9.3.19.v20170502:compile
{code}
I'm slightly worried there's no
{{org.apache.htrace:htrace-core4:jar:4.1.0-incubating}} on that list, though we
do expect all of hadoop-common to have come in first
Need to check downstream to see what ends up on the CP
> ABFS: validate packing, transient classpath, hadoop fs CLI
> ----------------------------------------------------------
>
> Key: HADOOP-15544
> URL: https://issues.apache.org/jira/browse/HADOOP-15544
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.2
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Major
> Attachments: dependencies.txt
>
>
> Validate the packaging and dependencies of ABFS
> * hadoop-cloud-storage artifact to export everything needed
> * {{hadoop fs -ls abfs://path}} to work in ASF distributions
> * check transient CP (e.g spark)
> Spark master;s hadoop-cloud module depends on hadoop-cloud-storage if you
> build with the hadoop-3.1 profile, so it should automatically get in there.
> Just need to check that it picks it up too
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]