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

Arpit Gupta commented on MAPREDUCE-3097:
----------------------------------------

archive command was issued as such

bin/hadoop  archive -archiveName archive.har -p /archive_tests/src 
archive_14/file* archive_tests/dst

The archive job ran successfully but when looking at the content of the archive 
it had no content.
                
> archive does not archive if the content specified is a file
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-3097
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3097
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.20.203.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Priority: Minor
>
> archive command only archives directories. when the content specified is a 
> file it proceeds with the archive job but does not archive the content this 
> can be misleading as the user might think that archive was successful. We 
> should change it to either throw an error or make it archive files.

--
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