You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/09/18 13:53:04 UTC

[jira] [Closed] (FLINK-2698) Add trailing newline to flink-conf.yaml

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

Stephan Ewen closed FLINK-2698.
-------------------------------

> Add trailing newline to flink-conf.yaml
> ---------------------------------------
>
>                 Key: FLINK-2698
>                 URL: https://issues.apache.org/jira/browse/FLINK-2698
>             Project: Flink
>          Issue Type: Improvement
>    Affects Versions: master
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>             Fix For: 0.10
>
>
> The distributed flink-conf.yaml does not contain a trailing newline. This interferes with [bdutil|https://github.com/GoogleCloudPlatform/bdutil/blob/master/extensions/flink/install_flink.sh#L64] which appends extra/override configuration parameters with a heredoc.
> There are many other files without trailing newlines, but this looks to be the only detrimental effect.
> {code}
> for i in $(find * -type f) ; do if diff /dev/null "$i" | tail -1 | grep '^\\ No newline' > /dev/null; then  echo $i; fi; done
> {code}



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