You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Tina Samuel <ti...@gmail.com> on 2014/05/23 07:07:22 UTC

Testing Oozie

Hi,
I'm new to Oozie. I imported Oozie code in Eclipse. I wanted to make some
modifications to the Oozie code. I would like to know how to test the
modified code within Eclipse environment. Please do help.

-- 
Tina

Re: Testing Oozie

Posted by Mona Chitnis <mo...@apache.org>.
Hi Tina,

You should be able to run new and existing unit tests using JUnit3/4 through Eclipse itself. Since Oozie uses JPA for the persistent data beans and runtime optimization, you can use a JPA Eclipse plugin for this, or do a maven command line build (refer Oozie Quick Start doc) and then rerun your test.
$ export MVN_OPTS=-Xmx1024m (optional)

$ mvn clean package -DskipTests

 
Mona Chitnis
Software Engineer, Hadoop Team
Yahoo!
On Thursday, May 22, 2014 10:07 PM, Tina Samuel <ti...@gmail.com> wrote:
 


Hi,
I'm new to Oozie. I imported Oozie code in Eclipse. I wanted to make some
modifications to the Oozie code. I would like to know how to test the
modified code within Eclipse environment. Please do help.

-- 
Tina