share23 opened a new issue #4181: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4181
I just want to test whether the condition moudule function well, but after deploy the condition moudle(save the moudle is well) and save the workflow ,It show me that "Update workflow definition error" Here are my steps step 1: create shell moudle "node_a " , echo hello step 2: create condition moudle "node_condition" just like this  step 3: create shell moudle "node_b" ,"node_c" , echo success or failed step 4: save the workflow The error message like this after i click save workflow button:  The version of Dolphin Scheduler is 1.3.2 download from GitHub, I have modify the pom.xml and compile the DS, It work well in shell and hive noudle modify pom.xml like this : before `<hadoop.version>2.7.3</hadoop.version> <hive.jdbc.version>2.1.0</hive.jdbc.version>` after `<hadoop.version>2.6.0</hadoop.version> <hive.jdbc.version>1.1.0</hive.jdbc.version>` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
