static class IntegrationTestBigLinkedList.Loop extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Modifier and Type | Field and Description |
---|---|
(package private) IntegrationTestBigLinkedList |
it |
private static org.slf4j.Logger |
LOG |
private static String |
USAGE |
Constructor and Description |
---|
Loop() |
Modifier and Type | Method and Description |
---|---|
int |
run(String[] args) |
protected void |
runGenerator(int numMappers,
long numNodes,
String outputDir,
Integer width,
Integer wrapMultiplier,
Integer numWalkers) |
protected void |
runVerify(String outputDir,
int numReducers,
long expectedNumNodes) |
private static final org.slf4j.Logger LOG
private static final String USAGE
Loop()
protected void runGenerator(int numMappers, long numNodes, String outputDir, Integer width, Integer wrapMultiplier, Integer numWalkers) throws Exception
Exception
protected void runVerify(String outputDir, int numReducers, long expectedNumNodes) throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.