public class MapReduceTestEnvironment extends Object implements TestEnvironment
| Modifier and Type | Field and Description |
|---|---|
static String |
HDFS_BASE_DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
TestEnvironment[] |
getDependentEnvironments() |
String |
getHdfs() |
String |
getHdfsBaseDirectory() |
static MapReduceTestEnvironment |
getInstance() |
String |
getJobtracker() |
org.locationtech.geowave.core.cli.parser.ManualOperationParams |
getOperationParams() |
boolean |
isHdfsProtocol() |
void |
setHdfs(String hdfs) |
void |
setHdfsBaseDirectory(String hdfsBaseDirectory) |
void |
setHdfsProtocol(boolean hdfsProtocol) |
void |
setJobtracker(String jobtracker) |
void |
setup() |
void |
tearDown() |
public static final String HDFS_BASE_DIRECTORY
public static MapReduceTestEnvironment getInstance()
public void setup()
throws Exception
setup in interface TestEnvironmentExceptionpublic void tearDown()
tearDown in interface TestEnvironmentpublic String getJobtracker()
public void setJobtracker(String jobtracker)
public String getHdfs()
public void setHdfs(String hdfs)
public boolean isHdfsProtocol()
public void setHdfsProtocol(boolean hdfsProtocol)
public String getHdfsBaseDirectory()
public void setHdfsBaseDirectory(String hdfsBaseDirectory)
public org.locationtech.geowave.core.cli.parser.ManualOperationParams getOperationParams()
public TestEnvironment[] getDependentEnvironments()
getDependentEnvironments in interface TestEnvironmentCopyright © 2013–2021. All rights reserved.