Hi I have a shell script which i am trying to run it as a pig activity in azure data factory. The pig script content is
sh containername/testshell.ksh
And it throws "No such file or directory". I tried using the full path as well but no luck.
Could someone give some input on how to give the correct path.