TisonKun commented on a change in pull request #6767: [FLINK-10436] Example config uses deprecated key jobmanager.rpc.address URL: https://github.com/apache/flink/pull/6767#discussion_r220614346
########## File path: flink-dist/src/main/resources/flink-conf.yaml ########## @@ -30,7 +30,7 @@ # automatically configure the host name based on the hostname of the node where the # JobManager runs. -jobmanager.rpc.address: localhost +rest.address: localhost Review comment: I am sorry that I misread the deprecated annotation. `rest.port` is the successor of `web.port` which is the successor of `jobmanager.web.port`. Not `jobmanager.rpc.port`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
