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,
org.apache.hadoop.fs.Path scratchDir,
org.apache.hadoop.conf.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,
org.apache.hadoop.tools.rumen.JobStoryProducer jobProducer,
org.apache.hadoop.fs.Path scratch,
org.apache.hadoop.conf.Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread.
|
StressJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
org.apache.hadoop.tools.rumen.JobStoryProducer jobProducer,
org.apache.hadoop.fs.Path scratch,
org.apache.hadoop.conf.Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.