Hi, I did pick long as a key for  hbase table row.
So I see hex string representing my long key in OLD table.
I want to use these split keys as pre-splits for a NEW table which is EMPTY.
I would like to run a script using hbase shell:


disable 'my_new_empty_table_with_long_key'

alter 'my_table_my_new_empty_table_with_long_keywith_long_jey', NAME =>
's',SPLITS =>
["\\x00\\x00\\x00\\x12d\\xF47\\x9F","\\x00\\x00\\x00\\x12e\\x0D\\xB1N"]

enable 'my_new_empty_table_with_long_key'
exit

I run it but nothing happens, splits do not appear. in new table. I ca't
find any errors in region server log which hosts default single region of
 table.

Reply via email to