How will you design or modify schema in hbase programmatically?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category