Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Connecting to Hbase via knox using Python

avatar
New Member

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
New Member

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.