|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.hadoop.hive.metastore.MetaStoreTestBase
public class MetaStoreTestBase
Field Summary | |
---|---|
protected static org.apache.hadoop.conf.Configuration |
conf_
Set things up - create mini dfs cluster and mount the fuse filesystem. |
protected static org.apache.hadoop.fs.FileSystem |
fileSys_
|
protected static File |
msRoot_
|
protected static org.apache.hadoop.fs.Path |
whRoot_
|
Constructor Summary | |
---|---|
MetaStoreTestBase()
|
Method Summary | |
---|---|
void |
cleanup()
|
void |
createDB(String db)
|
static Properties |
createSchema(String db,
String name)
|
void |
createTable(String db,
String name)
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.hadoop.conf.Configuration conf_
protected static final org.apache.hadoop.fs.Path whRoot_
protected static final File msRoot_
protected static final org.apache.hadoop.fs.FileSystem fileSys_
Constructor Detail |
---|
public MetaStoreTestBase() throws Exception
Exception
Method Detail |
---|
public void createDB(String db) throws Exception
Exception
public void cleanup() throws Exception
Exception
public static Properties createSchema(String db, String name) throws Exception
Exception
public void createTable(String db, String name) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |