org.apache.hive.service.cli.thrift
Class TestThriftHttpCLIService

java.lang.Object
  extended by org.apache.hive.service.cli.thrift.ThriftCLIServiceTest
      extended by org.apache.hive.service.cli.thrift.TestThriftHttpCLIService

public class TestThriftHttpCLIService
extends ThriftCLIServiceTest

TestThriftHttpCLIService. This tests ThriftCLIService started in http mode.


Field Summary
 
Fields inherited from class org.apache.hive.service.cli.thrift.ThriftCLIServiceTest
anonymousPasswd, anonymousUser, client, hiveConf, hiveServer2, host, port
 
Constructor Summary
TestThriftHttpCLIService()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void testCustomMode()
           
 void testIncompatibeClientServer()
           
 void testIncorrectHttpPath()
           
 void testKerberosMode()
           
 void testLDAPMode()
           
 
Methods inherited from class org.apache.hive.service.cli.thrift.ThriftCLIServiceTest
createBinaryTransport, initClient, startHiveServer2WithConf, stopHiveServer2, testDoAs, testExecuteStatement, testGetFunctions, testOpenSession, testOpenSessionExpectedException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestThriftHttpCLIService

public TestThriftHttpCLIService()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
Throws:
Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class ThriftCLIServiceTest
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class ThriftCLIServiceTest
Throws:
Exception

testIncompatibeClientServer

public void testIncompatibeClientServer()
                                 throws Exception
Throws:
Exception

testIncorrectHttpPath

public void testIncorrectHttpPath()
                           throws Exception
Throws:
Exception

testKerberosMode

public void testKerberosMode()
                      throws Exception
Throws:
Exception

testLDAPMode

public void testLDAPMode()
                  throws Exception
Throws:
Exception

testCustomMode

public void testCustomMode()
                    throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation