Azure / azure-data-lake-store-net

Azure Data Lake Store .Net SDK
MIT License
18 stars 24 forks source link

Support for gen2 #29

Closed lpunderscore closed 5 years ago

lpunderscore commented 5 years ago

Will support for gen2 be included in this sdk? Is there an sdk available for gen2?

Thanks

seguler commented 5 years ago

There is currently no SDK for ADLS Gen2, but the support for ADLS Gen2 will be in the Azure Storage SDKs with the Blob package. Stay tuned!

Currently the only way to interface with Gen2 is through the Hadoop driver, or the REST APIs.

yevhen commented 5 years ago

@seguler any hints on sdk release timeframe? thanks!

don4of4 commented 5 years ago

@seguler Is there any documentation on the REST API? James said he would publish a link, but I don't see it. This is important for any real enterprise deployment of this product.

lpunderscore commented 5 years ago

I used this article and was able to upload files to dl gen2 account. It's not super straight forward, but it works.

Gen2 Rest API

rahuldutta90 commented 5 years ago

Closing this since the current rest api method worked.

imeya commented 5 years ago

@lpunderscore , Hello, can you please provide some sample code for the api usage? I tried, but always fail(Even click on the try it button on the page). Thank you.