diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index af44591ee8c..17e906d4a27 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -27,6 +27,9 @@ Release 2.7.1 - UNRELEASED HDFS-8361. Choose SSD over DISK in block placement. (szetszwo) + HDFS-7546. Document, and set an accepting default for + dfs.namenode.kerberos.principal.pattern (Harsh J via aw) + OPTIMIZATIONS BUG FIXES 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 2b51d2d1e63..f50bdc19efb 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 @@ -1323,6 +1323,15 @@ ${dfs.web.authentication.kerberos.principal} + + dfs.namenode.kerberos.principal.pattern + * + + A client-side RegEx that can be configured to control + allowed realms to authenticate with (useful in cross-realm env.) + + + dfs.namenode.avoid.read.stale.datanode false