You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Amar Kamat (JIRA)" <ji...@apache.org> on 2011/06/15 13:08:47 UTC

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

     [ https://issues.apache.org/jira/browse/MAPREDUCE-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat resolved MAPREDUCE-2081.
-----------------------------------

             Tags: gridmix system-tests
       Resolution: Fixed
    Fix Version/s: 0.23.0

Committed as part of MAPREDUCE-2517.

> [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
>             Fix For: 0.23.0
>
>         Attachments: 2081-ydist.patch, 2081-ydist.patch, 2081-ydist.patch, MAPREDUCE-2081.patch, MAPREDUCE-2081.patch
>
>
> Girdmix system tests should require different job traces with different time intervals for generate and submit the gridmix jobs. So, implement a functionaliy for getting the job traces and arrange them in hash table with time interval as key.Also getting the list of traces from resource location irrespective of time. The following methods needs to implement.
> Method signature:
> public static Map <String, String> getMRTraces(Configuration conf)  throws IOException; - it get the traces with time intervals from resources default location.
> public static Map <String, String> getMRTraces(Configuration conf,Path path)  throws IOException; - it get the traces with time intervals from user specified resource location.
> public static List<String> listMRTraces(Configuration conf) throws IOException  -it list all the traces from resource default location irrespective of time interval.
> public static List<String> listMRTraces(Configuration conf, Path tracesPath) throws IOException - it list all the traces from user specified user location irrespective of  time interval.
> public static List<String> listMRTracesByTime(Configuration conf, String timeInterval) throws IOException - it list all traces of a given time interval from default resource location.
> public static List<String> listMRTracesByTime(Configuration conf, String timeInterval,Path path) throws IOException - it list all traces of a given time interval from a given resources location.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira