org.apache.hadoop.hive.ql.exec
Class ArchiveUtils.HarPathHelper
java.lang.Object
org.apache.hadoop.hive.ql.exec.ArchiveUtils.HarPathHelper
- Enclosing class:
- ArchiveUtils
public static class ArchiveUtils.HarPathHelper
- extends Object
HarPathHelper helps to create har:/ URIs for locations inside of archive.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveUtils.HarPathHelper
public ArchiveUtils.HarPathHelper(HiveConf hconf,
URI archive,
URI originalBase)
throws HiveException
- Creates helper for archive.
- Parameters:
archive
- absolute location of archive in underlying filesystemoriginalBase
- directory for which Hadoop archive was created
- Throws:
HiveException
getHarUri
public URI getHarUri(URI original,
HadoopShims shim)
throws HiveException
- Throws:
HiveException
Copyright © 2013 The Apache Software Foundation