MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie.
(cherry picked from commit0f23cd497b
) (cherry picked from commit2830ee5f0f
)
This commit is contained in:
parent
f28c270c96
commit
ae5dc10ecd
|
@ -513,7 +513,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