Issue: We are trying to run few commands on a particular host machine of our cluster. We chose SSH Action for the same. We have been fa
After following all the above suggestion
oozie:x:488:487:Oozie User:/var/lib/oozie:/bin/false
and change it to
oozie:x:488:487:Oozie User:/var/lib/oozie:/bin/bash
Just try these steps:
Create a password-less communication use below process:
sudo su - oozie
oozie@localhost: ssh-keygen -t dsa
copy the public key generated to your local remote server like apps@XXXXXXX
try ssh apps@XXXXXXX
, you will login to remote without error
bash -x yourscript
parameter