Repository: hadoop Updated Branches: refs/heads/trunk 631484388 -> 0f23cd497
MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0f23cd49 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0f23cd49 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0f23cd49 Branch: refs/heads/trunk Commit: 0f23cd497b0baa0899c7565cd94e2f27dbc7c0ff Parents: 6314843 Author: Akira Ajisaka <[email protected]> Authored: Sat Jun 25 00:26:24 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Sat Jun 25 00:26:24 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/0f23cd49/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 5553f83..33f8658 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 @@ -626,7 +626,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]
