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
 

Method Detail

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:
true on success
Throws:
MetaException


Copyright © 2011 The Apache Software Foundation