List Hadoop running jobs
insights Stats
warning Please login first to view stats information.
Raymond
Code Snippets & Tips
Code snippets and tips for various programming languages/frameworks. All code examples are under MIT or Apache 2.0 license unless specified otherwise.
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
info Last modified by Raymond 3 years ago
copyright
This page is subject to Site terms.
comment Comments
No comments yet.