You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "takeshi.miao (JIRA)" <ji...@apache.org> on 2013/12/09 03:47:07 UTC

[jira] [Commented] (HBASE-9171) Canary monitor tool not loading hbase configuration

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

takeshi.miao commented on HBASE-9171:
-------------------------------------

hi [~liuxiong] & [~mbertozzi]
I also suffered the same issue while I am testing in trunk 0.99.0 with tarball,  while I use different 'zookeeper.znode.parent' setting, see following log snippet
{code}
2013-12-05 09:49:36,051 INFO  [Thread-1] client.HConnectionManager$HConnectionImplementation: getMaster attempt 8 of 31 failed; retrying after sleep of 10032, exception=org.apache.hadoop.hbase.MasterNotRunningException: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2013-12-05 09:49:46,088 ERROR [Thread-1] client.HConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
{code}


> Canary monitor tool not loading hbase configuration
> ---------------------------------------------------
>
>                 Key: HBASE-9171
>                 URL: https://issues.apache.org/jira/browse/HBASE-9171
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.1
>            Reporter: Xiong LIU
>            Priority: Minor
>              Labels: Canary
>         Attachments: HBASE-9171-v0.patch, HBASE-9171-v1.patch
>
>
> When running bin/hbase org.apache.hadoop.hbase.tool.Canary, Canary throws exception that it cannot connect to zookeeper ensemble localhost:2181. The zookeeper server address to be connected is wrong because on my cluster setup the port number is 3181. 
> The configuration Canary loaded is hadoop's default configuration(core-default.xml) rather than hbase's configuration(hbase-site.xml and hbase-default.xml).



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)