Hadoop: View Task Manager related - Operation Command

1. Check the Job Information:
hadoop the Job -list

2.杀掉 Job:
hadoop  job –kill  job_id

View history log under 3. Specify the path Summary:
hadoop the Job -history the Output-dir

4. More details of the job:
Hadoop Job -history All the dir-Output

5. Print map and reduce percentage complete and all counters:
Hadoop Job -status the job_id

6. killing task. The task will not be killed is not conducive failed attempts:
hadoop JAB -kill-Task <Task-the above mentioned id>

7. the mission failed. The failure of the mission would be detrimental failed attempts:
hadoop--fail the Job Task <Task-the above mentioned id>

8, yarn Explorer-related
yarn application -list
To Kill a current job, use the kill application-id command is as follows:
the Yarn the Application -kill application_1437456051228_1725

Guess you like

Origin blog.csdn.net/wzq__janeGreen_/article/details/92610816