public class HiveLocalMetaStore extends Object implements MiniCluster
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveLocalMetaStore.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
void |
configure() |
org.apache.hadoop.hive.conf.HiveConf |
getHiveConf() |
String |
getHiveMetastoreDerbyDbDir() |
String |
getHiveMetastoreHostname() |
Integer |
getHiveMetastorePort() |
String |
getHiveScratchDir() |
String |
getHiveWarehouseDir() |
void |
start() |
void |
stop() |
void |
stop(boolean cleanUp) |
public String getHiveMetastoreHostname()
public Integer getHiveMetastorePort()
public String getHiveMetastoreDerbyDbDir()
public String getHiveScratchDir()
public org.apache.hadoop.hive.conf.HiveConf getHiveConf()
public String getHiveWarehouseDir()
public void start()
throws Exception
start in interface MiniClusterExceptionpublic void stop()
throws Exception
stop in interface MiniClusterExceptionpublic void stop(boolean cleanUp)
throws Exception
stop in interface MiniClusterExceptionpublic void configure()
throws Exception
configure in interface MiniClusterExceptionpublic void cleanUp()
throws Exception
cleanUp in interface MiniClusterExceptionCopyright © 2019. All rights reserved.