org.apache.hadoop.hive.ql.history
Class HiveHistoryUtil

java.lang.Object
  extended by org.apache.hadoop.hive.ql.history.HiveHistoryUtil

public class HiveHistoryUtil
extends Object


Constructor Summary
HiveHistoryUtil()
           
 
Method Summary
static void parseHiveHistory(String path, HiveHistory.Listener l)
          Parses history file and calls call back functions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveHistoryUtil

public HiveHistoryUtil()
Method Detail

parseHiveHistory

public static void parseHiveHistory(String path,
                                    HiveHistory.Listener l)
                             throws IOException
Parses history file and calls call back functions. Also look at HiveHistoryViewer

Parameters:
path -
l -
Throws:
IOException


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