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

Partitioning class is not considered when given multiple input paths

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • bsp core

    Description

      Example:

      job.setPartitioner(HashPartitioner.class);
      job.setInputFormat(KeyValueTextInputFormat.class);
      KeyValueTextInputFormat.addInputPaths(job, "/tmp/test.seq,/tmp/test2.seq,/tmp/test3.seq");
      

      HashPartitioner is not called when task count == input path count

      Attachments

        Activity

          People

            Unassigned Unassigned
            ikhahmedov Ikhtiyor Ahmedov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: