在SCDF(2.6.3)中,尝试创建流以启动复合任务,但没有选择,我缺少什么?
组成的任务创建的名称为 comp-task :AA && BB 我可以手动运行此组合任务,它同时执行了AA和BB并正常退出。
当我尝试通过流运行时,它甚至根本不在cron中运行。
我的任务定义:
<MyContext.Provider value={{ foo: this.state.foo }}>
<MyComponent propToWatch={this.state.bar}/>
</MyContext.Provider>
我的环境详细信息:
stream create ctr-stream-1 --definition "time --cron='0 0/5 0 ? * *' --task.launch.request.task-name=composed-task-launcher --task.launch.request.args=--graph=comp-task,--increment-instance-enabled=true | task-launcher-dataflow"
答案 0 :(得分:0)
要创建/启动组合任务时,不一定需要创建流。此page引导您完成如何创建和启动组合任务作为 task 应用程序。
如果要计划组成的任务应用程序,还需要记住,本地部署不支持计划任务应用。