1.

What is the Hbase shell command to only 10 records form a table?

Answer»
 scan 'tablename', {LIMIT=>10,STARTROW=>"start_row",STOPROW=>"stop_row"}


Discussion

No Comment Found