Hi Shahab, can you sahre your code? Seems that the RS you reached did not have the expected region. How is your table status in the web interface?
JM 2014-08-19 16:11 GMT-04:00 Shahab Yunus <[email protected]>: > I have a table already created and with some data. I want to split it > trough code using HBaseAdmin api into multiple regions, while specifying > keys that do not exist in the table. > > I am getting the exception below which makes sense because the key doesn't > exist yet. But at the time of creation of the table we can indeed pre-split > it using keys that don't exist. > > Is it possible to do it for table that already exists and has data? > > *Caused by: > > org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.NotServingRegionException): > org.apache.hadoop.hbase.NotServingRegionException: * > > > Using Hbase: 0.98.1-cdh5.1.0 > > Thanks a lot. > > Regards, > Shahab >
