ソースを参照

AMBARI-17034. Spark History server & thrift server failed with Too small initial heap (Weiqing Yang via smohanty)

Sumit Mohanty 9 年 前
コミット
b54ca2f9eb

+ 1 - 1
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