Details
Description
If you are trying to exclude bits of the hadoop dependency tree *and include the hadoop cloud modules, the transitive depenency of the various cloud modules on hadoop-common forces you to exclude things in every module.
Better to mark those dependencies as provided: we assume that you add hadoop-common to your CP, and only add as compile time dependencies all the new JARs you need
Attachments
Issue Links
- is part of
-
HADOOP-15263 hadoop cloud-storage module to mark hadoop-common as provided; add azure-datalake
- Resolved