Java org.apache.hadoop.mapred RunningJob fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred RunningJob fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred RunningJob.

The text is from its open source code.

Implementation

org.apache.hadoop.mapred.RunningJob has the following implementations.
Click this link to see all its implementation.

Method

CountersgetCounters()
Gets the counters for this job.
StringgetFailureInfo()
Get failure info for the job.
JobIDgetID()
Get the job identifier.
StringgetJobFile()
Get the path of the submitted job configuration.
StringgetJobID()
StringgetJobName()
Get the name of the job.
intgetJobState()
Returns the current state of the Job.
JobStatusgetJobStatus()
Returns a snapshot of the current status, JobStatus , of the Job.
TaskCompletionEvent[]getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks.
String[]getTaskDiagnostics(TaskAttemptID taskid)
Gets the diagnostic messages for a given task attempt.
StringgetTrackingURL()
Get the URL where some job progress information will be displayed.
booleanisComplete()
Check if the job is finished or not.
booleanisSuccessful()
Check if the job completed successfully.
voidkillJob()
Kill the running job.
voidkillTask(TaskAttemptID taskId, boolean shouldFail)
Kill indicated task attempt.
voidkillTask(String taskId, boolean shouldFail)
floatmapProgress()
Get the progress of the job's map-tasks, as a float between 0.0 and 1.0.
floatreduceProgress()
Get the progress of the job's reduce-tasks, as a float between 0.0 and 1.0.
floatsetupProgress()
Get the progress of the job's setup-tasks, as a float between 0.0 and 1.0.
voidwaitForCompletion()
Blocks until the job is complete.