Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Connecting to Hbase via knox using Python

avatar
Explorer

Hi Team

Could you please provide an example that shows how to connect to H base via Knox using Python.

Thanks

Chaitanya M

1 ACCEPTED SOLUTION

avatar
Guru

Hello @Chaithanya Mahasamudram,

Not clear on how do you intend to use this in Python, but HBase via Knox can be accessed via HBase DSL, Client DSL and REST APIs (cURL). Please check this Knox HBase doc if that helps you out.

Thanks.

View solution in original post

3 REPLIES 3

avatar
Guru

Hello @Chaithanya Mahasamudram,

Not clear on how do you intend to use this in Python, but HBase via Knox can be accessed via HBase DSL, Client DSL and REST APIs (cURL). Please check this Knox HBase doc if that helps you out.

Thanks.

avatar
Explorer

Hi Vipin

Thanks for your response.I am using Python as language to connect to Hbase. Do you have any example code that uses both Knox and REST API ?

Thanks

Chaithanya M

avatar
Guru

@Chaithanya Mahasamudram, The Knox HBase doc link in my answer above has the examples that you are looking for. Thanks.