org.apache.hadoop.hive.metastore
Interface MetaStoreFS
- All Known Implementing Classes:
- HiveMetaStoreFsImpl
public interface MetaStoreFS
Define a set of APIs that may vary in different environments
Method Summary |
boolean |
deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
delete a directory |
deleteDir
boolean deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
throws MetaException
- delete a directory
- Parameters:
f
- recursive
-
- Returns:
-
- Throws:
MetaException
Copyright © 2011 The Apache Software Foundation