1
0

[HUDI-1148] Remove Hadoop Conf Logs (#3040)

This commit is contained in:
Vinay Patil
2021-06-08 03:19:55 +05:30
committed by GitHub
parent 0d0dc6fb07
commit f3d7b49bfe

View File

@@ -98,8 +98,6 @@ public class FSUtils {
} catch (IOException e) {
throw new HoodieIOException("Failed to get instance of " + FileSystem.class.getName(), e);
}
LOG.info(String.format("Hadoop Configuration: fs.defaultFS: [%s], Config:[%s], FileSystem: [%s]",
conf.getRaw("fs.defaultFS"), conf.toString(), fs.toString()));
return fs;
}