[ 
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

        

Reply via email to