You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gautham Banasandra (Jira)" <ji...@apache.org> on 2022/06/22 04:41:00 UTC

[jira] [Updated] (HADOOP-11804) Shaded Hadoop client artifacts and minicluster

     [ https://issues.apache.org/jira/browse/HADOOP-11804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gautham Banasandra updated HADOOP-11804:
----------------------------------------
    Release Note: 
The `hadoop-client` Maven artifact available in 2.x releases pulls
Hadoop's transitive dependencies onto a Hadoop application's classpath.
This can be problematic if the versions of these transitive dependencies
conflict with the versions used by the application.

HADOOP-11804 adds new `hadoop-client-api` and
`hadoop-client-runtime` artifacts that shade Hadoop's dependencies
into a single jar. This avoids leaking Hadoop's dependencies onto the
application's classpath.

  was:
<!-- markdown -->

The `hadoop-client` Maven artifact available in 2.x releases pulls
Hadoop's transitive dependencies onto a Hadoop application's classpath.
This can be problematic if the versions of these transitive dependencies
conflict with the versions used by the application.

[HADOOP-11804](https://issues.apache.org/jira/browse/HADOOP-11804) adds
new `hadoop-client-api` and `hadoop-client-runtime` artifacts that
shade Hadoop's dependencies into a single jar. This avoids leaking
Hadoop's dependencies onto the application's classpath.


> Shaded Hadoop client artifacts and minicluster
> ----------------------------------------------
>
>                 Key: HADOOP-11804
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11804
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Major
>             Fix For: 3.0.0-alpha2
>
>         Attachments: HADOOP-11804.1.patch, HADOOP-11804.10.patch, HADOOP-11804.11.patch, HADOOP-11804.12.patch, HADOOP-11804.13.patch, HADOOP-11804.14.patch, HADOOP-11804.2.patch, HADOOP-11804.3.patch, HADOOP-11804.4.patch, HADOOP-11804.5.patch, HADOOP-11804.6.patch, HADOOP-11804.7.patch, HADOOP-11804.8.patch, HADOOP-11804.9.patch, hadoop-11804-client-test.tar.gz
>
>
> make a hadoop-client-api and hadoop-client-runtime that i.e. HBase can use to talk with a Hadoop cluster without seeing any of the implementation dependencies.
> see proposal on parent for details.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org