You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2017/01/25 17:04:26 UTC

[jira] [Resolved] (FLINK-5637) Default Flink configuration contains whitespace characters, causing parser WARNings

     [ https://issues.apache.org/jira/browse/FLINK-5637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger resolved FLINK-5637.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0
                   1.2.0

Fix for 1.2: http://git-wip-us.apache.org/repos/asf/flink/commit/f2240eb9
Fix for 1.3: http://git-wip-us.apache.org/repos/asf/flink/commit/54d3e266

> Default Flink configuration contains whitespace characters, causing parser WARNings
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-5637
>                 URL: https://issues.apache.org/jira/browse/FLINK-5637
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>              Labels: starter
>             Fix For: 1.2.0, 1.3.0
>
>
> {code}
> 2017-01-25 09:45:30,670 WARN  org.apache.flink.configuration.GlobalConfiguration            - Error while trying to split key and value in configuration file /yarn/nm/usercache/robert/appcache/application_1485249546281_0018/container_1485249546281_0018_01_000001/flink-conf.yaml:  
> {code}
> The whitespace is currently in line 67:
> {code}
> #==============================================================================
>  
> # The address under which the web-based runtime monitor listens.
> {code}
> I think we should add a test to the {{GlobalConfigurationTest}} that ensures the configuration file we are shipping doesn't produce any WARNings by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)