public class HiveHistoryViewer extends Object implements HiveHistory.Listener
| Constructor and Description |
|---|
HiveHistoryViewer(String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HiveHistory.QueryInfo> |
getJobInfoMap() |
String |
getSessionId() |
Map<String,HiveHistory.TaskInfo> |
getTaskInfoMap() |
void |
handle(HiveHistory.RecordTypes recType,
Map<String,String> values)
Implementation Listener interface function.
|
public HiveHistoryViewer(String path)
public String getSessionId()
public Map<String,HiveHistory.QueryInfo> getJobInfoMap()
public Map<String,HiveHistory.TaskInfo> getTaskInfoMap()
public void handle(HiveHistory.RecordTypes recType, Map<String,String> values)
handle in interface HiveHistory.ListenerHiveHistory.Listener.handle(org.apache.hadoop.hive.ql.history.HiveHistory.RecordTypes,
java.util.Map)Copyright © 2019 The Apache Software Foundation. All Rights Reserved.