Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1007

Performance improvement in recommenditembased by splitting long records

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 0.6
    • None
    • None
    • None

    Description

      While running the recommendations with ASFEMail dataset using the example script provided with mahout, we are noticing that one of the map task in unsymmetrify mapper job has a very long execution time than others. While profiling, the problem seems to be with the number of elements in each record. The attached patch address this issue by splitting longer records into smaller once, so the data distributed evenly among the unsymmetrify map tasks.

      There is a new command line option maxSimilarityReducerVectorSize is introduced for RecommanderJob. Tested with maxSimilarityReducerVectorSize=5000 and with same functionality speeds up unsymmetrify mapper job by several X on x86 architectures and increases CPU utilization. By default the records are not split and setting the command line option maxSimilarityReducerVectorSize to a value greater than 0 will increase performance.

      Attachments

        1. Patch_1007.patch
          8 kB
          Bhaskar Devireddy

        Activity

          People

            srowen Sean R. Owen
            bhaskar.devireddy Bhaskar Devireddy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: