I'm using Azure Blob stoarge,Data factory with HDInsight cluster . I've a shell script which contain hadoop and hive related code , i'm trying to add/create a hive/Pig activity in ADF ,from the code of pig/hive i'm calling a shell script ; as
myFile.pig
sh /myFolder/myscript.sh
==========================
myFile.hql
!/myFolder/myscript.sh
while executing,I'm getting Java.IO.Excption | No such file or directory . as per the exception pig/hive file is not able to recognize the shell script path ;
Did anyone faced similar issue or anyone deployed pig/hive activity along with shell script from ADF.
I've tried multiple ways and all possible path combination to pass the location of the shell script but it was not picked up , any help /suggestion/pointer, will be highly appreciable .
Thanks in advance.