org.apache.hadoop.hive.ql.profiler
Class HiveProfilePublisher

java.lang.Object
  extended by org.apache.hadoop.hive.ql.profiler.HiveProfilePublisher

public class HiveProfilePublisher
extends Object


Constructor Summary
HiveProfilePublisher()
           
 
Method Summary
 boolean closeConnection()
           
 boolean initialize(Configuration conf)
           
 boolean publishStat(String queryId, Map<String,String> stats, Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveProfilePublisher

public HiveProfilePublisher()
Method Detail

closeConnection

public boolean closeConnection()

initialize

public boolean initialize(Configuration conf)

publishStat

public boolean publishStat(String queryId,
                           Map<String,String> stats,
                           Configuration conf)


Copyright © 2012 The Apache Software Foundation