diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml index 5f115ec081f..1573582c91a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml @@ -1284,7 +1284,11 @@ dfs.image.compress false - Should the dfs image be compressed? + When this value is true, the dfs image will be compressed. + Enabling this will be very helpful if dfs image is large since it can + avoid consuming a lot of network bandwidth when SBN uploads a new dfs + image to ANN. The compressed codec is specified by the setting + dfs.image.compression.codec.