Repository: ambari
Updated Branches:
  refs/heads/trunk 67f52acee -> df9c51073


AMBARI-12214 - Default ATLAS JVM options getting overwritten by empty space 
when deployed via Ambari (Jonathan Maron via tbeerbower)


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

Branch: refs/heads/trunk
Commit: df9c510732a8dab6bfc14936e0241683f5b0eb4e
Parents: 67f52ac
Author: tbeerbower <tbeerbo...@hortonworks.com>
Authored: Tue Jun 30 08:35:14 2015 -0400
Committer: tbeerbower <tbeerbo...@hortonworks.com>
Committed: Tue Jun 30 08:35:14 2015 -0400

----------------------------------------------------------------------
 .../common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/df9c5107/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
index aed76ff..98b1a47 100644
--- 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
+++ 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
@@ -42,7 +42,7 @@
   </property>
   <property>
     <name>metadata_opts</name>
-    <value> </value>
+    <value>-Xmx1024m</value>
     <description>Metadata Server command line options.</description>
   </property>
   <property>

Reply via email to