Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-2081

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

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23.0
    • contrib/gridmix
    • None
    • gridmix system-tests

    Description

      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.

      Attachments

        1. MAPREDUCE-2081.patch
          558 kB
          Vinay Kumar Thota
        2. MAPREDUCE-2081.patch
          558 kB
          Vinay Kumar Thota
        3. 2081-ydist.patch
          33 kB
          Vinay Kumar Thota
        4. 2081-ydist.patch
          8 kB
          Vinay Kumar Thota
        5. 2081-ydist.patch
          7 kB
          Vinay Kumar Thota

        Issue Links

          Activity

            People

              vinaythota Vinay Kumar Thota
              vinaythota Vinay Kumar Thota
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: