azure datafactory pig activity cannot read input

76 views Asked by At

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.

1

There are 1 answers

1
Anthony Mattas On BEST ANSWER

Can you try using the wasb[s]://<containername>@<accountname>.blob.core.windows.net/ syntax?