diff --git hadoop-common-project/hadoop-common/src/site/markdown/HttpAuthentication.md hadoop-common-project/hadoop-common/src/site/markdown/HttpAuthentication.md index e0a2693..dab26dd 100644 --- hadoop-common-project/hadoop-common/src/site/markdown/HttpAuthentication.md +++ hadoop-common-project/hadoop-common/src/site/markdown/HttpAuthentication.md @@ -39,7 +39,7 @@ Configuration The following properties should be in the `core-site.xml` of all the nodes in the cluster. -`hadoop.http.filter.initializers`: add to this property the `org.apache.hadoop.security.AuthenticationFilterInitializer` initializer class. +`hadoop.http.filter.initializers`: add to this property the `org.apache.hadoop.security.AuthenticationFilterInitializer` initializer class. Static user filter should be removed to get the anonymous user to work. `hadoop.http.authentication.type`: Defines authentication used for the HTTP web-consoles. The supported values are: `simple` | `kerberos` | `#AUTHENTICATION_HANDLER_CLASSNAME#`. The dfeault value is `simple`.