public class AlluxioFileSystem
extends org.apache.hadoop.fs.DelegateToFileSystem
FileSystem and is only necessary for use with
Hadoop 2.x. Configuration example in Hadoop core-site.xml file:
<property>
<name>fs.AbstractFileSystem.alluxio.impl</name>
<value>alluxio.hadoop.AlluxioFileSystem</value>
</property>
For a long term solution, we need to rewrite AlluxioFileSystem by extending Hadoop's
AbstractFileSystem directly.| Modifier and Type | Method and Description |
|---|---|
int |
getUriDefaultPort() |
createInternal, createSymlink, delete, getCanonicalServiceName, getDelegationTokens, getFileBlockLocations, getFileChecksum, getFileLinkStatus, getFileStatus, getFsStatus, getHomeDirectory, getInitialWorkingDirectory, getLinkTarget, getServerDefaults, listStatus, mkdir, open, renameInternal, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, supportsSymlinkscheckPath, checkScheme, clearStatistics, create, createFileSystem, equals, get, getAllStatistics, getFsStatus, getStatistics, getStatistics, getUri, getUriPath, hashCode, isValidName, listCorruptFileBlocks, listLocatedStatus, listStatusIterator, makeQualified, open, printStatistics, rename, renameInternal, resolvePathCopyright © 2024. All Rights Reserved.