You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/05/20 21:13:02 UTC

[jira] [Commented] (AMBARI-11271) Move hiveserver2 beeline check to Hive SC and do mupliple other service-level optimizations

    [ https://issues.apache.org/jira/browse/AMBARI-11271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552896#comment-14552896 ] 

Hudson commented on AMBARI-11271:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2660 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2660/])
AMBARI-11271. Move hiveserver2 beeline check to Hive SC and do mupliple other service-level optimizations (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=461b374efee9e1e1a4e2ec2fb6ad763b82e9c62a)
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_snamenode.py
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_datanode.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
* ambari-server/src/test/python/stacks/2.1/YARN/test_apptimelineserver.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/utils.py
* ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_zkfc.py
* ambari-server/src/test/python/stacks/2.0.6/hooks/before-INSTALL/test_before_install.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/shared_initialization.py
* ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/kafka_broker.py
* ambari-server/src/test/python/stacks/2.0.6/ZOOKEEPER/test_zookeeper_server.py
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_nfsgateway.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_nfsgateway.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py
* ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_datanode.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/journalnode.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_namenode.py
* ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/service.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_snamenode.py
* ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py
* ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_server.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py
* ambari-server/src/test/python/stacks/2.0.6/HDFS/test_journalnode.py


> Move hiveserver2 beeline check to Hive SC and do mupliple other service-level optimizations
> -------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11271
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11271
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.0
>
>
> Currently multiple customers are complaining on high services (re-)start time.
> From what we understood probably more than a minute is bad.
> So after discussion with Mahadev it was decided to move out beeline check
> which takes usually ~2 minutes (resulting in hive restarting in ~4minutes)
> from start to service check, which seems a good place for that.
> There is a problem due to Hive process asynchroniously starts and can drop
> start without Ambari knowing it.  
> Also this was implemented some time ago because of:
>     
>     
>     AMBARI-5800
>     Race condition when starting all services causing Hive service check to fail
>     
> But, since now service check does exactly the beeline check with mutiple
> retries this won't happen
> Test scenarios included:  
> 1\. Restart Hive and rt after it start service check  
> 2\. Restart Hive and rt after it restart Webhcat  
> 3\. Start service check with Hive Server HA



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)