You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This bash script allows to download a file from Azure Data Lake Storage.
# Usage:
# $ sh adls_download_single_file.sh account_name adls_folder file_name local_folder
#
# Example:
# $ sh adls_download_single_file.sh adls_account1 /temp test.csv /home/myusername/
#
# More info here: https://azure.microsoft.com/en-us/documentation/articles/data-lake-store-get-started-cli/#rename-download-and-delete-data-from-your-data-lake-store