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 <tinasamue...@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