[HUDI-1148] Remove Hadoop Conf Logs (#3040)
This commit is contained in:
@@ -98,8 +98,6 @@ public class FSUtils {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new HoodieIOException("Failed to get instance of " + FileSystem.class.getName(), 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;
|
return fs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user