How to open a connection in hbase?
Answer / Satendra Pal Singh
To open a connection in HBase, you can use the `HBaseAdmin` or `ConnectionFactory` classes. Here's an example using ConnectionFactory:
```java
Configuration config = HBaseConfiguration.create();
Connection conn = ConnectionFactory.createConnection(config);
```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to start hbase services?
What are the different catalog tables in hbase?
What are the three types of tombstone markers in hbase?
Mention what are the three types of tombstone markers in hbase?
Tell me about the types of hbase operations?
What is the use of tools command?
Which method is used to access HFile directly without using HBase?
Explain about hlog and wal in hbase.
What is the use of MasterServer?
Explain how does hbase actually delete a row?
What is the full form of MSLAB?
What does hbase consists of?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)