[
https://issues.apache.org/jira/browse/MAPREDUCE-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913908#comment-13913908
]
Akira AJISAKA commented on MAPREDUCE-5765:
------------------------------------------
Thanks for updating the patch.
Could you please remove the followings?
{code}
@@ -71,7 +71,7 @@
throw new RuntimeException("UGI is not using its own security conf!");
}
}
-
+
{code}
{code}
@@ -115,7 +115,10 @@ private void waitTillAllFinished(JobControl theControl) {
} catch (Exception e) {}
}
}
-
+ public void testOrder() throws Exception {
+ testControlledJob();
+ testJobControlWithFailJob();
+ }
{code}
I think these diffs are not related to this issue.
> Update hadoop-pipes examples README
> -----------------------------------
>
> Key: MAPREDUCE-5765
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5765
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: pipes
> Affects Versions: 3.0.0, 2.5.0
> Reporter: Jonathan Eagles
> Assignee: Mit Desai
> Priority: Minor
> Labels: documentation
> Attachments: MAPREDUCE-5765.patch, MAPREDUCE-5765.patch
>
>
> wordcount-simple is in the native/examples directory
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)