Repository: ambari Updated Branches: refs/heads/branch-2.4 2efa2575c -> b54ca2f9e
AMBARI-17034. Spark History server & thrift server failed with Too small initial heap (Weiqing Yang via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b54ca2f9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b54ca2f9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b54ca2f9 Branch: refs/heads/branch-2.4 Commit: b54ca2f9eb67c84901c93d8f983585e781d14ea8 Parents: 2efa257 Author: Sumit Mohanty <[email protected]> Authored: Fri Jun 3 14:58:32 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jun 3 15:00:58 2016 -0700 ---------------------------------------------------------------------- .../common-services/SPARK/1.2.1/configuration/spark-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b54ca2f9/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml index 935c179..34c5462 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-env.xml @@ -120,7 +120,7 @@ export HADOOP_CONF_DIR=${HADOOP_CONF_DIR:-{{hadoop_conf_dir}}} export JAVA_HOME={{java_home}} #Memory for Master, Worker and history server (default: 1024MB) -export SPARK_DAEMON_MEMORY={{spark_daemon_memory}} +export SPARK_DAEMON_MEMORY={{spark_daemon_memory}}m if [ -d "/etc/tez/conf/" ]; then export TEZ_CONF_DIR=/etc/tez/conf
