Question: HBase Shell Queries Create an a table, its name must be as 'yourFirstName - lastName' Make sure that the table has been created Add a

HBase Shell Queries
Create an a table, its name must be as 'yourFirstName-lastName'
Make sure that the table has been created
Add a new row to the table with the following information:
id =1(row key),
name = Ali, city = Toulkarem in the same column family called personal_info
Assume that the row whose id =1 got update, update for id =1 using the
following
project_name = Back end, timestamp =2019 in the column family (project_info)
For id =1, retrieve everything at timestamp 2009
For id =1, retrieve Only project name in 2009
update the value of city in the last version without creating new version
 HBase Shell Queries Create an a table, its name must be

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!