Database Reference
In-Depth Information
put '<table_name>', '<row_num>', 'column_family:key', 'value' :
This command is used to put data in the table in a column family manner,
as shown in the following screenshot. HBase is a schema-less database and
provides the lexibility to store any type of data without deining it:
get '<table_name>', '<row_num>' : This command is used to read a
particular row from the table, as shown in the following screenshot:
scan '<table_name >' : This scans the complete table and outputs the
results, as shown in the following screenshot:
 
Search WWH ::




Custom Search