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

John George commented on HADOOP-7539:
-------------------------------------

Manual tests run:

- created a har file as follows:
   - hadoop fs -put test /tmp
   - hadoop archive -archiveName test.har -p /tmp test /tmp

- ran the following manual tests:
   - wordcount on a couple of har files
   - streaming on the same har file with: hadoop jar hadoop-streaming.jar 
-Dmapred.reduce.tasks=1 -input har:///tmp/test.har/test/aa -output /tmp/aaa.2 
-mapper cat -reducer "wc -l"


Both of the above jobs completed successfully and had outputs in the 
corresponding output directory.

> merge hadoop archive goodness from trunk to .20
> -----------------------------------------------
>
>                 Key: HADOOP-7539
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7539
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0
>            Reporter: John George
>            Assignee: John George
>             Fix For: 0.20.205.0
>
>         Attachments: HADOOP-7539-1.patch
>
>
> hadoop archive in branch-0.20-security is outdated. When run recently, it 
> produced  some bugs which were all fixed in trunk. This JIRA aims to bring in 
> all these JIRAs to branch-0.20-security.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to