feat(executor-task): 优化task的配置信息传递

This commit is contained in:
v-zhangjc9
2024-05-20 15:25:10 +08:00
parent d94589cc63
commit e8fe8c4680
3 changed files with 13 additions and 21 deletions

View File

@@ -51,7 +51,6 @@ public class ToolCommand {
logger.warn("{} not found", hdfs);
}
});
logger.info("Result:\n{}", results.makeString("\n"));
}
@ShellMethod("降级hoodie.properties")
@@ -75,6 +74,5 @@ public class ToolCommand {
logger.warn("{} not found", hdfs);
}
});
logger.info("Result:\n{}", results.makeString("\n"));
}
}