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

Hadoop QA commented on HADOOP-3580:
-----------------------------------

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

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

This message is automatically generated.

> Using a har file as input for the Sort example fails
> ----------------------------------------------------
>
>                 Key: HADOOP-3580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3580
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: tools/harchive
>            Reporter: Jothi Padmanabhan
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3580_1.patch
>
>
> Using a har file as input for the Sort example fails
> I ran the randomwriter example and then ran the archive on the output of 
> randomwriter to create a new HAR file. I specified this har file as the input 
> for sort program and it failed.
> STEP1: bin/hadoop jar hadoop-0.18.0-dev-examples.jar randomwriter input
> STEP2: bin/hadoop archive -archiveName foo.har /user/jothipn/input 
> /user/jothipn
> STEP3:  bin/hadoop jar hadoop-0.18.0-dev-examples.jar sort 
> har:///user/jothipn/foo.har/user/jothipn/input output
> java.lang.ArrayIndexOutOfBoundsException: 17
>         at 
> org.apache.hadoop.mapred.FileInputFormat.getBlockIndex(FileInputFormat.java:334)
>         at 
> org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:248)
>         at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:686)
>         at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:966)
>         at org.apache.hadoop.examples.Sort.run(Sort.java:147)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
>         at org.apache.hadoop.examples.Sort.main(Sort.java:158)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68)
>         at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139)
>         at 
> org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:53)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.hadoop.util.RunJar.main(RunJar.java:155)

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