public class MapReduceTestUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPECTED_RESULTS_KEY |
static int |
MAX_INPUT_SPLITS |
static int |
MIN_INPUT_SPLITS |
static String |
TEST_EXPORT_DIRECTORY |
| Constructor and Description |
|---|
MapReduceTestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
filterConfiguration(org.apache.hadoop.conf.Configuration conf) |
static org.apache.hadoop.conf.Configuration |
getConfiguration() |
static void |
testMapReduceExport(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions) |
static void |
testMapReduceExport(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions,
String directory) |
static void |
testMapReduceExportAndReingest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions,
org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions outputStorePluginOptions,
TestUtils.DimensionalityType dimensionalityType) |
static void |
testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath) |
static void |
testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String format,
String ingestFilePath) |
public static final String TEST_EXPORT_DIRECTORY
public static final String EXPECTED_RESULTS_KEY
public static final int MIN_INPUT_SPLITS
public static final int MAX_INPUT_SPLITS
public static void testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath)
throws Exception
Exceptionpublic static void testMapReduceExport(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions)
throws Exception
Exceptionpublic static void testMapReduceExport(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions,
String directory)
throws Exception
Exceptionpublic static void testMapReduceExportAndReingest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions,
org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions outputStorePluginOptions,
TestUtils.DimensionalityType dimensionalityType)
throws Exception
Exceptionpublic static void testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String format,
String ingestFilePath)
throws Exception
Exceptionpublic static void filterConfiguration(org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.conf.Configuration getConfiguration()
Copyright © 2013–2019. All rights reserved.