MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie.

(cherry picked from commit 0f23cd497b)
(cherry picked from commit 2830ee5f0f)
This commit is contained in:
Akira Ajisaka 2016-06-25 00:26:24 +09:00
parent f28c270c96
commit ae5dc10ecd
1 changed files with 3 additions and 1 deletions

View File

@ -513,7 +513,9 @@ protected long getCounter(Counters counters, String counterGroupName,
/**
* 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)