Package org.apache.hadoop.http.lib


package org.apache.hadoop.http.lib
This package provides user-selectable (via configuration) classes that add functionality to the web UI. They are configured as a list of classes in the configuration parameter hadoop.http.filter.initializers.
  • StaticUserWebFilter - An authorization plugin that makes all users a static configured user.
  • Classes
    Class
    Description
    org.apache.hadoop.http.lib.StaticUserWebFilter
    Provides a servlet filter that pretends to authenticate a fake user (Dr.Who) so that the web UI is usable for a secure cluster without authentication.
    org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter