Gridmix test for submitting jobs with different traces and runtime options.
---------------------------------------------------------------------------
Key: MAPREDUCE-2139
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2139
Project: Hadoop Map/Reduce
Issue Type: Task
Components: test
Reporter: Vinay Kumar Thota
Assignee: Vinay Kumar Thota
1.Generate input data based on cluster size and create the synthetic jobs by
using the 7 min folded MR trace and submit
the jobs with below arguments.
GRIDMIX_JOB_TYPE = SleepJob
GRIDMIX_USER_RESOLVER = SubmitterUserResolver
GRIDMIX_MIN_FILE = 200 MB
GRIDMIX_SUBMISSION_POLICY = STRESS
GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false
Input Size = 400 MB * No. of nodes in cluster.
TRACE_FILE = 7 min folded trace.
Verify each job status, summary(QueueName, UserName, StatTime, FinishTime,
maps, reducers and counters etc) after
completion of execution. Make sure the queue should be default queue name.
2. Generate input data based on cluster size and create the synthetic jobs by
using the 10 min folded MR trace and
submit the jobs with below arguments.
GRIDMIX_JOB_TYPE = SleepJob
GRIDMIX_USER_RESOLVER = SubmitterUserResolver
GRIDMIX_MIN_FILE = 200 MB
GRIDMIX_SUBMISSION_POLICY = STRESS
GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false
SLEEPJOB_MAPTASK_ONLY = true
GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec
Input Size = 250 MB * No. of nodes in cluster.
TRACE_FILE = 7 min folded trace.
Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps
and counters etc) after completion of
execution. Make sure the reducers should be zero.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.