org.apache.hadoop.hive.metastore
Class TestRemoteHiveMetaStore

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hadoop.hive.metastore.TestHiveMetaStore
              extended by org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestSetUGIOnBothClientServer, TestSetUGIOnOnlyClient

public class TestRemoteHiveMetaStore
extends TestHiveMetaStore


Field Summary
 
Fields inherited from class org.apache.hadoop.hive.metastore.TestHiveMetaStore
client, hiveConf, isThriftClient, warehouse
 
Constructor Summary
TestRemoteHiveMetaStore()
           
 
Method Summary
protected  void createClient(boolean setugi, int port)
           
protected  void setUp()
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.TestHiveMetaStore
partitionTester, testAlterPartition, testAlterTable, testAlterViewParititon, testColumnStatistics, testComplexTable, testComplexTypeApi, testConcurrentMetastores, testDatabase, testDatabaseLocation, testDatabaseLocationWithPermissionProblems, testDropTable, testFilterLastPartition, testFilterSinglePartition, testGetConfigValue, testListPartitionNames, testListPartitions, testNameMethods, testPartition, testPartitionFilter, testRenamePartition, testSimpleTable, testSimpleTypeApi, testSynchronized, testTableDatabase, testTableFilter
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRemoteHiveMetaStore

public TestRemoteHiveMetaStore()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class TestHiveMetaStore
Throws:
Exception

createClient

protected void createClient(boolean setugi,
                            int port)
                     throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation