Insert a table record using Hbase Hue

Category : Hadoop | Sub Category : Apache HBase | By Prasad Bonam Last updated: 2020-10-17 08:15:07 Viewed : 448


    Insert a table record using HBase Hue  

Click on ‘New Row’ to insert new row



Click on `Add Field` button

Row Key:

Rowkeys cannot be changed. The only way they can be "changed" in a table is if the row is deleted and then re-inserted. 

HBase data stores consist of one or more tables, which are indexed by row keys. Data is stored in rows with columns, and rows can have multiple versions. By default, data versioning for rows is implemented with time stamps.

Syntax of Row Key : Column Family: {Column Qualifier:Version:Value}

Insert new Row

Row Key   

    1:Ram

Column Families

Cf:empId              1

Cf:empName        Ram

Cf:salary               1000

Cf:location            India

Show inserted Employee data


Search
Related Articles

Leave a Comment: