[ 
https://issues.apache.org/jira/browse/HADOOP-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601506#action_12601506
 ] 

Adam Heath commented on HADOOP-3477:
------------------------------------

More details:

==
[EMAIL PROTECTED]:~/code/upstream/nutch$ tar tzvf hadoop-0.17.0.tar.gz |awk 
'{print $6}'|sort|uniq -c|grep -v '1 '
      2 hadoop-0.17.0/contrib/hod/bin/VERSION
      2 hadoop-0.17.0/contrib/hod/bin/checknodes
      2 hadoop-0.17.0/contrib/hod/bin/hod
      2 hadoop-0.17.0/contrib/hod/bin/hodcleanup
      2 hadoop-0.17.0/contrib/hod/bin/hodring
      2 hadoop-0.17.0/contrib/hod/bin/ringmaster
==

This occurs because those files are included twice in build.xml, because there 
is no explicit exclude on those dirs, like there is for the others.  The 
attached patch(1-line) adds such an exclude.

This is keeping me from using the downloaded tarball as the orig.tar.gz for a 
debian package.

> release tar.gz contains duplicate files
> ---------------------------------------
>
>                 Key: HADOOP-3477
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3477
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.16.4, 0.17.0
>            Reporter: Adam Heath
>         Attachments: hadoop-tar.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to