In the documentation for the AdlCopy.exe
utility for moving data from Azure blob storage into Azure Data Lake Store, all the examples show swebhdfs:
URI prefix.
For example:
AdlCopy /dest swebhdfs://mydatalakestore.azuredatalakestore.net/myfolder/ ...
However, in the Azure Portal page for the Data Lake Store account lists two different "addresses" - a "URL" with https:
prefix and an "ADL URI" with adl:
prefix.
For example:
URL
https://mydatalakestore.azuredatalakestore.net
ADL URI
adl://mydatalakestore.azuredatalakestore.net
Are all these different "addresses" equivalent and substitutable for each other, particularly for use with the /dest
parameter of the AdlCopy.exe
utility?