[ 
https://issues.apache.org/jira/browse/HDFS-13884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608774#comment-16608774
 ] 

Hudson commented on HDFS-13884:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14911 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/14911/])
HDFS-13884. Improve the description of the setting dfs.image.compress. (yqlin: 
rev 0da49642fc1eb71997b1aa268583c1ba09a16687)
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml


> Improve the description of the setting dfs.image.compress
> ---------------------------------------------------------
>
>                 Key: HDFS-13884
>                 URL: https://issues.apache.org/jira/browse/HDFS-13884
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.1.1
>            Reporter: Yiqun Lin
>            Assignee: Ryan Wu
>            Priority: Minor
>             Fix For: 3.2.0
>
>         Attachments: HDFS-13884.001.patch, HDFS-13884.002.patch
>
>
> In HDFS-1435, we introduced a new option to store fsimage compressed. And 
> this can avoid that It consumes a lot of network bandwidth when SBN do 
> uploads a new fsimage to ANN. When lots of network bandwidth was consumed, it 
> will affect ANN to deal with normal RPC requests or sync edit logs.
> This is a very useful setting when our fsimage file is very large. However 
> current description of this setting is too simple, we can document this more.
> {noformat}
> <property>
>   <name>dfs.image.compress</name>
>   <value>false</value>
>   <description>Should the dfs image be compressed?
>   </description>
> </property>
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to