I am trying to run a workflow in cloudera cluster using oozie ssh action
. What I need is to run my scripts only from specific node. For this purposes I have found next solution - oozie ssh action
. Configuring this workflow, I have faced with a problem that in configs, oozie
takes only "user" and "host name" while I also need to use private ssh key for ssh connection.
Is it possible to perform oozie ssh action
with private key? Or maybe there are some other variants, how to run oozie
workflow from specific node?