AMBARI-20264: HiveServer2 Interactive start failed after WE enable (jluniya)


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 7cf7fcf556bed2ecc765828a9e2954908fdaf8a8
Parents: e90f7ed
Author: Jayush Luniya <jlun...@hortonworks.com>
Authored: Wed Mar 1 22:52:51 2017 -0800
Committer: Jayush Luniya <jlun...@hortonworks.com>
Committed: Wed Mar 1 22:52:51 2017 -0800

----------------------------------------------------------------------
 .../HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml | 4 ++--
 .../HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7cf7fcf5/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
index c99e4fa..07d21af 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml
@@ -80,13 +80,13 @@
   </property>
   <property>
     <name>num_retries_for_checking_llap_status</name>
-    <value>10</value>
+    <value>20</value>
     <description>After starting LLAP app, retry count to check LLAP status 
before starting HiveServer2.</description>
     <display-name>Number of retries while checking LLAP app 
status</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>
-      <maximum>20</maximum>
+      <maximum>30</maximum>
       <increment-step>1</increment-step>
     </value-attributes>
     <on-ambari-upgrade add="true"/>

http://git-wip-us.apache.org/repos/asf/ambari/blob/7cf7fcf5/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml
index b54f622..a99caba 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml
@@ -51,13 +51,13 @@
   </property>
   <property>
     <name>num_retries_for_checking_llap_status</name>
-    <value>15</value>
+    <value>20</value>
     <description>After starting LLAP app, retry count to check LLAP status 
before starting HiveServer2.</description>
     <display-name>Number of retries while checking LLAP app 
status</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>1</minimum>
-      <maximum>20</maximum>
+      <maximum>30</maximum>
       <increment-step>1</increment-step>
     </value-attributes>
     <on-ambari-upgrade add="false"/>

Reply via email to