Agree with Bhasker. You should be able to run any shell command using "shell" action. One thing you will need to make sure all executables, lib/so files are already available either through lib/ directory or as <file> or <archive> tag.
Regards, Mohammad On Monday, March 31, 2014 7:34 AM, Bhasker Allene <[email protected]> wrote: One way would be ... you can use shell action with wrapper shell script around c/c++. On 03/31/2014 03:00 PM, sam liu wrote: > Hi experts, > > As i know, in workflow.xml, we can use Map-Reduce action, Pig action or > Java action to run Java programs. However, if I want to run a non-java > program like c/c++, how can I invoke it in a oozie workflow? > > Thanks! >
