You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/10/10 18:32:25 UTC

Review Request 26562: Alerts on Hiveserver2

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26562/
-----------------------------------------------------------

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-7733
    https://issues.apache.org/jira/browse/AMBARI-7733


Repository: ambari


Description
-------

Deploy a cluster with default configs. Enable security. After starting
services,  
there exist an alert on Hive - "Hiveserver2 process - No output returned from
plugin" (please see the attachment).  
Hive logs too are attached. Found TTrasportException in hiveserver2 log.

2014-10-09 02:56:52,145 ERROR server.TThreadPoolServer
(TThreadPoolServer.java:run(215)) - Error occurred during processing of
message.  
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException:
Unsupported mechanism type PLAIN

Please help understand the alert.


Diffs
-----

  ambari-common/src/main/python/resource_management/libraries/functions/hive_check.py c5f557e 
  ambari-common/src/main/unix/ambari-python-wrap ef19a0f 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py fa11b28 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/service_check.py e6d5494 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/files/check_hive_thrift_port.py cd39641 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 8f5a230 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2 5fd0777 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e40e9f8 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/service_check.py e6d5494 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/files/check_hive_thrift_port.py cd39641 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 656ee7f 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2 fd15e6b 
  ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_service_check.py 449c950 
  ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_service_check.py 01da905 

Diff: https://reviews.apache.org/r/26562/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 26562: Alerts on Hiveserver2

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26562/#review56163
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On Oct. 10, 2014, 4:32 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26562/
> -----------------------------------------------------------
> 
> (Updated Oct. 10, 2014, 4:32 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-7733
>     https://issues.apache.org/jira/browse/AMBARI-7733
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Deploy a cluster with default configs. Enable security. After starting
> services,  
> there exist an alert on Hive - "Hiveserver2 process - No output returned from
> plugin" (please see the attachment).  
> Hive logs too are attached. Found TTrasportException in hiveserver2 log.
> 
> 2014-10-09 02:56:52,145 ERROR server.TThreadPoolServer
> (TThreadPoolServer.java:run(215)) - Error occurred during processing of
> message.  
> java.lang.RuntimeException: org.apache.thrift.transport.TTransportException:
> Unsupported mechanism type PLAIN
> 
> Please help understand the alert.
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/hive_check.py c5f557e 
>   ambari-common/src/main/unix/ambari-python-wrap ef19a0f 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py fa11b28 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/service_check.py e6d5494 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/files/check_hive_thrift_port.py cd39641 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 8f5a230 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2 5fd0777 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py e40e9f8 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/service_check.py e6d5494 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/files/check_hive_thrift_port.py cd39641 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2 656ee7f 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2 fd15e6b 
>   ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_service_check.py 449c950 
>   ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_service_check.py 01da905 
> 
> Diff: https://reviews.apache.org/r/26562/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>