|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
RunningJob getJob(String ) |
Get an RunningJob object to track an ongoing job. |
TaskReport[] getMapTaskReports(String ) |
Get the information of the current state of the map tasks of a job. |
TaskReport[] getReduceTaskReports(String ) |
Get the information of the current state of the reduce tasks of a job. |
Added Methods | |
int getDefaultMaps() |
Get status information about the max available Maps in the cluster. |
int getDefaultReduces() |
Get status information about the max available Reduces in the cluster. |
RunningJob getJob(JobID ) |
Get an RunningJob object to track an ongoing job. |
RunningJob getJob(String ) |
@deprecated Applications should rather use .getJob(JobID). |
TaskReport[] getMapTaskReports(JobID ) |
Get the information of the current state of the map tasks of a job. |
TaskReport[] getMapTaskReports(String ) |
@deprecated Applications should rather use .getMapTaskReports(JobID) |
TaskReport[] getReduceTaskReports(JobID ) |
Get the information of the current state of the reduce tasks of a job. |
TaskReport[] getReduceTaskReports(String ) |
@deprecated Applications should rather use .getReduceTaskReports(JobID) |
Path getSystemDir() |
Grab the jobtracker system directory path where job-specific files are to be placed. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |