Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How to connect to hbase shell when hdfs cluster edge node and Hbase edge node are different?

New Contributor
 
4 REPLIES 4

Guru

@Nilesh Saini, Can you please clarify your question? Do you mean to find out a way to access Hbase shell if Hdfs and Hbase is installed on different nodes ?

New Contributor

Separate Hbase edge node is created which is different from HDFS edge node. hbase-client are not accessible from HDFS edge node and data nodes. hbase-client is accessible from Hbase edge node.

Guru

@Nilesh Saini, In typical scenario, user should install hbase-client on HDFS edge node. Copy over Hbase configurations from Hbase edge node to HDFS edge node. ( copy them to /etc/hbase/conf)

This way, you should be able to access Hbase-shell from HDFS edge node.

If for some reason you can not install hbase-client on HDFS edge node, you will need to run all the Hbase command using remote session like ssh.

ssh <hbase node> "<hbase shell commands>"

New Contributor

How Map reduce and Pig can connect in this scenario

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.