@Alpha public class HdfsDataNode extends FileSystemDataNode
HdfsDataNode. All the properties specific to a HDFS based data node (e.g. fs.uri)
are validated here.DataNode.DataNodeCreationException| Modifier and Type | Field and Description |
|---|---|
static String |
HDFS_SCHEME |
FS_URI_KEY| Constructor and Description |
|---|
HdfsDataNode(com.typesafe.config.Config nodeProps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDatasetDescriptorPlatform() |
boolean |
isUriValid(URI fsUri) |
getDefaultDatasetDescriptorClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getRawConfig, isActivepublic static final String HDFS_SCHEME
public HdfsDataNode(com.typesafe.config.Config nodeProps)
throws DataNode.DataNodeCreationException
public boolean isUriValid(URI fsUri)
isUriValid in class FileSystemDataNodefsUri - FileSystem URIpublic String getDefaultDatasetDescriptorPlatform()
getDefaultDatasetDescriptorPlatform in interface DataNodegetDefaultDatasetDescriptorPlatform in class BaseDataNode