Re: Oozie 3.3.1 distribution package - availability?

2013-03-16 Thread jun aoki
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

Re: Oozie 3.3.1 distribution package - availability?

2013-03-14 Thread jun aoki
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 wrote: > Jun, that sounds like a good id

Re: Oozie 3.3.1 distribution package - availability?

2013-03-14 Thread Matt Goeke
Mona, The issue that a lot of people (including myself) have run into is that the documentation covers where to start assuming you have a pre-built distro. What we need is a simple blurb in the documentation saying: *Download the source tar *Expand it and run bin/mkdistro -DskipTests *Grab the co

Re: Oozie 3.3.1 distribution package - availability?

2013-03-14 Thread Alejandro Abdelnur
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 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 instal

Re: Oozie 3.3.1 distribution package - availability?

2013-03-13 Thread jun aoki
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 fir

Re: Oozie 3.3.1 distribution package - availability?

2013-03-13 Thread Mona Chitnis
Hi Shreehari, The instructions to install Oozie from the downloaded src package are given in the Quick Start doc - http://oozie.apache.org/docs/3.3.1/DG_QuickStart.html. We currently do not publish binaries for download. -- Mona On 3/12/13 9:39 PM, "shreehari padaki" wrote: >Hi All, > >Is a