From 96dc5cedfed7be1232b487b4994ebe9bae9a9f03 Mon Sep 17 00:00:00 2001 From: Prabhu Joseph Date: Wed, 8 May 2019 10:18:20 +0100 Subject: [PATCH] HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of pseudo. Author: Prabhu Joseph --- .../dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml | 2 +- .../apache/hadoop/security/AuthenticationFilterInitializer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml b/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml index b1052537f4..a015d8a686 100644 --- a/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml +++ b/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml @@ -40028,7 +40028,7 @@ is serialized as - It enables anonymous access, simple/speudo and Kerberos HTTP SPNEGO + It enables anonymous access, simple/pseudo and Kerberos HTTP SPNEGO authentication for Hadoop JobTracker, NameNode, DataNodes and TaskTrackers.

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/AuthenticationFilterInitializer.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/AuthenticationFilterInitializer.java index b25d5d7161..0b9a56692b 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/AuthenticationFilterInitializer.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/AuthenticationFilterInitializer.java @@ -32,7 +32,7 @@ * Initializes hadoop-auth AuthenticationFilter which provides support for * Kerberos HTTP SPNEGO authentication. *

- * It enables anonymous access, simple/speudo and Kerberos HTTP SPNEGO + * It enables anonymous access, simple/pseudo and Kerberos HTTP SPNEGO * authentication for Hadoop JobTracker, NameNode, DataNodes and * TaskTrackers. *