Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ls for ADLS Gen2 #117

Closed
seguler opened this issue Nov 8, 2018 · 9 comments
Closed

Support ls for ADLS Gen2 #117

seguler opened this issue Nov 8, 2018 · 9 comments
Assignees
Milestone

Comments

@seguler
Copy link
Contributor

seguler commented Nov 8, 2018

azcopyV10-win.exe ls https://myadlsgen2.dfs.core.windows.net/test

invalid path passed for listing. given source is of type 5 while expect is container / container path

@zezha-msft
Copy link
Contributor

The error needs to be fixed too, it seems to be printing the enum directly without converting it to string.

@r-kolbovich
Copy link

r-kolbovich commented Jan 17, 2019

@zezha-msft I see similar error for rm command as well: azcopy.exe rm "https://account-name.dfs.core.windows.net/adftutorial/input/test-data-000.txt"
Output: Error: invalid source type 5 pased to delete. azcopy support removing blobs and files only

AzCopy version is 10.0.0.5.

Do you have any estimates regarding fix date for this? Looks like now the only way to list/remove files in the ADLS Gen2 storage is to use Azure Storage explorer (BTW, it's interesting how storage explorer does listings and removals for ADLS Gen2, if it's not supported by AzCopy and .NET libs for Storage Accounts).

@zezha-msft
Copy link
Contributor

Hi @r-kolbovich, thanks for reaching out!

I'll discuss with the Team to see if we can increase the priority on this item.

FYI Storage Explorer uses AzCopy to transfer data to ADLSGen2, but uses the newest Node.js SDK to do the other tasks.

@r-kolbovich
Copy link

@zezha-msft thanks for quick answer! Hope this will be fixed soon :)

@zezha-msft zezha-msft removed the todo label Apr 6, 2019
@jamesnewsome
Copy link

Just posting so that I keep track of the activity around this issue.

@huaxiawang
Copy link

Azcopy 10.1.2 on Mac also has the same issue.

@ediazrod
Copy link
Member

Same issue here, It will be great have a command line alternative to use Datalake gen2

@JohnRusk JohnRusk added this to the 10.4.0 milestone Oct 15, 2019
@JohnRusk
Copy link
Member

JohnRusk commented Dec 2, 2019

Related to #692

@JohnRusk JohnRusk modified the milestones: 10.4.0, 10.3.3 Dec 2, 2019
@JohnRusk
Copy link
Member

This feature was released today in version 10.3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants