org.apache.hadoop.hive.metastore
Class HiveMetaStoreFsImpl
java.lang.Object
org.apache.hadoop.hive.metastore.HiveMetaStoreFsImpl
- All Implemented Interfaces:
- MetaStoreFS
public class HiveMetaStoreFsImpl
- extends Object
- implements MetaStoreFS
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
HiveMetaStoreFsImpl
public HiveMetaStoreFsImpl()
deleteDir
public boolean deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
throws MetaException
- Description copied from interface:
MetaStoreFS
- delete a directory
- Specified by:
deleteDir
in interface MetaStoreFS
- Returns:
- true on success
- Throws:
MetaException
Copyright © 2011 The Apache Software Foundation