org.apache.hadoop.hive.ql.index.compact
Class HiveCompactIndexResult

java.lang.Object
  extended by org.apache.hadoop.hive.ql.index.compact.HiveCompactIndexResult

public class HiveCompactIndexResult
extends Object


Field Summary
static org.apache.commons.logging.Log l4j
           
 
Constructor Summary
HiveCompactIndexResult(String indexFile, org.apache.hadoop.mapred.JobConf conf)
           
 
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
 

Field Detail

l4j

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

HiveCompactIndexResult

public HiveCompactIndexResult(String indexFile,
                              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 © 2011 The Apache Software Foundation