浏览代码

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

Author:    Prabhu Joseph
Prabhu Joseph 6 年之前
父节点
当前提交
96dc5cedfe

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

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

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

@@ -32,7 +32,7 @@ import java.util.Map;
  * Initializes hadoop-auth AuthenticationFilter which provides support for
  * Initializes hadoop-auth AuthenticationFilter which provides support for
  * Kerberos HTTP SPNEGO authentication.
  * Kerberos HTTP SPNEGO authentication.
  * <p>
  * <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
  * authentication  for Hadoop JobTracker, NameNode, DataNodes and
  * TaskTrackers.
  * TaskTrackers.
  * <p>
  * <p>