Backport MAPREDUCE-3906 from trunk. svn merge -c 1358896 ../../trunk (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1358897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Harsh J 2012-07-09 02:14:11 +00:00
parent 41553468b1
commit 9ffc3e7dfd
2 changed files with 4 additions and 1 deletions

View File

@ -149,6 +149,9 @@ Release 2.0.0-alpha - 05-23-2012
MAPREDUCE-3907. Document entries mapred-default.xml for the
jobhistory server. (Eugene Koontz via harsh)
MAPREDUCE-3906. Fix inconsistency in documentation regarding
mapreduce.jobhistory.principal. (Eugene Koontz via harsh)
OPTIMIZATIONS
BUG FIXES

View File

@ -985,7 +985,7 @@ KVNO Timestamp Principal
| | </etc/security/keytab/jhs.service.keytab> | |
| | | Kerberos keytab file for the MapReduce JobHistory Server. |
*-------------------------+-------------------------+------------------------+
| <<<mapreduce.jobhistory.principal>>> | mapred/_HOST@REALM.TLD | |
| <<<mapreduce.jobhistory.principal>>> | jhs/_HOST@REALM.TLD | |
| | | Kerberos principal name for the MapReduce JobHistory Server. |
*-------------------------+-------------------------+------------------------+