This is an automated email from the ASF dual-hosted git repository.

gifuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a85451c  YARN-9575. Fix TestYarnConfigurationFields testcase failing. 
Contributed by Prabhu Joseph.
a85451c is described below

commit a85451c8d22b81c36329d7f6e19fa117dcedccad
Author: Giovanni Matteo Fumarola <gif...@apache.org>
AuthorDate: Tue May 21 11:25:30 2019 -0700

    YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed by 
Prabhu Joseph.
---
 .../hadoop-yarn-common/src/main/resources/yarn-default.xml     | 10 ----------
 .../src/site/markdown/yarn-service/Configurations.md           |  1 +
 2 files changed, 1 insertion(+), 10 deletions(-)

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 87c2f13..9741f6c 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
@@ -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>
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Configurations.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Configurations.md
index 4785f39..53ffa07 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Configurations.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Configurations.md
@@ -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.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to