org.apache.bigtop.itest.hivesmoke
Class TestJdbcDriver

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

public class TestJdbcDriver
extends java.lang.Object


Field Summary
static java.lang.String driverName
           
static java.lang.String hiveserver_pid
           
static java.lang.String hiveserver_url
           
static org.apache.bigtop.itest.shell.Shell sh
           
static java.lang.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 java.lang.String driverName

hiveserver_url

public static java.lang.String hiveserver_url

sh

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

testDir

public static java.lang.String testDir

hiveserver_pid

public static java.lang.String hiveserver_pid
Constructor Detail

TestJdbcDriver

public TestJdbcDriver()
Method Detail

setUp

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

getConnection

public void getConnection()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

closeConnection

public void closeConnection()
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

tearDown

public static void tearDown()

testCreate

public void testCreate()
                throws java.sql.SQLException
Throws:
java.sql.SQLException


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