Package org.apache.hadoop.hdfs.web


package org.apache.hadoop.hdfs.web
  • Classes
    Class
    Description
    org.apache.hadoop.hdfs.web.AuthFilter
    Subclass of AuthenticationFilter that obtains Hadoop-Auth configuration for webhdfs.
    org.apache.hadoop.hdfs.web.AuthFilterInitializer
    Filter initializer to initialize AuthFilter.
    org.apache.hadoop.hdfs.web.ByteRangeInputStream
    To support HTTP byte streams, a new connection to an HTTP server needs to be created each time.
    org.apache.hadoop.hdfs.web.ByteRangeInputStream.URLOpener
    This class wraps a URL and provides method to open connection.
    org.apache.hadoop.hdfs.web.JsonUtil
    JSON Utilities
    org.apache.hadoop.hdfs.web.JsonUtilClient
    Utility methods used in WebHDFS/HttpFS JSON conversion.
    org.apache.hadoop.hdfs.web.KerberosUgiAuthenticator
    Use UserGroupInformation as a fallback authenticator if the server does not use Kerberos SPNEGO HTTP authentication.
    org.apache.hadoop.hdfs.web.ParamFilter
    A filter to change parameter names to lower cases so that parameter names are considered as case insensitive.
    Configure a connection to use SSL authentication.
    org.apache.hadoop.hdfs.web.SWebHdfsFileSystem
     
    org.apache.hadoop.hdfs.web.URLConnectionFactory
    Utilities for handling URLs
    org.apache.hadoop.hdfs.web.WebHdfsConstants
     
    org.apache.hadoop.hdfs.web.WebHdfsFileSystem
    A FileSystem for HDFS over the web.