org.apache.hadoop.hive.ql.history
Class HiveHistory.QueryInfo

java.lang.Object
  extended by org.apache.hadoop.hive.ql.history.HiveHistory.Info
      extended by org.apache.hadoop.hive.ql.history.HiveHistory.QueryInfo
Enclosing interface:
HiveHistory

public static class HiveHistory.QueryInfo
extends HiveHistory.Info

QueryInfo.


Field Summary
 Map<String,String> hm
           
 Map<String,Long> rowCountMap
           
 
Constructor Summary
HiveHistory.QueryInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hm

public Map<String,String> hm

rowCountMap

public Map<String,Long> rowCountMap
Constructor Detail

HiveHistory.QueryInfo

public HiveHistory.QueryInfo()


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