Created on 12-15-2015 03:09 PM
Sample Oozie workflows for HCatalog with Pig, Sqoop and Sqoop within shell actions.
Created on 05-23-2017 05:42 AM
I have developed sample workflow using oozie.
1. Maven is used to build the Application bundle and it is assumed that maven is installed on your path.
2. To build the application, simply run:
Cmd # mvn package
3. The maven assemble plug-in is used to generate a .tax. gz file which contains all of the work flow and configuration files in the required layout:
Oozie .examples-[VERSION]-bundle-far.gz
/workflow.xml
/con fig-de fault.xml
/conf/(job con fig)
/lib/(*.job; *.so)
Read more here for extended article regarding this workflow.