You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2016/03/25 01:58:10 UTC

ambari git commit: AMBARI-15521. Change Spark Thrift Server default configuration for spark.hadoop.cacheConf. (Bikas Saha via swagle)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 4e71187b8 -> 545265f7c


AMBARI-15521. Change Spark Thrift Server default configuration for spark.hadoop.cacheConf. (Bikas Saha via swagle)


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

Branch: refs/heads/branch-2.2
Commit: 545265f7cb48f471d27129f301645b986394bace
Parents: 4e71187
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu Mar 24 17:57:49 2016 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu Mar 24 17:57:49 2016 -0700

----------------------------------------------------------------------
 .../services/SPARK/configuration/spark-thrift-sparkconf.xml  | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/545265f7/ambari-server/src/main/resources/stacks/HDP/2.4/services/SPARK/configuration/spark-thrift-sparkconf.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/services/SPARK/configuration/spark-thrift-sparkconf.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/services/SPARK/configuration/spark-thrift-sparkconf.xml
index 2dbfe51..4f2563b 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.4/services/SPARK/configuration/spark-thrift-sparkconf.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.4/services/SPARK/configuration/spark-thrift-sparkconf.xml
@@ -135,6 +135,14 @@
   </property>
 
   <property>
+    <name>spark.hadoop.cacheConf</name>
+    <value>false</value>
+    <description>
+      Specifies whether HadoopRDD caches the Hadoop configuration object
+    </description>
+  </property>
+
+  <property>
     <name>spark.dynamicAllocation.enabled</name>
     <value>true</value>
     <description>