Created 07-27-2017 03:31 PM
Hi Team
Could you please provide an example that shows how to connect to H base via Knox using Python.
Thanks
Chaitanya M
Created 07-27-2017 05:16 PM
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.
Created 07-27-2017 05:16 PM
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.
Created 07-28-2017 03:51 AM
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
Created 08-14-2017 09:49 PM
@Chaithanya Mahasamudram, The Knox HBase doc link in my answer above has the examples that you are looking for. Thanks.