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, getFsStatus, getHomeDirectory, getInitialWorkingDirectory, getLinkTarget, getServerDefaults, listStatus, mkdir, open, renameInternal, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, supportsSymlinks, truncate
access, checkPath, checkScheme, clearStatistics, create, createFileSystem, equals, get, getAclStatus, getAllStatistics, getStatistics, getStatistics, getUri, getUriPath, getXAttr, getXAttrs, getXAttrs, hashCode, isValidName, listCorruptFileBlocks, listLocatedStatus, listStatusIterator, listXAttrs, makeQualified, modifyAclEntries, open, printStatistics, removeAcl, removeAclEntries, removeDefaultAcl, removeXAttr, rename, renameInternal, resolvePath, setAcl, setXAttr, setXAttr
Copyright © 2023. All Rights Reserved.