MAPREDUCE-3906. Fix inconsistency in documentation regarding mapreduce.jobhistory.principal. Contributed by Eugene Koontz. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3b0bed21e
commit
80875153c3
|
@ -154,6 +154,9 @@ Branch-2 ( Unreleased changes )
|
||||||
MAPREDUCE-3907. Document entries mapred-default.xml for the
|
MAPREDUCE-3907. Document entries mapred-default.xml for the
|
||||||
jobhistory server. (Eugene Koontz via harsh)
|
jobhistory server. (Eugene Koontz via harsh)
|
||||||
|
|
||||||
|
MAPREDUCE-3906. Fix inconsistency in documentation regarding
|
||||||
|
mapreduce.jobhistory.principal. (Eugene Koontz via harsh)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -985,7 +985,7 @@ KVNO Timestamp Principal
|
||||||
| | </etc/security/keytab/jhs.service.keytab> | |
|
| | </etc/security/keytab/jhs.service.keytab> | |
|
||||||
| | | Kerberos keytab file for the MapReduce JobHistory Server. |
|
| | | 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. |
|
| | | Kerberos principal name for the MapReduce JobHistory Server. |
|
||||||
*-------------------------+-------------------------+------------------------+
|
*-------------------------+-------------------------+------------------------+
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue