Uses of Interface
org.apache.hadoop.hive.ql.exec.HashTableLoader

Packages that use HashTableLoader
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
 

Uses of HashTableLoader in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql that return HashTableLoader
static HashTableLoader HashTableLoaderFactory.getLoader(org.apache.hadoop.conf.Configuration hconf)
           
 

Uses of HashTableLoader in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as HashTableLoader
protected  HashTableLoader MapJoinOperator.loader
           
 

Uses of HashTableLoader in org.apache.hadoop.hive.ql.exec.mr
 

Classes in org.apache.hadoop.hive.ql.exec.mr that implement HashTableLoader
 class HashTableLoader
          HashTableLoader for MR loads the hashtable for MapJoins from local disk (hashtables are distributed by using the DistributedCache.
 



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