InterviewSolution
Saved Bookmarks
| 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"}
|
|