can i Connect to Azure Hdinsight Hive DB using Python script???
Hello everyone!!!
I am having a task to perform on Azure Hdinsight Hive DB and Azure databrick.
I have to connect to Azure Hdinsight Hive DB and get all data in excel or csv formate on daily bases automatical that will store in my Storage account (blob storage).
i have tried to connect to Azure Hdinsight Hive DB using a python script in azure data brick and automate it to perform the task .
but i am unable to connect to Azure Hdinsight Hive DB using python script.
it showes error as below
Could not connect to any of [('20.240.139.132', 10000)]
so if someone have python script to connect to Azure Hdinsight Hive DB please let me know.
i have tried it with pydbo and pyhive.
Else any other way to do same task.
Thanks
Vikrant