TaskTracker.launchTaskForJob can be moved out of TaskTracker.localizeJob for
better readability.
------------------------------------------------------------------------------------------------
Key: HADOOP-4221
URL: https://issues.apache.org/jira/browse/HADOOP-4221
Project: Hadoop Core
Issue Type: Improvement
Reporter: Vinod K V
Priority: Trivial
The following is better readable than what is currently present.
{code}
private void startNewTask(tip){
jobFile = localizeJob(tip);
launchTaskForJob(tip, jobFile);
...
}
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.