Created on 05-15-2015 05:37 PM - edited 09-16-2022 02:29 AM
We have a preliminary implementation of an oozie custom action (asyncronous if it matters) and would like to do some unit and functional testing prior without disturbing our production cluster and its workflows.
I tried posting this earlier, but didn't see it post, so please forgive me if it shows up more than once.
Created 06-03-2015 11:27 AM
Created 05-21-2015 09:46 AM
Hi,
CATALINA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
Created 06-03-2015 11:27 AM
Created 06-03-2015 04:54 PM
By the way, OOZIE-2159 will fix the 'oozie validate' command not supporting custom actions by moving the check from the Oozie client to the Oozie server, where the custom action is configured.