org.apache.hadoop.hive.metastore
Class HiveMetaStoreFsImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
HiveMetaStoreFsImpl()
           
 
Method Summary
 boolean deleteDir(FileSystem fs, Path f, boolean recursive, Configuration conf)
          delete a directory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

HiveMetaStoreFsImpl

public HiveMetaStoreFsImpl()
Method Detail

deleteDir

public boolean deleteDir(FileSystem fs,
                         Path f,
                         boolean recursive,
                         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 © 2012 The Apache Software Foundation