Class HttpsFSFileSystem

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.fs.FileSystem
org.apache.hadoop.fs.http.client.HttpFSFileSystem
org.apache.hadoop.fs.http.client.HttpsFSFileSystem
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.conf.Configurable, org.apache.hadoop.fs.BulkDeleteSource, org.apache.hadoop.fs.DelegationTokenRenewer.Renewable, org.apache.hadoop.fs.PathCapabilities, org.apache.hadoop.security.token.DelegationTokenIssuer

public class HttpsFSFileSystem extends HttpFSFileSystem

HttpFSServer implementation of the FileSystemAccess FileSystem for SSL.

This implementation allows a user to access HDFS over HTTPS via a HttpFSServer server.