|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalFileSystem | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.util | Common utilities. |
Uses of LocalFileSystem in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return LocalFileSystem | |
---|---|
static LocalFileSystem |
FileSystem.getLocal(Configuration conf)
Get the local file syste |
Uses of LocalFileSystem in org.apache.hadoop.util |
---|
Methods in org.apache.hadoop.util with parameters of type LocalFileSystem | |
---|---|
static void |
DiskChecker.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 boolean |
DiskChecker.mkdirsWithExistsAndPermissionCheck(LocalFileSystem localFS,
Path dir,
FsPermission expected)
Create the directory or check permissions if it already exists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |