I am deploying standalone cluster with jobmanager HA and need the hdfs address:
high-availability.storageDir: hdfs:///flink/recovery
My hadoop is a remote cluster. I can write it as hdfs://active-namenode-ip:8020. But this way lost namenode HA
Is there's any method that I can config it as hdfs://name-service:8020
Thanks,
Lei