Repository: ambari Updated Branches: refs/heads/branch-2.5 8425eeb01 -> eb8526d5f
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/eb8526d5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb8526d5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb8526d5 Branch: refs/heads/branch-2.5 Commit: eb8526d5fdab12616cc229874c5a1fa2f58f07c9 Parents: 8425eeb Author: Jayush Luniya <[email protected]> Authored: Wed Mar 1 22:52:51 2017 -0800 Committer: Jayush Luniya <[email protected]> Committed: Wed Mar 1 22:53:40 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/eb8526d5/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/eb8526d5/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"/>
