Uploaded image for project: 'Hama'
  1. Hama
  2. HAMA-774

CompositeInputFormat in Hama

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.6.2
    • 0.7.0
    • bsp core
    • None

    Description

      Adapting Hadoop CompositeInputFormat to Hama.

      Adapt the CompositeInputFormat from Hadoop and integrate it into Hama.
      e.g., Useful for matrix multiplication example by doing a inner join of two matrices.

      Therefore the Hadoop join package has been adapted within org.apache.hama.bsp.join.

      Finally I would need some help to integrate the CompositeInputFormat into Hama by using

       
      job.setInputFormat(CompositeInputFormat.class);
      job.set("bsp.join.expr", CompositeInputFormat.compose("inner",
         SequenceFileInputFormat.class, aPath, bPath));
      

      Attachments

        1. HAMA-774.patch
          81 kB
          Martin Illecker
        2. HAMA-774_v02.patch
          89 kB
          Edward J. Yoon

        Activity

          People

            bafu Martin Illecker
            bafu Martin Illecker
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: