HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
This commit is contained in:
parent
0af6a99a3f
commit
63613c79c1
@ -136,6 +136,9 @@ Trunk (Unreleased)
|
|||||||
HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple
|
HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple
|
||||||
threads (cmccabe)
|
threads (cmccabe)
|
||||||
|
|
||||||
|
HDFS-7546. Document, and set an accepting default for
|
||||||
|
dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -1287,6 +1287,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>
|
||||||
|
Loading…
Reference in New Issue
Block a user