[
https://issues.apache.org/jira/browse/FLINK-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-2698.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.10
Fixed via db49a3f097e1c1b9f87f5ec0dfba23d9a5faab1a
Thank you for the contribution!
> 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)