Robert Metzger created FLINK-18474: -------------------------------------- Summary: Flink on YARN produces WARN log statements about the configuration Key: FLINK-18474 URL: https://issues.apache.org/jira/browse/FLINK-18474 Project: Flink Issue Type: Bug Components: Deployment / YARN Affects Versions: 1.11.0 Reporter: Robert Metzger
While testing the 1.11 release, I saw the following log statements, which might confuse new users: (JM) {code} 2020-07-02 17:35:33,123 WARN org.apache.flink.configuration.Configuration [] - Config uses deprecated configuration key 'web.port' instead of proper key 'rest.bind-port' {code} (TM) {code} 2020-07-02 17:43:31,574 WARN org.apache.flink.configuration.GlobalConfiguration [] - Error while trying to split key and value in configuration file ./flink-conf.yaml:16: "pipeline.classpaths: " {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)