[ 
https://issues.apache.org/jira/browse/HAMA-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ikhtiyor Ahmedov updated HAMA-785:
----------------------------------

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

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

  was:
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

    
> 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
>              Labels: partitioners, partitioning
>
> Example:
> {code}
> job.setPartitioner(HashPartitioner.class);
> job.setInputFormat(KeyValueTextInputFormat.class);
> KeyValueTextInputFormat.addInputPaths(job, 
> "/tmp/test.seq,/tmp/test2.seq,/tmp/test3.seq");
> {code}
> HashPartitioner is not called 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