Added Methods |
Job getInstance()
|
Creates a new Job A Job will be created with a generic Configuration |
Job getInstance(Configuration )
|
Creates a new Job with a given Configuration The Job makes a copy of the Configuration so that any necessary internal modifications do not reflect on the incoming parameter. |
Job getInstance(Configuration, String)
|
Creates a new Job with a given Configuration and a given jobName. |
void setCancelDelegationTokenUponJobCompletion(boolean )
|
Sets the flag that will allow the JobTracker to cancel the HDFS delegation tokens upon job completion. |
void setUserClassesTakesPrecedence(boolean )
|
Set the boolean property for specifying which classpath takes precedence - the user's one or the system one when the tasks are launched |
float setupProgress()
|
Get the progress of the job's setup as a float between 0.0 and 1.0. |