Created 11-04-2016 02:12 PM
Is oozie can be installed and running without Hadoop. I refer oozie materials where hadoop is needed.
Let's say i have 2 plain java applications.Now I want to chain these 2 java applications in a oozie workflow and want to produce the final json output from the 2nd java code. I don't want to code these 2 java applications in Map/reduce program. They should be plain java code.
Please suggest.
how to run oozie without hadoop ? is it possible
Created 11-04-2016 03:12 PM
As mentioned by @Geoffrey Shelton Okot, you can install minimal version of Hadoop to get Oozie working!
For java thing. it's not compulsory to write mapreduce code. You can write your code as per your requirements --> Keep commands to run java code in a simple shell script --> execute that shell script via Oozie using shell action.
Hope this information helps!
Created 11-04-2016 02:59 PM
Oozie is a workflow scheduler system to manage Apache Hadoop jobs.I think you need at the minimal install HDFS so a quick answer would be impossible,oozie is a part of hadoop !!!!!
Created 11-04-2016 03:12 PM
As mentioned by @Geoffrey Shelton Okot, you can install minimal version of Hadoop to get Oozie working!
For java thing. it's not compulsory to write mapreduce code. You can write your code as per your requirements --> Keep commands to run java code in a simple shell script --> execute that shell script via Oozie using shell action.
Hope this information helps!