Repository: ambari Updated Branches: refs/heads/trunk 2d0d5022f -> b6d9b9c4e
AMBARI-11531. Can't download client configs for Spark (Gautam Borad via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b6d9b9c4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b6d9b9c4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b6d9b9c4 Branch: refs/heads/trunk Commit: b6d9b9c4e6b499b324c3d285648a54043189a939 Parents: 2d0d502 Author: Alejandro Fernandez <[email protected]> Authored: Tue Jun 2 15:37:10 2015 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Jun 2 15:37:10 2015 -0700 ---------------------------------------------------------------------- .../SPARK/1.2.0.2.2/metainfo.xml | 22 ++++++++++++++++++++ .../SPARK/1.3.1.2.3/metainfo.xml | 22 ++++++++++++++++++++ 2 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b6d9b9c4/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml index 344d9c4..b6eaa5b 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml @@ -101,6 +101,28 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configFiles> + <configFile> + <type>env</type> + <fileName>spark-log4j.properties</fileName> + <dictionaryName>spark-log4j-properties</dictionaryName> + </configFile> + <configFile> + <type>env</type> + <fileName>spark-env.sh</fileName> + <dictionaryName>spark-env</dictionaryName> + </configFile> + <configFile> + <type>env</type> + <fileName>spark-metrics.properties</fileName> + <dictionaryName>spark-metrics-properties</dictionaryName> + </configFile> + <configFile> + <type>properties</type> + <fileName>spark-defaults.conf</fileName> + <dictionaryName>spark-defaults</dictionaryName> + </configFile> + </configFiles> </component> </components> http://git-wip-us.apache.org/repos/asf/ambari/blob/b6d9b9c4/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml b/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml index cc3f7af..3f391a4 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml @@ -95,6 +95,28 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configFiles> + <configFile> + <type>env</type> + <fileName>spark-log4j.properties</fileName> + <dictionaryName>spark-log4j-properties</dictionaryName> + </configFile> + <configFile> + <type>env</type> + <fileName>spark-env.sh</fileName> + <dictionaryName>spark-env</dictionaryName> + </configFile> + <configFile> + <type>env</type> + <fileName>spark-metrics.properties</fileName> + <dictionaryName>spark-metrics-properties</dictionaryName> + </configFile> + <configFile> + <type>properties</type> + <fileName>spark-defaults.conf</fileName> + <dictionaryName>spark-defaults</dictionaryName> + </configFile> + </configFiles> </component> </components>
