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 "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/05/12 23:15:02 UTC

[jira] [Updated] (HADOOP-11804) POC Hadoop Client w/o transitive dependencies

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

Sean Busbey updated HADOOP-11804:
---------------------------------
    Attachment: HADOOP-11804.1.patch

works-at-all. doesn't filter by IA.Public annotation.

-01
  * create shaded artifacts for downstream compile, runtime, and test scopes
  * hadoop-client-api is compile scope, currently all org.apache.hadoop from hadoop-client
  * hadoop-client-runtime is runtime scope, contains relocated third party deps from hadoop-client
  * hadoop-client-minicluster is test scope, has the hadoop-minicluster and deps shaded (w/third party relocated) barring those things found in api and runtime.
  * has a local implementation of MSHADE-182
  * requires a maven version that can use the dependency-plugin feature of banning all transitive dependencies.

> POC Hadoop Client w/o transitive dependencies
> ---------------------------------------------
>
>                 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
>         Attachments: HADOOP-11804.1.patch
>
>
> 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
(v6.3.4#6332)