Skip to content

Commit

Permalink
HBASE-27736 HFileSystem.getLocalFs is not used (apache#5125)
Browse files Browse the repository at this point in the history
Co-authored-by: xuyu <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit dd3b163)
  • Loading branch information
xuzifu666 authored and Apache9 committed Mar 21, 2023
1 parent 7fa8f4d commit 4ebf6c8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,6 @@ static public FileSystem get(Configuration conf) throws IOException {
return new HFileSystem(conf, true);
}

/**
* Wrap a LocalFileSystem within a HFileSystem.
*/
static public FileSystem getLocalFs(Configuration conf) throws IOException {
return new HFileSystem(FileSystem.getLocal(conf));
}

/**
* The org.apache.hadoop.fs.FilterFileSystem does not yet support createNonRecursive. This is a
* hadoop bug and when it is fixed in Hadoop, this definition will go away.
Expand Down

0 comments on commit 4ebf6c8

Please sign in to comment.