Big data lite VM 4.5.0:
I want to create a simple workflow (shell script) in Hue using Oozie.
I have created printHello.py which is called from job.sh.
I have uploaded them into the working directory and added permissions with hadoop fs -chmod 777 <working dir>. Ive done this to avoid permission issues.According to stackoverflow (and others) it should work but I get error code JA018.
Im trying to solve this for hours now...
Can someone try to run a simple shell script in oozie (containing python script) and provide me instructions if it is working. I got the feeling that the big data lite vm 4.5.0 is misconfigured here.
Thanks in advance!