Package org.apache.hadoop.hdfs
Class WebHdfsDtFetcher
java.lang.Object
org.apache.hadoop.hdfs.HdfsDtFetcher
org.apache.hadoop.hdfs.WebHdfsDtFetcher
- All Implemented Interfaces:
org.apache.hadoop.security.token.DtFetcher
DtFetcher for WebHdfsFileSystem using the base class HdfsDtFetcher impl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.io.TextReturns the service name for HDFS, which is also a valid URL prefix.Methods inherited from class org.apache.hadoop.hdfs.HdfsDtFetcher
addDelegationTokens, isTokenRequired
-
Constructor Details
-
WebHdfsDtFetcher
public WebHdfsDtFetcher()
-
-
Method Details
-
getServiceName
public org.apache.hadoop.io.Text getServiceName()Description copied from class:HdfsDtFetcherReturns the service name for HDFS, which is also a valid URL prefix.- Specified by:
getServiceNamein interfaceorg.apache.hadoop.security.token.DtFetcher- Overrides:
getServiceNamein classHdfsDtFetcher
-