Reading(Scan) data in a Table using HBase Shell

Category : Hadoop | Sub Category : Apache HBase | By Prasad Bonam Last updated: 2020-10-17 14:53:27 Viewed : 490


Reading(Scan) data in a Table using HBase Shell   

Scaning using HBase Shell:

The scan command is used to view the data in HTable. Using the scan command, you can get the table data. Its syntax is as follows:

scan `<table name>` 

Search
Related Articles

Leave a Comment: