|
@@ -388,7 +388,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
|
|
|
public static final boolean DFS_HA_AUTO_FAILOVER_ENABLED_DEFAULT = false;
|
|
|
public static final String DFS_HA_ZKFC_PORT_KEY = "dfs.ha.zkfc.port";
|
|
|
public static final int DFS_HA_ZKFC_PORT_DEFAULT = 8019;
|
|
|
-
|
|
|
+
|
|
|
// Security-related configs
|
|
|
public static final String DFS_ENCRYPT_DATA_TRANSFER_KEY = "dfs.encrypt.data.transfer";
|
|
|
public static final boolean DFS_ENCRYPT_DATA_TRANSFER_DEFAULT = false;
|
|
@@ -432,4 +432,3 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
|
|
|
public static final int DFS_QJOURNAL_NEW_EPOCH_TIMEOUT_DEFAULT = 120000;
|
|
|
public static final int DFS_QJOURNAL_WRITE_TXNS_TIMEOUT_DEFAULT = 20000;
|
|
|
}
|
|
|
-
|