【发布时间】:2018-12-13 05:39:56
【问题描述】:
我正在尝试使用 BulkDownload 方法使用 BulkDownload 从 adls 下载文件,但我收到如下错误请求响应:
Error in getting metadata for path cc-
adl://testaccount.azuredatalakestore.net//HelloWorld//test.txt
Operation: GETFILESTATUS failed with HttpStatus:BadRequest Error: Uexpected
error in JSON parsing.
Last encountered exception thrown after 1 tries. [Uexpected error in JSON
parsing]
[ServerRequestId:]
但是,如果我尝试通过 azure 客户端 shell 下载文件,它可以工作。
我使用BulkDownload如下:
client.BulkDownload(
srcPath,
dstPath);
BulkDownload 通话中是否还有其他人面临同样的问题?
【问题讨论】:
标签: azure azure-storage azure-data-lake