You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Srinivas Chamarthi <sr...@gmail.com> on 2013/10/21 03:17:19 UTC

unable to create namespace

I am getting the following exception when I try to use the shell to
createname space with version 0.96 with HDP2.1.0-beta

ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is
not running yet
        at
org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1841)


all master,quorum, regionservers all servers are running. not sure what is
this rpc server which has to be run.

Re: unable to create namespace

Posted by Viji S <vi...@gmail.com>.
hi Srinivas
Did you find a solution for this.
when I do a jps I see the HRegionServer running and I able to create/list
tables on hbase.
but I do see this error in the master log - 
2013-11-07 09:59:17,712 INFO  [master:ems1:60000] catalog.CatalogTracker:
Failed verification of hbase:meta,,1 at address=<IP>,60020,1383735164929,
exception=org.apache.hadoop.hbase.ipc.ServerNotRunningYetException:
org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not
running yet
        at
org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1841)

 thanks