Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public enum DeSelectType {
*/
RESOURCE_REQUESTS("resourceRequests"),
/**
* <code>APP_TIMEOUTS, APP_NODE_LABEL_EXPRESSION, AM_NODE_LABEL_EXPRESSION,
* <code>TIMEOUTS, APP_NODE_LABEL_EXPRESSION, AM_NODE_LABEL_EXPRESSION,
* RESOURCE_INFO</code> are additionally supported parameters added in
* YARN-6871.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4520,6 +4520,10 @@ Current supported items:
| Item | Data Type | Description |
|:---- |:---- |:---- |
| resourceRequests | comma separated string | Skip resource requests of application in return |
| timeouts | comma separated string | Skip timeouts of application in return |
| appNodeLabelExpression | comma separated string | Skip app node label expression of application in return |
| amNodeLabelExpression | comma separated string | Skip am node label expression of application in return |
| resourceInfo | comma separated string | Skip resource info of application in return |

e.g:

Expand Down