Dear zookeepers:
I am a zookeeper user and encount an problem when start zookeeper when start the server
and client task .
And the case is
1. download zookeeper 3.1.1.tar
2.configure the zookeeper as the turial
create the conf/zoo.cfg:
tickTime=2000
dataDir=/var/zookeeper
clientPort=2181
3.start the server
bin/zkServer.sh start
The output is
JMX enabled by default
starting zookeeper ... started
..$ log4j:WARN No appenders could be found for logger(org.apache.log4j.jmx.HierarchyDynamicMBean).
log4j:WARN Please initialize the log4j system properly.
(and the cursor stop here!)
4.start the client
bin/zkCli.sh -server 10.16.50.132.2181
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ZooKeeperMain).
log4j: WARN Please initialize the log4j system properly.
ZooKeeper host : port cmd args
create path data ac1
delete path [version]
......
delquotssa [-n|-b] path
It seems that it is wrong and could anyone encount the same problem and how to solve
the problem?
Regards
Charles
|