Hi Alejandro, I have made a proof of concept for mvn oozie plugin. It is hacky at this point but sufficient.
1. Make sure you don't have any oozie libraries/binaries/jars in your local repo or PATH. Execute a following command. (Ideally, if you have a fresh OS and install java and mvn, it should do) *rm ~/.m2/repository/org/apache/oozie -r* 2. Download https://raw.github.com/jaoki/oozie-plugin-example/master/pom.xml *wget --no-check-certificate https://raw.github.com/jaoki/oozie-plugin-example/master/pom.xml* 3. mvn oozie:help This will output the cli help, and yes it is of course from a real oozie-cli binary and from my maven repository. On Thu, Mar 14, 2013 at 10:10 AM, jun aoki <[email protected]> wrote: > Hi Alejandro, > > Steps will be > 1. Publish all oozie dependencies to a Maven repo > 2. Make a oozie plugin > 3. and also publish the plugin to a Maven repo. > > Let me see and will get back to you in a few days. > > > > > On Thu, Mar 14, 2013 at 8:42 AM, Alejandro Abdelnur <[email protected]>wrote: > >> Jun, that sounds like a good idea. how would you do that? >> >> thx? >> >> Alejandro >> (phone typing) >> >> On Mar 13, 2013, at 10:54 AM, jun aoki <[email protected]> wrote: >> >> > It will be great if we have binaries for oozie, and moreover, published >> on >> > mvn public repo. >> > >> > If it is the case, users as long as have jdk and mvn installed, should >> be >> > able to mvn oozie-server:run and get a basic oozie server running, and >> mvn >> > oozie-client:job can let users to post their job. >> > The first learning carve becomes much lower. Just my 2 cents. >> > >> > >> > On Tue, Mar 12, 2013 at 9:39 PM, shreehari padaki < >> [email protected] >> >> wrote: >> > >> >> Hi All, >> >> >> >> Is anybody know, is distribution package available for Oozie 3.3.0 OR >> >> Oozie 3.3.1? If available then please provide link to download. >> >> >> >> >> >> If not it would be great if someone provide installation instructions >> for >> >> Oozie 3.3.1. >> >> >> >> Thanks >> >> Shreehari >> >> >> > >
