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

OOM When the value for the property "mapred.map.multithreadedrunner.class" is set to MultithreadedMapper instance.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 0.23.0, 1.0.0
    • None
    • mrv1
    • NA

    Description

      When we set the value for the property mapred.map.multithreadedrunner.class as instance of MultithreadedMapper, using MultithreadedMapper.setMapperClass(), it simply throws IllegalArgumentException.
      But when we set the same property, using job's conf object using job.getConfiguration().setClass(mapred.map.multithreadedrunner.class, MultithreadedMapper.class, Mapper.class), throws OOM.

      Attachments

        1. MAPREDUCE-3115.2.patch
          4 kB
          Mostafa Elhemali
        2. MAPREDUCE-3115.patch
          3 kB
          Bhallamudi Venkata Siva Kamesh

        Activity

          People

            Unassigned Unassigned
            kam_iitkgp Bhallamudi Venkata Siva Kamesh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: