Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.0
-
None
-
CentOS 6.4
-
Reviewed
Description
While trying to control settings related to expiration of tokens for long running jobs,based on the documentation ( http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-common/yarn-default.xml) I attempted to increase values for "yarn.rm.container-allocation.expiry-interval-ms" without luck. Looking code like YarnConfiguration.java I noticed that in recent versions all these kind of settings now have the prefix "yarn.resourcemanager.rm" as opposed to "yarn.rm". So for this specific case the setting of interest is yarn.resourcemanager.rm.container-allocation.expiry-interval-ms
I supposed there are other documentation errors similar to this.