Hi tao wang, 你可以在你的 flink-conf.yaml 里面配置 Checkpoint 的目录,就像楼上 Yangze 所说
state.checkpoints.dir: hdfs://namenode:port/flink/checkpoints/ Best, LakeShen Yangze Guo <[email protected]> 于2020年4月15日周三 下午2:44写道: > checkpoint的目录设置key为state.checkpoints.dir > > 你可以这样设置 > state.checkpoints.dir: hdfs://namenode:port/flink/checkpoints/ > > > Best, > Yangze Guo > > On Wed, Apr 15, 2020 at 1:45 PM tao wang <[email protected]> wrote: > > > > 现在有个场景, 集群上上了一些比较重要的任务,为了提高这些任务的性能,为它提供了一个专有的hdfs 集群用来存储checkpoint 。 > > > > 但是现在不知道怎么配置才能让支持任务打到外部的hdfs集群。 > > > > 谢谢!! >
