Skip to content

Commit 3fb1140

Browse files
committed
improved description
1 parent da40961 commit 3fb1140

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,11 +2468,11 @@
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>

0 commit comments

Comments
 (0)