https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/internals/filesystems/
On Fri, 23 Jun 2023 at 11:20, 李 琳 <leili...@outlook.com> wrote: > > > Hi all, > > > > Recently, I have been testing the Flink Kubernetes Operator. In the > official example, the checkpoint/savepoint path is configured with a file > system: > > > > > > state.savepoints.dir: file:///flink-data/savepoints > > state.checkpoints.dir: file:///flink-data/checkpoints > > high-availability: > org.apache.flink.kubernetes.highavailability.KubernetesHaServicesFactory > > high-availability.storageDir: file:///flink-data/ha > > > > However, in our production environment, we use HDFS to store checkpoint > data. I'm wondering if it's possible to store checkpoint data in the Flink > Kubernetes Operator as well. If so, could you please guide me on how to set > up HDFS configuration in the Flink Kubernetes Operator? > > > > I would greatly appreciate any assistance you can provide. Thank you! >