Repository: hadoop Updated Branches: refs/heads/branch-2.8 f28c270c9 -> ae5dc10ec
MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie. (cherry picked from commit 0f23cd497b0baa0899c7565cd94e2f27dbc7c0ff) (cherry picked from commit 2830ee5f0fdbdf8123d0dd0858baf2c059a3f96f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ae5dc10e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ae5dc10e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ae5dc10e Branch: refs/heads/branch-2.8 Commit: ae5dc10ecdae3c4b92513f8f9b869eda03710257 Parents: f28c270 Author: Akira Ajisaka <[email protected]> Authored: Sat Jun 25 00:26:24 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Sat Jun 25 00:27:35 2016 +0900 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ae5dc10e/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java index 5af3c79..32f1d82b 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/tools/CLI.java @@ -513,7 +513,9 @@ public class CLI extends Configured implements Tool { /** * List the events for the given job - * @param jobId the job id for the job's events to list + * @param job the job to list + * @param fromEventId event id for the job's events to list from + * @param numEvents number of events we want to list * @throws IOException */ private void listEvents(Job job, int fromEventId, int numEvents) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
