Commit a945c80a authored by sml's avatar sml

代码提交

parent 8f8b338e
...@@ -518,7 +518,7 @@ public class FlowParseTool { ...@@ -518,7 +518,7 @@ public class FlowParseTool {
* @throws * @throws
*/ */
public static String generateExecutorToolCommand(Integer taskId, String jobId, boolean isSingle) { public static String generateExecutorToolCommand(Integer taskId, String jobId, boolean isSingle) {
String command = "command= java -jar /app/bigdata-app/dmp_cmdexecutortool/jz-dmp-cmdexectool.jar "+taskId+" "+jobId+" "+isSingle; String command = "command= java -jar /app/bigdata-app/dmp_cmdexecutortool/jz-dmp-cmdexectool.jar "+taskId+" "+jobId+" "+isSingle+" ${azkaban.flow.execid}";
return command; return command;
} }
......
...@@ -2,6 +2,7 @@ package com.jz.dmp.modules.controller.bean; ...@@ -2,6 +2,7 @@ package com.jz.dmp.modules.controller.bean;
import com.jz.dmp.modules.model.DmpDevelopTask; import com.jz.dmp.modules.model.DmpDevelopTask;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**任务开发Dto /**任务开发Dto
* @author ybz * @author ybz
...@@ -9,5 +10,5 @@ import io.swagger.annotations.ApiModel; ...@@ -9,5 +10,5 @@ import io.swagger.annotations.ApiModel;
*/ */
@ApiModel(value = "任务开发Dto", description = "任务开发Dto") @ApiModel(value = "任务开发Dto", description = "任务开发Dto")
public class DmpDevelopTaskDto extends DmpDevelopTask { public class DmpDevelopTaskDto extends DmpDevelopTask {
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment