Share via

Blob Storage URI for data lake files in java

Anonymous
2024-01-04T20:35:51.67+00:00

The documentation for Snowflake's COPY INTO command mentions that an External Stage can be created for Azure, but it requires a Blob Storage URI. I would like to create an external stage for Azure Data Lake 2. I know that Azure Data Lake 2 is built on top of Azure Blob Storage. Is there any way to get a Blob Storage URI for a ADL2 file location in the com.azure.storage Java Client Library ?

Azure Data Lake Storage
Azure Data Lake Storage

An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.


Answer accepted by question author

Silvia Wibowo 6,071 Reputation points Microsoft Employee
2024-01-05T05:04:06.7733333+00:00

Hi @Grant Burkhart ,

ADLS2 (Azure Data Lake Storage gen 2) is an Azure Storage Blob with HNS (Hierarchical Name Space) enabled. The same blob endpoint will work.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.