Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Hi,friend.I want to remote debug oozie workflow,but I don't know how to do it.
Labels:
- Labels:
-
Apache Oozie
Contributor
Created 09-13-2018 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Contributor
Created 09-14-2018 01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
1 REPLY 1
Contributor
Created 09-14-2018 01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
