Github user shuai-xu commented on the issue: https://github.com/apache/flink/pull/4988 This pr is very helpful for us. Thank you. I have tried it on our cluster with yarn job modeï¼and it works well. My only suggestion is to change the default value of rest.address to 0.0.0.0 instead of localhost. Since if the rest server start at localhost, it can only be accessed from local machine. But if on 0.0.0.0, it can be accessed remotely.
---