Thursday 16 July 2015

DML commands in HBase

put : puts a cell avlue at specified column in specified row in a particular table

set : fetches the contents of row or cell

delete : delete a cell value in table

deleteall : delete all cells

scan : scan and return table data

ccount : returns the number of rows in a table.

truncate

No comments:

Post a Comment