Using an account that can execute Hadoop jobs, the hadoop command can be used to display and check the status of a Hadoop job during execution. Use the job option.
The example below shows the command to display a list of all Hadoop jobs (executing, completed, failed, and pending). This command checks the job ID, status, start time, and so on.
Example
Command execution example:
$ hadoop job -list all <Enter>