You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Vinay Kumar Thota (JIRA)" <ji...@apache.org> on 2010/09/20 12:43:33 UTC

[jira] Created: (MAPREDUCE-2081) [GridMix3] Implement functionality for get the list of job traces which has different intervals.

[GridMix3] Implement functionality for get the list of job traces which has different intervals.
------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-2081
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2081
             Project: Hadoop Map/Reduce
          Issue Type: Test
          Components: contrib/gridmix
            Reporter: Vinay Kumar Thota
            Assignee: Vinay Kumar Thota


Girdmix system tests should require different job traces with different time intervals for generate and submit the gridmix jobs. So, implement a method for getting the job traces and arrange them in hash table with time interval as key.

Method signature:
public static Hashtable <String, String> getJobTraces(Configuration conf)  throws IOException;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.