简体   繁体   中英

azure datafactory pig activity cannot read input

Trying to run a Azure Data-factory pipeline containing a pig activity which runs on on-demand HDI cluster and reads from a azure-storage dataset linked service. The script reads input and store to a different similar dataset.

I am able to run the pipeline and the on-demand cluster also seems to be created but my activity failed with a pig error

ERROR 2118: Input path does not exist: wasb://mystorage.blob.core.windows.net/inp

"mystorage" is a general purpose storage account with standard tier. In this account i opened the blob link and created a container named "inp" which containes few uploaded files.

Any ideas what i am doing wrong. Thanks for any help.

您可以尝试使用wasb[s]://<containername>@<accountname>.blob.core.windows.net/语法吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM