YARN-5632. UPDATE_EXECUTION_TYPE causes UpdateContainerRequestPBImpl to throw. Contributed by Jason Lowe

This commit is contained in:
Jason Lowe 2016-09-09 22:40:17 +00:00
parent 5706754f77
commit 1742022390
1 changed files with 0 additions and 5 deletions

View File

@ -37,9 +37,4 @@ public enum ContainerUpdateType {
* Resource decrease.
*/
DECREASE_RESOURCE,
/**
* Execution Type change.
*/
UPDATE_EXECUTION_TYPE
}