Repository: ambari Updated Branches: refs/heads/trunk a1b6d516c -> aa2930a4a
AMBARI-17749. Typo "rather then" in spark-default.conf (Masahiro Tanaka via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aa2930a4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aa2930a4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aa2930a4 Branch: refs/heads/trunk Commit: aa2930a4a696f721934e0608d1dccf206a2fad9f Parents: a1b6d51 Author: Alejandro Fernandez <[email protected]> Authored: Tue Aug 9 10:54:44 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Aug 9 10:54:47 2016 -0700 ---------------------------------------------------------------------- .../common-services/SPARK/1.2.1/configuration/spark-defaults.xml | 2 +- .../SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/aa2930a4/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml index 748c270..a746e86 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml @@ -99,7 +99,7 @@ <value>false</value> <description> Set to true to preserve the staged files (Spark jar, app jar, distributed cache files) at the - end of the job rather then delete them. + end of the job rather than delete them. </description> <on-ambari-upgrade add="true"/> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/aa2930a4/ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml b/ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml index 42ed316..e70aacd 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml @@ -115,7 +115,7 @@ <value>false</value> <description> Set to true to preserve the staged files (Spark jar, app jar, distributed cache files) at the - end of the job rather then delete them. + end of the job rather than delete them. </description> <on-ambari-upgrade add="true"/> </property>
