[
https://issues.apache.org/jira/browse/HBASE-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667349#action_12667349
]
Nitay Joffe commented on HBASE-1147:
------------------------------------
Your scripts do not seem to write ${dataDir}/myid in a replicated case. That is
say I have a zoo.cfg like:
tickTime=2000
dataDir=/var/zookeeper
clientPort=2181
initLimit=5
syncLimit=2
server.1=zoo1:2888:3888
server.2=zoo2:2888:3888
server.3=zoo3:2888:3888
There needs to be a file called myid with the X in server.X written to
/var/zookeeper on each node. Is the user currently required to do this on their
own?
> Modify the scripts to use Zookeeper
> -----------------------------------
>
> Key: HBASE-1147
> URL: https://issues.apache.org/jira/browse/HBASE-1147
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Attachments: hbase-1147.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.