org.apache.hadoop.hive.shims
Interface HadoopShims.MiniDFSShim

Enclosing interface:
HadoopShims

public static interface HadoopShims.MiniDFSShim

Shim around the functions in MiniDFSCluster that Hive uses.


Method Summary
 org.apache.hadoop.fs.FileSystem getFileSystem()
           
 void shutdown()
           
 

Method Detail

getFileSystem

org.apache.hadoop.fs.FileSystem getFileSystem()
                                              throws IOException
Throws:
IOException

shutdown

void shutdown()
              throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation