Package | Description |
---|---|
org.apache.hadoop.mapred.gridmix |
Modifier and Type | Class and Description |
---|---|
class |
EchoUserResolver
Echos the UGI offered.
|
class |
RoundRobinUserResolver |
class |
SubmitterUserResolver
Resolves all UGIs to the submitting user.
|
Modifier and Type | Method and Description |
---|---|
UserResolver |
Gridmix.getCurrentUserResolver() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.mapred.gridmix.JobFactory |
Gridmix.createJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
String traceIn,
Path scratchDir,
Configuration conf,
CountDownLatch startFlag,
UserResolver resolver) |
protected org.apache.hadoop.mapred.gridmix.JobSubmitter |
Gridmix.createJobSubmitter(org.apache.hadoop.mapred.gridmix.JobMonitor monitor,
int threads,
int queueDepth,
org.apache.hadoop.mapred.gridmix.FilePool pool,
UserResolver resolver,
Statistics statistics) |
Constructor and Description |
---|
SerialJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
JobStoryProducer jobProducer,
Path scratch,
Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread.
|
StressJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
JobStoryProducer jobProducer,
Path scratch,
Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.