Skip to content

Commit 96dc5ce

Browse files
Prabhu Josephsteveloughran
authored andcommitted
HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of pseudo.
Author: Prabhu Joseph
1 parent 3172f6c commit 96dc5ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40028,7 +40028,7 @@ is serialized as
4002840028
<![CDATA[Initializes hadoop-auth AuthenticationFilter which provides support for
4002940029
Kerberos HTTP SPNEGO authentication.
4003040030
<p/>
40031-
It enables anonymous access, simple/speudo and Kerberos HTTP SPNEGO
40031+
It enables anonymous access, simple/pseudo and Kerberos HTTP SPNEGO
4003240032
authentication for Hadoop JobTracker, NameNode, DataNodes and
4003340033
TaskTrackers.
4003440034
<p/>

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/AuthenticationFilterInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Initializes hadoop-auth AuthenticationFilter which provides support for
3333
* Kerberos HTTP SPNEGO authentication.
3434
* <p>
35-
* It enables anonymous access, simple/speudo and Kerberos HTTP SPNEGO
35+
* It enables anonymous access, simple/pseudo and Kerberos HTTP SPNEGO
3636
* authentication for Hadoop JobTracker, NameNode, DataNodes and
3737
* TaskTrackers.
3838
* <p>

0 commit comments

Comments
 (0)