public class IntegrationTestTableMapReduceUtil extends Object implements org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Modifier and Type | Field and Description |
---|---|
private static IntegrationTestingUtility |
util |
Constructor and Description |
---|
IntegrationTestTableMapReduceUtil() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
static void |
main(String[] args) |
static void |
provisionCluster() |
int |
run(String[] args) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
skipMiniCluster() |
void |
testAddDependencyJars()
Look for jars we expect to be on the classpath by name.
|
private static IntegrationTestingUtility util
public IntegrationTestTableMapReduceUtil()
public static void provisionCluster() throws Exception
Exception
public void skipMiniCluster()
public void testAddDependencyJars() throws Exception
Exception
public int run(String[] args) throws Exception
run
in interface org.apache.hadoop.util.Tool
Exception
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.