diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index ec2ac71adc..80672fb1cc 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -2459,6 +2459,24 @@ 0 + + Provide local directory which includes the related jar file as well as all the dependencies’ + jar file. We could specify the single jar file or use ${local_dir_to_jar}/* to load all + jars under the dep directory. + yarn.nodemanager.aux-services.%s.classpath + NONE + + + + Normally this configuration shouldn't be manually set. The class would be loaded from customized + classpath if it does not belong to system-classes. By default, the package org.apache.hadoop is part of the + system-classes. If for example the class CustomAuxService is in the package org.apache.hadoop, it will not be + loaded from the customized classpath. To solve this, either the package of CustomAuxService could be changed, + or a separate system-classes could be configured which excludes the package org.apache.hadoop. + yarn.nodemanager.aux-services.%s.system-classes + + + No. of ms to wait between sending a SIGTERM and SIGKILL to a container yarn.nodemanager.sleep-delay-before-sigkill.ms