You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/21 04:38:15 UTC

[15/23] ambari git commit: AMBARI-21092. HSI start failed due to Unrecognized VM option 'UseParallelGC-Xss512k' during EU (missing space). (sseth via Swapan Shridhar.

AMBARI-21092. HSI start failed due to Unrecognized VM option 'UseParallelGC-Xss512k' during EU (missing space). (sseth via Swapan Shridhar.


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

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: fb2c202996d5b0c197c1e7a475ba7eb0be8742a1
Parents: 037d392
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Wed Jul 19 14:57:40 2017 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Wed Jul 19 14:59:40 2017 -0700

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fb2c2029/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml
index 6166318..f227bac 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml
@@ -524,7 +524,7 @@
 
           <definition xsi:type="configure" id="llap_append_stack_size_java_opts" summary="Update JVM stack size for LLAP">
             <type>hive-interactive-env</type>
-            <insert key="llap_java_opts" value="-Xss512k" insert-type="append" newline-before="false" newline-after="false" />
+            <insert key="llap_java_opts" value=" -Xss512k " insert-type="append" newline-before="false" newline-after="false" />
           </definition>
 
           <definition xsi:type="configure" id="llap_update_shuffle_parallel_copies" summary="Update tez shuffle parallel copies for LLAP">