You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Micah Whitacre <mk...@gmail.com> on 2014/05/28 19:25:17 UTC

Oozie Maven Artifacts

Are the Oozie artifacts available in a Maven Repository somewhere?  I could
find any documentation on the Oozie site and the Maven Central
Repository[1] seems to contain older artifacts.  I was looking at
implementing at CustomActionExecutor[2] and was needing to extend
ActionExecutor.

[1] - http://search.maven.org/#search%7Cga%7C1%7Coozie
[2] - http://oozie.apache.org/docs/4.0.0/DG_CustomActionExecutor.html

Re: Oozie Maven Artifacts

Posted by Micah Whitacre <mk...@gmail.com>.
+1 to OOZIE-1842.  If I was to add this custom action to Crunch I'm not
sure they'd like it if I depended on a specific distribution. :)

I was planning on extending the JavaActionExecutor because right now my
modifications will be very small.




On Wed, May 28, 2014 at 4:54 PM, Robert Kanter <rk...@cloudera.com> wrote:

> We currently don't publish Oozie artifacts to Maven, but that's something
> we're working on (see OOZIE-1842).  However, Cloudera (and I imagine
> Hortonworks or other distributions) publish their version of the Oozie
> artifacts to their Maven repo.
>
> Also, keep in mind that things have been added/changed since the
> CustomActionExecutor page was last updated.  I don't see anything wrong on
> there, but there's likely to be stuff that's missing from it.  One other
> thing, I'd recommend subclassing JavaActionExecutor instead of
> ActionExecutor directly because it has a bunch of additional functionality
> for free, such as loading the sharelib, etc.
>
>
>
> On Wed, May 28, 2014 at 10:25 AM, Micah Whitacre <mk...@gmail.com> wrote:
>
> > Are the Oozie artifacts available in a Maven Repository somewhere?  I
> could
> > find any documentation on the Oozie site and the Maven Central
> > Repository[1] seems to contain older artifacts.  I was looking at
> > implementing at CustomActionExecutor[2] and was needing to extend
> > ActionExecutor.
> >
> > [1] - http://search.maven.org/#search%7Cga%7C1%7Coozie
> > [2] - http://oozie.apache.org/docs/4.0.0/DG_CustomActionExecutor.html
> >
>

Re: Oozie Maven Artifacts

Posted by Robert Kanter <rk...@cloudera.com>.
We currently don't publish Oozie artifacts to Maven, but that's something
we're working on (see OOZIE-1842).  However, Cloudera (and I imagine
Hortonworks or other distributions) publish their version of the Oozie
artifacts to their Maven repo.

Also, keep in mind that things have been added/changed since the
CustomActionExecutor page was last updated.  I don't see anything wrong on
there, but there's likely to be stuff that's missing from it.  One other
thing, I'd recommend subclassing JavaActionExecutor instead of
ActionExecutor directly because it has a bunch of additional functionality
for free, such as loading the sharelib, etc.



On Wed, May 28, 2014 at 10:25 AM, Micah Whitacre <mk...@gmail.com> wrote:

> Are the Oozie artifacts available in a Maven Repository somewhere?  I could
> find any documentation on the Oozie site and the Maven Central
> Repository[1] seems to contain older artifacts.  I was looking at
> implementing at CustomActionExecutor[2] and was needing to extend
> ActionExecutor.
>
> [1] - http://search.maven.org/#search%7Cga%7C1%7Coozie
> [2] - http://oozie.apache.org/docs/4.0.0/DG_CustomActionExecutor.html
>