Uses of Class
org.apache.hadoop.fs.LocalFileSystem
Packages that use LocalFileSystem
Package
Description
An abstract file system API.
Common utilities.
-
Uses of LocalFileSystem in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return LocalFileSystemModifier and TypeMethodDescriptionstatic LocalFileSystemFileSystem.getLocal(Configuration conf) Get the local FileSystem.static LocalFileSystemFileSystem.newInstanceLocal(Configuration conf) Get a unique local FileSystem object. -
Uses of LocalFileSystem in org.apache.hadoop.util
Methods in org.apache.hadoop.util with parameters of type LocalFileSystemModifier and TypeMethodDescriptionstatic voidDiskChecker.checkDir(LocalFileSystem localFS, Path dir, FsPermission expected) Create the local directory if necessary, check permissions and also ensure it can be read from and written into.static voidDiskChecker.checkDirWithDiskIo(LocalFileSystem localFS, Path dir, FsPermission expected) Create the local directory if necessary, also ensure permissions allow it to be read from and written into.