hadoop - Error in Hbase Standalone mode -


my standalone hbase starts, when command in shell goes in errors...

i have tried many solutions, nothing worked :( error message:

hbase(main):001:0> create 'emp' 'data' 16/02/08 18:42:57 error zookeeper.recoverablezookeeper: zookeeper exists failed after 3 retries 16/02/08 18:42:57 warn zookeeper.zkutil: hconnection unable set watcher on znode (/hbase/hbaseid) org.apache.zookeeper.keeperexception$connectionlossexception: keepererrorcode = connectionloss /hbase/hbaseid     @ org.apache.zookeeper.keeperexception.create(keeperexception.java:99)     @ org.apache.zookeeper.keeperexception.create(keeperexception.java:51)     @ org.apache.zookeeper.zookeeper.exists(zookeeper.java:1041)     @ org.apache.hadoop.hbase.zookeeper.recoverablezookeeper.exists(recoverablezookeeper.java:172)     @ org.apache.hadoop.hbase.zookeeper.zkutil.checkexists(zkutil.java:450)  . . . .  /etc/hosts:    >  127.0.0.1       localhost >     127.0.0.1       ankit21 >     192.168.43.11   pooja >     192.168.43.143  laptop@kalpesh >     192.168.43.72   aditi >     # following lines desirable ipv6 capable hosts(43.177) >     ::1     ip6-localhost ip6-loopback >     fe00::0 ip6-localnet >     ff00::0 ip6-mcastprefix >     ff02::1 ip6-allnodes >     ff02::2 ip6-allrouters 

jps:

ankit@ankit21:/usr/lib/hbase/hbase-0.94.8$ jps picked java_tool_options: -javaagent:/usr/share/java/jayatanaag.jar  7609 hmaster 7756 jps 

well, need start zookeeper service. after run jps command check, should able find "quorumpeer" service zookeeper.

before starting zookeeper service , make sure have configured zoo.cfg in conf directory. need add machine ip in zoo.cfg along port zookeeper.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -