Which code do we use to open the connection in Hbase?
Answer Posted / Annu Singh
To open a connection in Apache HBase, you can use the HBase API's HBaseAdmin or HConnection classes. Here's an example using HConnection:nn```javanConfiguration conf = HBaseConfiguration.create();nHConnection connection = (HConnection) ConnectionFactory.createConnection(conf);n```
| 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