Search code examples
hadoopoozie

oozie shell action execution on particular datanode (or) namenode


Can we execute oozie shell action from particular nodes. My shell action is being executed on random datanode. Can we configure this somewhere?


Solution

  • Please use Oooze ssh action , and in the ssh action run your bashScript.

    Oozie shell action will run on a random dataNode.