This project has retired. For details please refer to its
Attic page.
Loop (Apache Gora 0.6 API)
-
- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
public class Loop
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Executes Generate and Verify in a loop. Data is not cleaned between runs, so each iteration
adds more data.
-
-
Constructor Summary
Constructors
Constructor and Description |
Loop() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static void |
main(String[] args) |
int |
run(String[] args) |
protected void |
runGenerator(int numMappers,
long numNodes,
boolean concurrent) |
protected void |
runVerify(String outputDir,
int numReducers,
long expectedNumNodes) |
protected Verify |
startVerify(String outputDir,
int numReducers,
boolean concurrent) |
-
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.