Dear community,

I want to connect to Azure Data Lake using jclouds.azureblob.  Does
azureblob provide connectivity to Data Lake? If so, any sample code
available for Azure data lake connectivity?

Azure Datalake intro:
https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction

Connection credentials include the following:
tenant_id = ""
client_id = ""
client_secret = ""
storage_account_name = ""
file_system (or container) = ""

Note: Data lake uses domain "dfs.core.windows.net" instead of "
blob.core.windows.net". I used <jclouds.endpoints> to change the endpoint.

I found the sample below for blob connectivity but its not working.
https://jclouds.apache.org/guides/azure-storage/

Regards,
Rauf

Reply via email to