Hi,


Is it possible to start a region server from the HBase aPI if the region server 
is down?



Can you give me some example please?



I want to do something like this:



Configuration config = HBaseConfiguration.create();

config.addResource(new Path(ZooKeeperPath));

HRegionServer sw =  new HRegionServer(config);

sw.startRegionServer(new HRegionServer(config), "myregionservername");



Thanks,



Miguel





Reply via email to