org.apache.hadoop.hive.ql.parse
Class IndexUpdater

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.IndexUpdater

public class IndexUpdater
extends Object


Constructor Summary
IndexUpdater(List<LoadTableDesc> loadTableWork, Set<ReadEntity> inputs, org.apache.hadoop.conf.Configuration conf)
           
IndexUpdater(LoadTableDesc loadTableWork, Set<ReadEntity> inputs, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 List<Task<? extends Serializable>> generateUpdateTasks()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexUpdater

public IndexUpdater(List<LoadTableDesc> loadTableWork,
                    Set<ReadEntity> inputs,
                    org.apache.hadoop.conf.Configuration conf)

IndexUpdater

public IndexUpdater(LoadTableDesc loadTableWork,
                    Set<ReadEntity> inputs,
                    org.apache.hadoop.conf.Configuration conf)
Method Detail

generateUpdateTasks

public List<Task<? extends Serializable>> generateUpdateTasks()
                                                       throws HiveException
Throws:
HiveException


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