Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to open a connection in hbase?



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

Post New Answer

More Apache HBase Interview Questions

How to start hbase services?

1 Answers  


What are the different catalog tables in hbase?

1 Answers  


What are the three types of tombstone markers in hbase?

1 Answers  


Mention what are the three types of tombstone markers in hbase?

1 Answers  


Tell me about the types of hbase operations?

1 Answers  


What is the use of tools command?

1 Answers  


Which method is used to access HFile directly without using HBase?

1 Answers  


Explain about hlog and wal in hbase.

1 Answers  


What is the use of MasterServer?

1 Answers  


Explain how does hbase actually delete a row?

1 Answers  


What is the full form of MSLAB?

1 Answers  


What does hbase consists of?

1 Answers  


Categories