Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能说新的喷气机集群实例应该如何开始工作?
用例 1:
用例 2:
新的集群实例应该如何启动已经在另一个节点上启动的作业?
您要求的功能计划用于 Jet 0.5,计划于 2017 年 9 月结束。
在 Jet 0.4 中,您必须取消当前作业并重新启动它,但是您将丢失处理器状态。另请注意,通过取消提交作业的客户端不会取消作业,您必须使用:
Future<Void> future = jetInstance.newJob().execute(); // some time later future.cancel();