How will you design or modify schema in hbase programmatically?



How will you design or modify schema in hbase programmatically?..

Answer / Ankit Kumar Rathi

To design or modify the schema in Apache HBase programmatically, you can use Java API (org.apache.hadoop.hbase.client.Admin) to create, alter, and drop tables, add/remove columns, and manage column families.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HBase Interview Questions

Assume that an HBase table Student is disabled. So, how to access the student table once it is disabled, by using Scan command?

1 Answers  


How many operational command in hbase?

1 Answers  


What is the use of HColumnDescriptor class?

1 Answers  


What is table in hbase?

1 Answers  


Which command is available to show the current HBase user?

1 Answers  


Explain what is wal and hlog in hbase?

1 Answers  


Define lzo?

1 Answers  


Define ttl in hbase?

1 Answers  


Which command is used to run hbase shell?

1 Answers  


What is use of tools command?

1 Answers  


Which one would you recommend for hbase table design approach – tall-narrow or flat wide?

1 Answers  


Why to use hbase?

1 Answers  


Categories