Prashant, You can export, in the oozie-env.sh, in Oozie's conf/ directory the CATALINA_OPTS env variable to enable the debugger, ie:
export CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=5005,suspend=y Then, using your IDE attach to it. Make sure your IDE is open in the same source version as your binary. Thanks. Alejandro On Mon, Oct 3, 2011 at 12:27 AM, Prashant Sharma <[email protected]>wrote: > Hi all, > > I am facing an issue with running oozie. Can someone please tell me > how to run oozie in debug mode , Such that I can remote debug the code > using eclipse. > > Thanks in advance. > Prashant >
