[
https://issues.apache.org/jira/browse/MAPREDUCE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372535#comment-14372535
]
Hadoop QA commented on MAPREDUCE-5782:
--------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12706074/MAPREDUCE-5782.001.patch
against trunk revision e1feb4e.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-mapreduce-project/hadoop-mapreduce-examples.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5322//testReport/
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5322//console
This message is automatically generated.
> Sort Use TableOrderPartitioner cannot find the path of _partition.lst int the
> container cwd.
> --------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-5782
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5782
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 0.23.10, 2.4.0
> Reporter: Bing Jiang
> Assignee: Chao Zhang
> Priority: Minor
> Attachments: MAPREDUCE-5782.001.patch
>
>
> hadoop jar hadoop-mapreduce-examples.jar sort sort \
> -inFormat org.apache.hadoop.mapreduce.lib.input.KeyValueTextInputFormat \
> -outFormat org.apache.hadoop.mapreduce.lib.output.TextOutputFormat \
> -outKey org.apache.hadoop.io.Text \
> -outValue org.apache.hadoop.io.Text \
> -totalOrder 0.1 10000 10 \
> input output
> It prints cannot find the file _partition.lst in the container's cwd.
> Error: java.lang.IllegalArgumentException: Can't read partitions file
> at
> org.apache.hadoop.mapreduce.lib.partition.TotalOrderPartitioner.setConf(TotalOrderPartitioner.java:116)
> at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:70)
> at
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130)
> at
> org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:642)
> at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:710)
> at
> org.apache.hadoop.mapred.MapTask.run(MapTask.java:333)
> at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:158)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)