[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16244833#comment-16244833
 ] 

Yufei Gu commented on MAPREDUCE-6994:
-------------------------------------

Patch v4 doesn't fix the issue I mentioned in last comment. 
I saw the Dependency convergence error detected by Hadoop QA. It could be 
solved by remove the all {{InterfaceAudience}} and {{InterfaceStability}}, so 
that org.apache.hadoop:hadoop-mapreduce-client-uploader doesn't depend on 
org.apache.hadoop:hadoop-annotations. It is OK to remove all of them since the 
default is private.
{code}
Dependency convergence error for 
org.apache.hadoop:hadoop-annotations:3.1.0-SNAPSHOT paths to dependency are:
+-org.apache.hadoop:hadoop-mapreduce-client-uploader:3.1.0-SNAPSHOT
  +-org.apache.hadoop:hadoop-common:3.1.0-20171107.233007-373
    +-org.apache.hadoop:hadoop-annotations:3.1.0-SNAPSHOT
and
+-org.apache.hadoop:hadoop-mapreduce-client-uploader:3.1.0-SNAPSHOT
  +-org.apache.hadoop:hadoop-annotations:3.1.0-20171107.232932-373
and
+-org.apache.hadoop:hadoop-mapreduce-client-uploader:3.1.0-SNAPSHOT
  +-org.apache.hadoop:hadoop-common:3.1.0-20171107.233007-373
    +-org.apache.hadoop:hadoop-annotations:3.1.0-SNAPSHOT

[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence 
failed with message:
Failed while enforcing releasability. See above detailed error message.
{code}


> Uploader tool for Distributed Cache Deploy code changes
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-6994
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6994
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>            Reporter: Miklos Szegedi
>            Assignee: Miklos Szegedi
>         Attachments: MAPREDUCE-6994.000.patch, MAPREDUCE-6994.001.patch, 
> MAPREDUCE-6994.002.patch, MAPREDUCE-6994.003.patch, MAPREDUCE-6994.004.patch
>
>
> The proposal is to create a tool that collects all available jars in the 
> Hadoop classpath and adds them to a single tarball file. It then uploads the 
> resulting archive to an HDFS directory. This saves the cluster administrator 
> from having to set this up manually for Distributed Cache Deploy.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to