schedulerconf

Updates the scheduler configuration. This feature is in the alpha phase and is subject to change.

The usage is as follows:

$ yarn shedulerconf [options]
Arguments

--add <"queuePath1:key1=val1,key2=val2;queuePath2:key3=val3">

Semicolon-separated values of queues to add and their queue configurations. This example adds the queue queuePath1 (a full path name) with the queue configurations key1=val1 and key2=val2. It also adds the queue queuePath2 with the queue configuration key3=val3

-remove <"queuePath1;queuePath2">

Semicolon-separated queues to remove. This example removes queuePath1 and queuePath2 queues (full path names).

Queues must be put into STOPPED state before they are deleted

-update <"queuePath1:key1=val1,key2=val2;queuePath2:key3=val3">

Semicolon-separated values of queues whose configurations should be updated. This example sets key1=val1 and key2=val2 for queue configuration of queuePath1 (full path name), and sets key3=val3 for queue configuration of queuePath2

-global <key1=val1,key2=val2>

Updates global scheduler configurations. This example sets key1=val1 and key2=val2 for scheduler’s global configuration

Found a mistake? Seleсt text and press Ctrl+Enter to report it