You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:25:08 UTC

[jira] [Commented] (OOZIE-66) GH-20: 2.2.0 distribution download contains no WAR and won't build?!

    [ https://issues.apache.org/jira/browse/OOZIE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099763#comment-13099763 ] 

Hadoop QA commented on OOZIE-66:
--------------------------------

rvs remarked:
Brian,

you're correct we stopped publishing binary distributions of Oozie (QuickStart needs to be corrected) so there's tarball that would have oozie.war.

Now, I suspect that your build issue comes from the lack of ydoxia plugin. You might want to do the following before proceeding with the maven build:

   $ git checkout ydoxia
   $ mvn install
 
After that the following seems to generate the binary distribution for me just fine:
   
   $ mvn clean package assembly:single -DskipTests

I'm tempted to close this issue, unless I hear from you otherwise

Thanks,
Roman.

> GH-20: 2.2.0 distribution download contains no WAR and won't build?!
> --------------------------------------------------------------------
>
>                 Key: OOZIE-66
>                 URL: https://issues.apache.org/jira/browse/OOZIE-66
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> According to the quickstart (http://yahoo.github.com/oozie/releases/2.2.0/DG_QuickStart.html), the distribution tar.gz contains an oozie.war file.
> But http://github.com/yahoo/oozie/tarball/oozie-2.2.0 contains no such artifact in the tar.gz.
> Worse, when I try to build with "mvn clean package" or "mvn clean package assembly:single", maven fails with:
> [INFO] Building Oozie Core
> [INFO]    task-segment: [clean, package]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 'add-resource' was specified in an execution, but not found in the plugin
> Has anyone else been able to use and/or build the 2.2.0 distribution?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira