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:
parent
87c3d3739f
commit
92cff5663e
|
@ -316,6 +316,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
do not generate spurious reconfig warnings (Lei (Eddy) Xu via Colin P.
|
do not generate spurious reconfig warnings (Lei (Eddy) Xu via Colin P.
|
||||||
McCabe)
|
McCabe)
|
||||||
|
|
||||||
|
HDFS-7546. Document, and set an accepting default for
|
||||||
|
dfs.namenode.kerberos.principal.pattern (Harsh J via aw)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
|
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
|
||||||
|
|
|
@ -1358,6 +1358,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