Ikhtiyor Ahmedov created HAMA-785:
-------------------------------------

             Summary: Partitioning class is not considered when given multiple 
input paths
                 Key: HAMA-785
                 URL: https://issues.apache.org/jira/browse/HAMA-785
             Project: Hama
          Issue Type: Bug
          Components: bsp core
            Reporter: Ikhtiyor Ahmedov
            Priority: Minor


Example:
{code}
job.setPartitioner(HashPartitioner.class);
KeyValueTextInputFormat.addInputPaths(job, 
"/tmp/test.seq,/tmp/test2.seq,/tmp/test3.seq");
{code}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to