Top
Interstage Big DataParallel Processing ServerV1.0.1 User's Guide
FUJITSU Software

10.3 Displaying Job Status

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, for example, the job ID, status, and start time.

Example

Command execution example:

$ hadoop job -list all <Enter>