JunRuiLee commented on code in PR #23852:
URL: https://github.com/apache/flink/pull/23852#discussion_r1444659693
##########
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkDistribution.java:
##########
@@ -422,7 +422,10 @@ public void appendConfiguration(Configuration config)
throws IOException {
.map(entry -> entry.getKey() + ": " + entry.getValue())
.collect(Collectors.toList());
- Files.write(conf.resolve("flink-conf.yaml"), configurationLines);
+ // NOTE: Before we change the default conf file in the flink-dist to
'config.yaml', we
+ // need to use the legacy flink conf file 'flink-conf.yaml' here.
Review Comment:
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]