[
https://issues.apache.org/jira/browse/MAPREDUCE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851677#action_12851677
]
Hadoop QA commented on MAPREDUCE-1628:
--------------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12440285/m1628_20100330.patch
against trunk revision 928104.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 5 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/73/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/73/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/73/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/73/console
This message is automatically generated.
> HarFileSystem shows incorrect replication numbers and permissions
> -----------------------------------------------------------------
>
> Key: MAPREDUCE-1628
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1628
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: harchive
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
> Fix For: 0.22.0
>
> Attachments: m1628_20100329.patch, m1628_20100329b.patch,
> m1628_20100330.patch
>
>
> In the har dir, the replication # of part-0 is 3.
> {noformat}
> -bash-3.1$ hadoop fs -ls ${DIR}.har
> Found 3 items
> -rw------- 5 tsz users 1141 2010-02-10 18:34 /user/tsz/t20.har/_index
> -rw------- 5 tsz users 24 2010-02-10 18:34
> /user/tsz/t20.har/_masterindex
> -rw------- 3 tsz users 15052 2010-02-10 18:34 /user/tsz/t20.har/part-0
> {noformat}
> but the replication # of the individual har:// files is shown as 5.
> {noformat}
> -bash-3.1$ hadoop fs -lsr ${HAR_FULL}/
> drw------- - tsz users 0 2010-02-10 18:34 /user/tsz/t20.har/t20
> -rw------- 5 tsz users 723 2010-02-10 18:34
> /user/tsz/t20.har/t20/text-00000000
> -rw------- 5 tsz users 779 2010-02-10 18:34
> /user/tsz/t20.har/t20/text-00000001
> -rw------- 5 tsz users 818 2010-02-10 18:34
> /user/tsz/t20.har/t20/text-00000002
> ...
> {noformat}
> The permission also has similar problem. Clearly, the permission of
> t20.har/t20 shown above is incorrect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.