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]
--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 |
-remove <"queuePath1;queuePath2"> |
Semicolon-separated queues to remove.
This example removes 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 |
-global <key1=val1,key2=val2> |
Updates global scheduler configurations.
This example sets |