showuon commented on code in PR #25325:
URL: https://github.com/apache/flink/pull/25325#discussion_r1758773332
##########
flink-yarn/src/test/java/org/apache/flink/yarn/YarnFileStageTestS3ITCase.java:
##########
@@ -78,9 +83,7 @@ static void resetFileSystemConfiguration() {
*
href="https://issues.apache.org/jira/browse/HADOOP-3733">HADOOP-3733</a>).
*/
private static void setupCustomHadoopConfig(File tempFolder) throws
IOException {
- File hadoopConfig =
- Files.createTempFile(tempFolder.toPath(),
UUID.randomUUID().toString(), "")
- .toFile();
+ final File hadoopConfig = new File(tempFolder, "hdfs-site.xml");
Review Comment:
We need to use `hdfs-site.xml` file name for config discovery.
--
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]