Repository: ambari Updated Branches: refs/heads/trunk cd5f4dfc9 -> 7a030d752
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/7a030d75 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7a030d75 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7a030d75 Branch: refs/heads/trunk Commit: 7a030d752722d5af5256696df64c747a3979f84a Parents: cd5f4df Author: Sumit Mohanty <[email protected]> Authored: Fri Jun 3 14:58:32 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jun 3 14:58:32 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/7a030d75/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
