Skip to content

Commit

Permalink
HDFS-7546. Document, and set an accepting default for dfs.namenode.ke…
Browse files Browse the repository at this point in the history
…rberos.principal.pattern (Harsh J via aw)
  • Loading branch information
aw-was-here committed Feb 9, 2015
1 parent 0af6a99 commit 63613c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ Trunk (Unreleased)
HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple
threads (cmccabe)

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

OPTIMIZATIONS

BUG FIXES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,15 @@
<value>${dfs.web.authentication.kerberos.principal}</value>
</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>
<name>dfs.namenode.avoid.read.stale.datanode</name>
<value>false</value>
Expand Down

0 comments on commit 63613c7

Please sign in to comment.