Uses of Interface
org.apache.hadoop.hive.ql.history.HiveHistory

Packages that use HiveHistory
org.apache.hadoop.hive.ql.history   
org.apache.hadoop.hive.ql.session   
 

Uses of HiveHistory in org.apache.hadoop.hive.ql.history
 

Classes in org.apache.hadoop.hive.ql.history that implement HiveHistory
 class HiveHistoryImpl
          HiveHistory.
 

Methods in org.apache.hadoop.hive.ql.history that return HiveHistory
static HiveHistory HiveHistoryProxyHandler.getNoOpHiveHistoryProxy()
           
 

Uses of HiveHistory in org.apache.hadoop.hive.ql.session
 

Fields in org.apache.hadoop.hive.ql.session declared as HiveHistory
protected  HiveHistory SessionState.hiveHist
           
 

Methods in org.apache.hadoop.hive.ql.session that return HiveHistory
 HiveHistory SessionState.getHiveHistory()
          get hiveHitsory object which does structured logging.
 



Copyright © 2012 The Apache Software Foundation