YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed by Prabhu Joseph.

This commit is contained in:
Giovanni Matteo Fumarola 2019-05-21 11:25:30 -07:00
parent 5906268f0d
commit a85451c8d2
2 changed files with 1 additions and 10 deletions

View File

@ -4211,14 +4211,4 @@
<name>yarn.resourcemanager.activities-manager.app-activities.max-queue-length</name>
<value>1000</value>
</property>
<property>
<description>
Comma separated extra class path parameters for yarn services AM.
These path elements will be appended to the end of the YARN service AM
classpath.
</description>
<name>yarn.service.classpath</name>
<value></value>
</property>
</configuration>

View File

@ -131,6 +131,7 @@ The above config allows the service AM to be retried a maximum of 10 times.
|yarn.service.log.exclude-pattern | Regex expression for excluding log files by name when aggregating the logs after the application completes. If the log file name matches both include and exclude pattern, this file will be excluded (default does not exclude any files).|
|yarn.service.rolling-log.include-pattern | Regex expression for including log files by name when aggregating the logs while app is running.|
|yarn.service.rolling-log.exclude-pattern | Regex expression for excluding log files by name when aggregating the logs while app is running. If the log file name matches both include and exclude pattern, this file will be excluded.|
|yarn.service.classpath | Comma separated extra class path parameters for yarn services AM. These path elements will be appended to the end of the YARN service AM classpath. |
### Component-level configuration properties
Component-level service AM configuration properties can be specified either in the cluster `yarn-site.xml` at the global level (effectively overriding the default values system-wide), specified per service in the `properties` field of the `Configuration` object, or specified per component in the `properties` field of the component's `Configuration` object.