YARN-5632. UPDATE_EXECUTION_TYPE causes UpdateContainerRequestPBImpl to throw. Contributed by Jason Lowe
This commit is contained in:
parent
5706754f77
commit
1742022390
|
@ -37,9 +37,4 @@ public enum ContainerUpdateType {
|
||||||
* Resource decrease.
|
* Resource decrease.
|
||||||
*/
|
*/
|
||||||
DECREASE_RESOURCE,
|
DECREASE_RESOURCE,
|
||||||
|
|
||||||
/**
|
|
||||||
* Execution Type change.
|
|
||||||
*/
|
|
||||||
UPDATE_EXECUTION_TYPE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue