You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/10/28 18:23:05 UTC

[2/2] ambari git commit: AMBARI-13610. Spark service has required , empty configs : spark_thrift_cmd_opts(Upgrade from 2.0.0/2.0.1/2.0.2 to 2.1.3) (aonishuk)

AMBARI-13610.  Spark service has required ,empty configs : spark_thrift_cmd_opts(Upgrade from 2.0.0/2.0.1/2.0.2 to 2.1.3) (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/18aae6aa
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/18aae6aa
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/18aae6aa

Branch: refs/heads/branch-2.1
Commit: 18aae6aaed0f481cd553226f6fb48ea21bd443b9
Parents: ef387bf
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Oct 28 19:22:49 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Oct 28 19:22:49 2015 +0200

----------------------------------------------------------------------
 .../SPARK/1.2.0.2.2/configuration/spark-env.xml                | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/18aae6aa/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
index 25fcc6b..4d30253 100644
--- a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
+++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
@@ -103,7 +103,9 @@ fi
   <property>
     <name>spark_thrift_cmd_opts</name>
     <description>additional spark thrift server commandline options</description>
-    <value>
-    </value>
+    <value></value>
+    <value-attributes>
+      <empty-value-valid>true</empty-value-valid>
+    </value-attributes>
   </property>
 </configuration>