queue

The command allows to interact with queues and view job queue information.

The usage is as follows:

$ mapred queue [-list] | [-info <job-queue-name> [-showJobs]] | [-showacls]
Arguments

-list

Returns a list of job queues configured in the system along with scheduling information

-info <job-queue-name> [-showJobs]

Displays the job queue information and associated scheduling information of a particular job queue. If the -showJobs flag is provided, a list of jobs submitted to the particular job queue is displayed

-showacls

Displays the queue name and associated queue operations allowed for the current user. The list includes only those queues to which the user has access

Example:

$ mapred queue -list
Found a mistake? Seleсt text and press Ctrl+Enter to report it