You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tom White (Updated) (JIRA)" <ji...@apache.org> on 2011/12/20 00:55:30 UTC

[jira] [Updated] (MAPREDUCE-3378) Create a single 'hadoop-mapreduce' Maven artifact

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

Tom White updated MAPREDUCE-3378:
---------------------------------

    Attachment: MAPREDUCE-3378.patch

Here's a patch that does something slightly more general: it creates a hadoop-all JAR that's convenient for users to consume. E.g. I tested with the following Maven dependency in another project:

{noformat}
<dependency>
  <groupId>org.apache.hadoop</groupId>
  <artifactId>hadoop-all</artifactId>
  <version>0.24.0-SNAPSHOT</version>
</dependency>
{noformat}

                
> Create a single 'hadoop-mapreduce' Maven artifact
> -------------------------------------------------
>
>                 Key: MAPREDUCE-3378
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3378
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.23.0
>            Reporter: Tom White
>         Attachments: MAPREDUCE-3378.patch
>
>
> In 0.23.0 there are multiple artifacts (hadoop-mapreduce-client-app, hadoop-mapreduce-client-common, hadoop-mapreduce-client-core, etc). It would be simpler for users to declare a dependency on hadoop-mapreduce (much like there's hadoop-common and hadoop-hdfs). (This would also be a step towards MAPREDUCE-2600.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira