org.apache.hadoop.hive.shims
Class HiveHarFileSystem

java.lang.Object
  extended by HarFileSystem
      extended by org.apache.hadoop.hive.shims.HiveHarFileSystem

public class HiveHarFileSystem
extends HarFileSystem

HiveHarFileSystem - fixes issues with Hadoop's HarFileSystem


Constructor Summary
HiveHarFileSystem()
           
 
Method Summary
 ContentSummary getContentSummary(Path f)
           
 BlockLocation[] getFileBlockLocations(FileStatus file, long start, long len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveHarFileSystem

public HiveHarFileSystem()
Method Detail

getFileBlockLocations

public BlockLocation[] getFileBlockLocations(FileStatus file,
                                             long start,
                                             long len)
                                      throws IOException
Throws:
IOException

getContentSummary

public ContentSummary getContentSummary(Path f)
                                 throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation