Repository: hadoop Updated Branches: refs/heads/branch-2 8a1ee4d2b -> 2830ee5f0
MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie. (cherry picked from commit 0f23cd497b0baa0899c7565cd94e2f27dbc7c0ff) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2830ee5f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2830ee5f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2830ee5f Branch: refs/heads/branch-2 Commit: 2830ee5f0fdbdf8123d0dd0858baf2c059a3f96f Parents: 8a1ee4d 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:18 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/2830ee5f/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 3ae59ed..facd759 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]
