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(FileSystem fs, Path f, boolean recursive, Configuration conf)
          delete a directory
 

Method Detail

deleteDir

boolean deleteDir(FileSystem fs,
                  Path f,
                  boolean recursive,
                  Configuration conf)
                  throws MetaException
delete a directory

Parameters:
f -
recursive -
Returns:
true on success
Throws:
MetaException


Copyright © 2012 The Apache Software Foundation