惯用hbase shell 命令

常用hbase shell 命令scan ‘mytable’, {LIMIT10, STARTROW”start_row”, STOPROW”stop_row”}??get my

常用hbase shell 命令
scan ‘mytable’, {LIMIT=>10, STARTROW=>”start_row”, STOPROW=>”stop_row”}??get mytable, row_keyput mytable, row_key, colfam:qual, valuedelete 'mytable', 'row_key','colfam:qual'major_compact mytable?split 'mytable'?status 'detailed'?

?