org.apache.hadoop.hive.ql.index
Class HiveIndexResult
java.lang.Object
org.apache.hadoop.hive.ql.index.HiveIndexResult
public class HiveIndexResult
- extends Object
HiveIndexResult parses the input stream from an index query
to generate a list of file splits to query.
Field Summary |
static org.apache.commons.logging.Log |
l4j
|
Method Summary |
boolean |
contains(org.apache.hadoop.mapred.FileSplit split)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l4j
public static final org.apache.commons.logging.Log l4j
HiveIndexResult
public HiveIndexResult(List<String> indexFiles,
org.apache.hadoop.mapred.JobConf conf)
throws IOException,
HiveException
- Throws:
IOException
HiveException
contains
public boolean contains(org.apache.hadoop.mapred.FileSplit split)
throws HiveException
- Throws:
HiveException
Copyright © 2013 The Apache Software Foundation