You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by laurentedel <gi...@git.apache.org> on 2015/09/17 22:03:32 UTC

[GitHub] ambari pull request: Hive server 2 port check condition

GitHub user laurentedel opened a pull request:

    https://github.com/apache/ambari/pull/24

    Hive server 2 port check condition

    When hive.server2.transport.mode is set to binary then Nagios has to check on hive.server2.thrift.port (default 10000)
    When it's set to http then the check has to be on hive.server2.thrift.http.port (default 10001) : this condition is not checked.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/laurentedel/ambari patch-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ambari/pull/24.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #24
    
----
commit 6cace939f90a625840c5ac3af4e60b4ecf8207fd
Author: Laurent Edel <la...@gmail.com>
Date:   2015-09-17T20:02:33Z

    Hive server 2 port check condition
    
    When hive.server2.transport.mode is set to binary then Nagios has to check on hive.server2.thrift.port (default 10000)
    When it's set to http then the check has to be on hive.server2.thrift.http.port (default 10001), this condition is not filled.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---