Jeevan prakash
Jeevan prakash

Reputation: 77

How to connect to Azure data lake storage using presto on python?

so i need to use presto to connect to ADLS, now I have read hive can connect to adls and presto can be used to connect to hive, but I could not find a single article on how to connect to adls using hive using python. Thanks in advance.

Upvotes: 0

Views: 613

Answers (1)

Utkarsh Pal
Utkarsh Pal

Reputation: 4554

I'm able to find the same kind of request from OP in past thread.

This answer from @SachinSheth might help you to accomplish your task.

Also adding the third-party links below:

https://stackoverflow.com/users/5781104/sachin-sheth

https://medium.com/azure-data-lake/connecting-your-own-hadoop-or-spark-to-azure-data-lake-store-93d426d6a5f4

Upvotes: 1

Related Questions