MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie.
(cherry picked from commit 0f23cd497b
)
This commit is contained in:
parent
8a1ee4d2b5
commit
2830ee5f0f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue