Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 ef387bf8c -> 18aae6aae
  refs/heads/trunk f30f9b581 -> 5ad53b6c9


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/5ad53b6c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5ad53b6c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5ad53b6c

Branch: refs/heads/trunk
Commit: 5ad53b6c91b707069fa89ec9159edaa024032536
Parents: f30f9b5
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Wed Oct 28 19:22:44 2015 +0200
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Wed Oct 28 19:22:44 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/5ad53b6c/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>

Reply via email to