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

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

public class HiveProfilerUtils
extends Object


Constructor Summary
HiveProfilerUtils()
           
 
Method Summary
static boolean closeConnection(HiveProfilerConnectionInfo info)
           
static void createTableIfNonExistent(HiveProfilerConnectionInfo info, String createTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveProfilerUtils

public HiveProfilerUtils()
Method Detail

createTableIfNonExistent

public static void createTableIfNonExistent(HiveProfilerConnectionInfo info,
                                            String createTable)
                                     throws Exception
Throws:
Exception

closeConnection

public static boolean closeConnection(HiveProfilerConnectionInfo info)
                               throws SQLException
Throws:
SQLException


Copyright © 2012 The Apache Software Foundation