You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/07/10 07:04:14 UTC

[jira] Commented: (HBASE-1639) clean checkout with empty hbase-site.xml, zk won't start

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

Nitay Joffe commented on HBASE-1639:
------------------------------------

Gah! Yeah, I had this working in my version and then made some update that broke it. We basically need a special case for localhost, as you say. I'll fix this.

> clean checkout with empty hbase-site.xml, zk won't start
> --------------------------------------------------------
>
>                 Key: HBASE-1639
>                 URL: https://issues.apache.org/jira/browse/HBASE-1639
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.0
>
>         Attachments: 1639.patch
>
>
> {code}
> stack@connelly:~/checkouts/hbase/cleantrunk$ ./bin/start-hbase.sh 
> localhost: starting zookeeper, logging to /home/stack/checkouts/hbase/cleantrunk/bin/../logs/hbase-stack-zookeeper-connelly.out
> localhost: java.io.IOException: Could not find my address: connelly in list of ZooKeeper quorum servers
> localhost: 	at org.apache.hadoop.hbase.zookeeper.HQuorumPeer.writeMyID(HQuorumPeer.java:112)
> localhost: 	at org.apache.hadoop.hbase.zookeeper.HQuorumPeer.main(HQuorumPeer.java:66)
> starting master, logging to /home/stack/checkouts/hbase/cleantrunk/bin/../logs/hbase-stack-master-connelly.out
> localhost: starting regionserver, logging to /home/stack/checkouts/hbase/cleantrunk/bin/../logs/hbase-stack-regionserver-connelly.out
> {code}
> Whats supposed to happen here in the default case?
> My machine name is connolly..  I don't have anything in hbase-site.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.