public class HiveLocalServer2 extends Object implements MiniCluster
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveLocalServer2.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 |
getHiveServer2Hostname() |
Integer |
getHiveServer2Port() |
String |
getHiveWarehouseDir() |
String |
getZookeeperConnectionString() |
void |
start() |
void |
stop() |
void |
stop(boolean cleanUp) |
public String getHiveServer2Hostname()
public Integer getHiveServer2Port()
public String getHiveMetastoreHostname()
public Integer getHiveMetastorePort()
public String getHiveMetastoreDerbyDbDir()
public String getHiveScratchDir()
public String getHiveWarehouseDir()
public org.apache.hadoop.hive.conf.HiveConf getHiveConf()
public String getZookeeperConnectionString()
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 © 2015. All Rights Reserved.