Hbase Commands and Examples

Hbase Commands and Examples

Start HBase write this command:

Create a Table:

List Out the Table in Hbase:

 

Disable the Table:

Command : Disable ‘prwatech’

 

Enable the Table:

 

is_enabled the Table

 

Describe Table:

 

Exists Table:

 

Create a another Table:

 

List Out the Table in Hbase:

 

Disable Table:

 

Drop Table:

 

 Put data into Hbase table:

 

To see data:

 

Update data in Table:

 

To see data:

 

Count and Truncate:

 

To see data:

 

 

Category: Hbase