Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0
Description
The example flink-conf.yaml shipped as part of the Flink distribution (https://github.com/apache/flink/blob/master/flink-dist/src/main/resources/flink-conf.yaml) has the following entry:
jobmanager.rpc.address: localhost
When using this key, the following deprecation warning is logged.
2018-09-26 12:01:46,608 WARN org.apache.flink.configuration.Configuration - Config uses deprecated configuration key 'jobmanager.rpc.address' instead of proper key 'rest.address'
The example config should not use deprecated config options.