[
https://issues.apache.org/jira/browse/FLINK-21754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-21754.
---------------------------------
Resolution: Fixed
Fixed via
1.14.0: 986fe1f7ec53491e716edc9e5a9f98e2c3b64c1f
1.13.0: dd13a89e2a9e0299f71682d2efdc08e6da6d1c1f
> Exception message does not point to the right path.
> ---------------------------------------------------
>
> Key: FLINK-21754
> URL: https://issues.apache.org/jira/browse/FLINK-21754
> Project: Flink
> Issue Type: Bug
> Components: API / Core
> Affects Versions: 1.12.2
> Reporter: ZhangWei
> Assignee: Roc Marshal
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.13.0, 1.14.0
>
>
> In org.apache.flink.configuration.GlobalConfiguration,
> between line 126~133, we are checking whether conf/flink-conf.yaml file
> exists, not the conf directory.
> so in line 131, we should use yamlConfigFile.getAbsolutePath() instead of
> confDirFile.getAbsolutePath().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)