org.apache.accumulo.test.functional
public class RunTests extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
$ python test/system/auto/run.py -l > testsPut the list of tests into HDFS:
$ hadoop fs -put tests /user/hadoop/testsRun the map-reduce job:
$ ./bin/accumulo accumulo.test.functional.RunTests --tests /user/hadoop/tests --output /user/hadoop/resultsNote that you will need to have some configuration in conf/accumulo-site.xml (to locate zookeeper). The map-reduce jobs will not use your local accumulo instance.
Modifier and Type | Class and Description |
---|---|
static class |
RunTests.TestMapper |
Constructor and Description |
---|
RunTests() |
public static final String JOB_NAME
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.