List Hadoop running jobs

Raymond Tang Raymond Tang 0 1355 0.62 index 7/12/2019

Hadoop provides a number of CLIs. Hadoop job command can be used to retrieve running job list.

You can also use YARN resource manager UI to view the jobs too.

Run the command in Hadoop Edge nodes' terminal.

You can also use grep command to filter the results. For example:

hadoop job -list | grep username

The results also contain the track URL which you can open in browser.

Code snippet

hadoop job -list
hadoop shell

Join the Discussion

View or add your thoughts below

Comments