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...


Which code do we use to open the connection in Hbase?



Which code do we use to open the connection in Hbase?..

Answer / 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

More Apache HBase Interview Questions

Define ttl in hbase?

1 Answers  


How to delete the table with the HBase shell?

1 Answers  


Explain the Features of HBase?

1 Answers  


What is the use of hbase hmaster?

1 Answers  


What is the function of HMaster?

1 Answers  


Discuss how you can use filters in apache hbase

1 Answers  


What is HBaseFsck class?

1 Answers  


Explain HBase Meta Table?

1 Answers  


Which command is available to show the current HBase user?

1 Answers  


Explain Any 3 Features of HBase?

1 Answers  


What is ttl (time to live) in hbase?

1 Answers  


Discuss about the different tombstone markers used for deletion purposes in HBase.?

1 Answers  


Categories