Can we execute oozie shell action from particular nodes. My shell action is being executed on random datanode. Can we configure this somewhere?
Please use Oooze ssh action , and in the ssh action run your bashScript.
Oozie shell action will run on a random dataNode.