org.apache.hadoop.hive.ql.index
Class HiveIndexResult

java.lang.Object
  extended by 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
           
 
Constructor Summary
HiveIndexResult(List<String> indexFiles, org.apache.hadoop.mapred.JobConf conf)
           
 
Method Summary
 boolean contains(org.apache.hadoop.mapred.FileSplit split)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l4j

public static final org.apache.commons.logging.Log l4j
Constructor Detail

HiveIndexResult

public HiveIndexResult(List<String> indexFiles,
                       org.apache.hadoop.mapred.JobConf conf)
                throws IOException,
                       HiveException
Throws:
IOException
HiveException
Method Detail

contains

public boolean contains(org.apache.hadoop.mapred.FileSplit split)
                 throws HiveException
Throws:
HiveException


Copyright © 2014 The Apache Software Foundation. All rights reserved.