List Hadoop running jobs

Raymond Raymond visibility 748 event 2019-11-18 access_time 2 years ago language English

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
More from Kontext
info Last modified by Raymond 2 years ago copyright This page is subject to Site terms.
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts