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

[Rumen] Parallelize TraceBuilder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.22.0
    • None
    • tools/rumen
    • None

    Description

      Currently, Rumen's TraceBuilder processes jobs in sequential manner and emits them in sorted order (based on job-id). Following are the steps :

      1. Read data from input files
      2. Parse and analyze the JobHistory data
      3. Write the data to the output file

      Steps #1 and #2 can be done in parallel. Step #3 can be made sequential (if user needs it) else can also be done in parallel.

      I could achieve ~50% speedup by simply parallelizing step#1 and step#2 (i.e output was sorted based on job-id).

      Attachments

        Activity

          People

            amar_kamat Amar Kamat
            amar_kamat Amar Kamat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: