org.apache.bigtop.itest.hivesmoke
Class TestJdbcDriver

java.lang.Object
  extended by org.apache.bigtop.itest.hivesmoke.TestJdbcDriver

public class TestJdbcDriver
extends Object


Field Summary
static String driverName
           
static String hiveserver_pid
           
static String hiveserver_url
           
static org.apache.bigtop.itest.shell.Shell sh
           
static String testDir
           
 
Constructor Summary
TestJdbcDriver()
           
 
Method Summary
 void closeConnection()
           
 void getConnection()
           
static void setUp()
           
static void tearDown()
           
 void testCreate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driverName

public static String driverName

hiveserver_url

public static String hiveserver_url

sh

public static org.apache.bigtop.itest.shell.Shell sh

testDir

public static String testDir

hiveserver_pid

public static String hiveserver_pid
Constructor Detail

TestJdbcDriver

public TestJdbcDriver()
Method Detail

setUp

public static void setUp()
                  throws ClassNotFoundException,
                         InterruptedException
Throws:
ClassNotFoundException
InterruptedException

getConnection

public void getConnection()
                   throws SQLException
Throws:
SQLException

closeConnection

public void closeConnection()
                     throws SQLException
Throws:
SQLException

tearDown

public static void tearDown()

testCreate

public void testCreate()
                throws SQLException
Throws:
SQLException


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.