Can you try specifying encoded region name ? Cheers
On Thu, Jul 11, 2013 at 12:16 PM, Alex Levin <[email protected]> wrote: > Hi, > > I'm trying to split one region in the table ( hbase 0.92.2 ) but getting > "ERROR: Unknown table" ... > > I guess I'm doing something wrong and appreciate and recommendations > > the region I'm trying to split is: > > > > MY_TABLE,\x8D\xFD\xFA\xF0\x13\xB8\x1Fs\x934\xCC{h\x14\xE6I,1370020336667.faa7f7c8d63a9d2e04566c4a97090899 > > > so I'm trying to run in hbase shell ( split 'regionName' # format: > 'tableName,startKey,id' ) > > > hbase(main):003:0> split > > 'MY_TABLE,\x8D\xFD\xFA\xF0\x13\xB8\x1Fs\x934\xCC{h\x14\xE6I,1370020336667.faa7f7c8d63a9d2e04566c4a97090899' > > ERROR: Unknown table > > MY_TABLE,\x8D\xFD\xFA\xF0\x13\xB8\x1Fs\x934\xCC{h\x14\xE6I,1370020336667.faa7f7c8d63a9d2e04566c4a97090899! > > > > Tried to manipulate with quotes and \ , but no luck ... > > > Thanks > -- Alex >
