HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of pseudo.

Author:    Prabhu Joseph
This commit is contained in:
Prabhu Joseph 2019-05-08 10:18:20 +01:00 committed by Steve Loughran
parent 3172f6cbf9
commit 96dc5cedfe
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
2 changed files with 2 additions and 2 deletions

View File

@ -40028,7 +40028,7 @@ is serialized as
<![CDATA[Initializes hadoop-auth AuthenticationFilter which provides support for
Kerberos HTTP SPNEGO authentication.
<p/>
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.
<p/>

View File

@ -32,7 +32,7 @@
* Initializes hadoop-auth AuthenticationFilter which provides support for
* Kerberos HTTP SPNEGO authentication.
* <p>
* 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.
* <p>