[
https://issues.apache.org/jira/browse/MRQL-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632980#comment-14632980
]
Edward J. Yoon commented on MRQL-75:
------------------------------------
> If I use the PartitioningRunner using:
> job.setPartitioner(org.apache.hama.bsp.HashPartitioner.class);
> job.setNumBspTask(4);
> job.set("bsp.min.split.size","102");
> it fails because it expects a Long key. Here is the log:
Hi leonidas,
By default, PartitioningRunner reads and re-writes key and value pairs based on
"bsp.input.key/value.class". I guess your input is Text file and so key is
automatically Long but you've set MRContainer as a input key/value class. Can
you provide information about job configuration?
> Add support for Hama v0.7 on Yarn
> ---------------------------------
>
> Key: MRQL-75
> URL: https://issues.apache.org/jira/browse/MRQL-75
> Project: MRQL
> Issue Type: Improvement
> Components: Run-Time/BSP
> Affects Versions: 0.9.6
> Reporter: Leonidas Fegaras
> Assignee: Leonidas Fegaras
>
> Change the MRQL run-time engine to support Hama (BSP) on both Mesos and Yarn.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)