You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/10/28 18:29:52 UTC

[hadoop] branch branch-2.7 updated: HDFS-14912. Set dfs.image.string-tables.expanded default to false in branch-2.7. Contributed by Siyao Meng.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 874c055  HDFS-14912. Set dfs.image.string-tables.expanded default to false in branch-2.7. Contributed by Siyao Meng.
874c055 is described below

commit 874c055e73293e0f707719ebca1819979fb211d8
Author: Siyao Meng <sm...@cloudera.com>
AuthorDate: Mon Oct 28 11:28:34 2019 -0700

    HDFS-14912. Set dfs.image.string-tables.expanded default to false in branch-2.7. Contributed by Siyao Meng.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
---
 .../hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
index ed4e73c..8884b5a 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
@@ -624,7 +624,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
   // String table in the fsimage utilizes an expanded bit range.
   public static final String DFS_IMAGE_EXPANDED_STRING_TABLES_KEY =
       "dfs.image.string-tables.expanded";
-  public static final boolean DFS_IMAGE_EXPANDED_STRING_TABLES_DEFAULT = true;
+  public static final boolean DFS_IMAGE_EXPANDED_STRING_TABLES_DEFAULT = false;
 
   // Image transfer timeout
   public static final String DFS_IMAGE_TRANSFER_TIMEOUT_KEY = "dfs.image.transfer.timeout";


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org