soul shrestha
soul shrestha

Reputation: 125

How to connect to hbase?

Hi I have a question actually in big data platform. We can connect to hive through beeline(beeline commands) in putty or odbc connection with any GUI Sql tools. But how can we connect to Hbase? As per my understanding we have Hbase in Shell format or in Java API format. But how do we connect to Hbase?

Upvotes: 1

Views: 2996

Answers (1)

Ram Ghadiyaram
Ram Ghadiyaram

Reputation: 29165

You can start the HBase interactive shell using “hbase shell” command as shown below. first you need to go to hadoop cluster (by ssh or putty etc... based on your environment) where hbase is installed and execute below.

hbase shell

enter image description here

Upvotes: 1

Related Questions