HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw)

(cherry picked from commit 63613c79c1)
This commit is contained in:
Allen Wittenauer 2015-02-09 13:58:50 -08:00 committed by Yongjun Zhang
parent dc4171cb66
commit 0adb6d8292
2 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,9 @@ Release 2.7.1 - UNRELEASED
HDFS-8361. Choose SSD over DISK in block placement. (szetszwo) 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 OPTIMIZATIONS
BUG FIXES BUG FIXES

View File

@ -1323,6 +1323,15 @@
<value>${dfs.web.authentication.kerberos.principal}</value> <value>${dfs.web.authentication.kerberos.principal}</value>
</property> </property>
<property>
<name>dfs.namenode.kerberos.principal.pattern</name>
<value>*</value>
<description>
A client-side RegEx that can be configured to control
allowed realms to authenticate with (useful in cross-realm env.)
</description>
</property>
<property> <property>
<name>dfs.namenode.avoid.read.stale.datanode</name> <name>dfs.namenode.avoid.read.stale.datanode</name>
<value>false</value> <value>false</value>