Flink history server和native K8s是没有关联的,可以单独启动[1],你用一个K8s的deployment来部署一下即可
native K8s app启动任务的时候增加jobmanager.archive.fs.dir参数,这样任务结束以后JM会将归档文件存储到dfs上面,以便history server可以及时处理并展示 [1]. https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/advanced/historyserver/ Best, Yang casel.chen <[email protected]> 于2021年5月7日周五 下午2:20写道: > 请问在native kubernetes上如何运行Flink History Server? 有没有相应的文档?
