Searched defs:numTasksPerJob (Results 1 – 2 of 2) sorted by relevance
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/ |
H A D | MockHistoryJobs.java | 52 public static JobsPair newHistoryJobs(int numJobs, int numTasksPerJob, in newHistoryJobs() 59 int numTasksPerJob, int numAttemptsPerTask) throws IOException { in newHistoryJobs() 66 int numTasksPerJob, int numAttemptsPerTask, boolean hasFailedTasks) in newHistoryJobs()
|
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/ |
H A D | MockJobs.java | 116 public static Map<JobId, Job> newJobs(int numJobs, int numTasksPerJob, in newJobs() 128 int numTasksPerJob, int numAttemptsPerTask) { in newJobs() 138 int numTasksPerJob, int numAttemptsPerTask, boolean hasFailedTasks) { in newJobs()
|