Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member

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
New Member

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
New Member

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>