Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hi,friend.I want to remote debug oozie workflow,but I don't know how to do it.

avatar
Contributor

Hi,friend.I want to remote debug oozie workflow,but I don't know how to do it.I need some help.Thank you very much.

I use oozie.sh jpda start,and use my IDEA connected,but i can't submit wf and the oozie process is on ,so somebody can tell me how to do next?

1 ACCEPTED SOLUTION

avatar
Contributor

Just need to add this tag in wf.xml

<property> 

 <name>oozie.launcher.mapred.child.java.opts</name>  

<value>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000</value> 

 </property>

View solution in original post

1 REPLY 1

avatar
Contributor

Just need to add this tag in wf.xml

<property> 

 <name>oozie.launcher.mapred.child.java.opts</name>  

<value>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000</value> 

 </property>