From 5af4c021cc3558de0ac8610170a1eb749e0171da Mon Sep 17 00:00:00 2001 From: cnauroth Date: Thu, 9 Oct 2014 11:10:23 -0700 Subject: [PATCH] HADOOP-11175. Fix several issues of hadoop security configuration in user doc. Contributed by Yi Liu. (cherry picked from commit 1123a06e3658f26228f1eedaed796aca8efc7bad) --- .../hadoop-common/CHANGES.txt | 3 +++ .../src/site/apt/SecureMode.apt.vm | 20 ++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 4eadd7f2f2e..26f97c6a6c9 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -620,6 +620,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. (Craig Welch via zjshen) + HADOOP-11175. Fix several issues of hadoop security configuration in user + doc. (Yi Liu via cnauroth) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm index f42db2d4760..54473e6d3d8 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm @@ -402,8 +402,8 @@ Configuration for <<>> | <<>> | nn/_HOST@REALM.TLD | | | | | Kerberos principal name for the NameNode. | *-------------------------+-------------------------+------------------------+ -| <<>> | host/_HOST@REALM.TLD | | -| | | HTTPS Kerberos principal name for the NameNode. | +| <<>> | HTTP/_HOST@REALM.TLD | | +| | | HTTP Kerberos principal name for the NameNode. | *-------------------------+-------------------------+------------------------+ Configuration for <<>> @@ -416,16 +416,16 @@ Configuration for <<>> *-------------------------+-------------------------+------------------------+ | <<>> | <50470> | | *-------------------------+-------------------------+------------------------+ -| <<>> | | | +| <<>> | | | | | | | -| | | Kerberos keytab file for the NameNode. | +| | | Kerberos keytab file for the Secondary NameNode. | *-------------------------+-------------------------+------------------------+ -| <<>> | sn/_HOST@REALM.TLD | | +| <<>> | sn/_HOST@REALM.TLD | | | | | Kerberos principal name for the Secondary NameNode. | *-------------------------+-------------------------+------------------------+ -| <<>> | | | -| | host/_HOST@REALM.TLD | | -| | | HTTPS Kerberos principal name for the Secondary NameNode. | +| <<>> | | | +| | HTTP/_HOST@REALM.TLD | | +| | | HTTP Kerberos principal name for the Secondary NameNode. | *-------------------------+-------------------------+------------------------+ Configuration for <<>> @@ -454,10 +454,6 @@ Configuration for <<>> | <<>> | dn/_HOST@REALM.TLD | | | | | Kerberos principal name for the DataNode. | *-------------------------+-------------------------+------------------------+ -| <<>> | | | -| | host/_HOST@REALM.TLD | | -| | | HTTPS Kerberos principal name for the DataNode. | -*-------------------------+-------------------------+------------------------+ | <<>> | | | | | | set to <<>> when using data encryption | *-------------------------+-------------------------+------------------------+