MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie.
This commit is contained in:
parent
6314843881
commit
0f23cd497b
|
@ -626,7 +626,9 @@ public class CLI extends Configured implements Tool {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List the events for the given job
|
* 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
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
private void listEvents(Job job, int fromEventId, int numEvents)
|
private void listEvents(Job job, int fromEventId, int numEvents)
|
||||||
|
|
Loading…
Reference in New Issue