File tree Expand file tree Collapse file tree
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24682468 </property >
24692469
24702470 <property >
2471- <description >Normally, we do not need to set this configuration . The class would be loaded from customized classpath
2472- if it does not belongs to system-classes. For example, by default, the package org.apache.hadoop is in the
2473- system-classes, if your class CustomAuxService is in the package org.apache.hadoop, it would not be loaded
2474- from customized classpath. To solve this, either we could change the package for CustomAuxService, or configure
2475- our own system-classes which exclude org.apache.hadoop.</description >
2471+ <description >Normally this configuration shouldn't be manually set. The class would be loaded from customized
2472+ classpath if it does not belong to system-classes. By default, the package org.apache.hadoop is part of the
2473+ system-classes. If for example the class CustomAuxService is in the package org.apache.hadoop, it will not be
2474+ loaded from the customized classpath. To solve this, either the package of CustomAuxService could be changed,
2475+ or a separate system-classes could be configured which excludes the package org.apache.hadoop.</description >
24762476 <name >yarn.nodemanager.aux-services.%s.system-classes</name >
24772477 <value ></value >
24782478 </property >
You can’t perform that action at this time.
0 commit comments