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

Hadoop QA commented on HADOOP-3545:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12383995/hadoop-3545_1.patch
  against trunk revision 667506.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no tests are needed for this patch.

    +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/Hadoop-Patch/2657/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2657/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2657/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2657/console

This message is automatically generated.

> archive  is failing with "Illegal Capacity" error
> -------------------------------------------------
>
>                 Key: HADOOP-3545
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3545
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: tools/harchive
>    Affects Versions: 0.18.0
>            Reporter: Jothi Padmanabhan
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3545_1.patch
>
>
> I ran the randomwriter example and then tried to archive the directory 
> created by the randomwriter. I seem to be getting an "Illegal Capacity" 
> error. 
> The following is the output when run on the cluster with 50 nodes. 
> The number reported after the "Illegal capacity"  is half the number of maps 
> created by the random writer (here 48)
> [EMAIL PROTECTED] ~/hadoop-0.18.0-dev $ bin/hadoop jar 
> hadoop-0.18.0-dev-examples.jar randomwriter 
> -Dtest.randomwriter.maps_per_host=1 input4
> <<FOLLOWED BY>>
> [EMAIL PROTECTED] ~/hadoop-0.18.0-dev $ bin/hadoop archive -archiveName 
> foo.har /user/jothipn/input4 /user/jothipn
> 08/06/12 08:06:43 WARN fs.FileSystem: "mymachine:54039" is a deprecated 
> filesystem name. Use "hdfs://mymachine:54039/" instead.
> 08/06/12 08:06:43 WARN fs.FileSystem: "mymachine:54039" is a deprecated 
> filesystem name. Use "hdfs://mymachine:54039/" instead.
> 08/06/12 08:06:43 WARN fs.FileSystem: "mymachine:54039" is a deprecated 
> filesystem name. Use "hdfs://mymachine:54039/" instead.
> Illegal Capacity: -24

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