Youssef_boughanmi
Youssef_boughanmi

Reputation: 379

Oozie : Schedule task (Python script)

how to schedule a local task on hadoop by using Oozie ?

Upvotes: 0

Views: 104

Answers (1)

linusRian
linusRian

Reputation: 340

Yes this can be accomplished by making use of ssh action.ssh to the edgenode and execute the command locally.In the ssh action you need to supply the host and the command to be executed.

https://oozie.apache.org/docs/3.2.0-incubating/DG_SshActionExtension.html

Also note that the oozie user should have passwordless ssh access to the node where you are executing the commands

Upvotes: 3

Related Questions