public class OozieLocalServer extends Object implements MiniCluster
| Modifier and Type | Class and Description |
|---|---|
static class |
OozieLocalServer.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
void |
configure() |
org.apache.oozie.client.OozieClient |
getOozieClient() |
org.apache.hadoop.conf.Configuration |
getOozieConf() |
String |
getOozieGroupname() |
String |
getOozieHdfsDefaultFs() |
String |
getOozieHomeDir() |
String |
getOozieTestDir() |
String |
getOozieUsername() |
String |
getOozieYarnResourceManagerAddress() |
void |
start() |
void |
stop() |
void |
stop(boolean cleanUp) |
public String getOozieTestDir()
public String getOozieHomeDir()
public String getOozieUsername()
public String getOozieGroupname()
public String getOozieYarnResourceManagerAddress()
public String getOozieHdfsDefaultFs()
public org.apache.hadoop.conf.Configuration getOozieConf()
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 cleanUp()
throws Exception
cleanUp in interface MiniClusterExceptionpublic void configure()
throws Exception
configure in interface MiniClusterExceptionpublic org.apache.oozie.client.OozieClient getOozieClient()
Copyright © 2015. All Rights Reserved.