[
https://issues.apache.org/jira/browse/MRQL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136029#comment-15136029
]
ASF GitHub Bot commented on MRQL-82:
------------------------------------
GitHub user fegaras opened a pull request:
https://github.com/apache/incubator-mrql/pull/14
[MRQL-82] Fix the split size calculation in map-reduce mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fegaras/incubator-mrql MRQL-82
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-mrql/pull/14.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14
----
commit ab2fd2b308c6c6751c01bea356e982909fa726b6
Author: fegaras <[email protected]>
Date: 2016-02-06T22:12:31Z
[MRQL-82] Fix the split size calculation in map-reduce mode
----
> Fix the split size calculation in map-reduce mode
> -------------------------------------------------
>
> Key: MRQL-82
> URL: https://issues.apache.org/jira/browse/MRQL-82
> Project: MRQL
> Issue Type: Bug
> Components: Run-Time/MapReduce
> Affects Versions: 0.9.6
> Reporter: Leonidas Fegaras
> Assignee: Leonidas Fegaras
> Priority: Critical
>
> The MapReducePlan.setupSplits method that sets the mapper's min and max split
> size based on number of requested nodes in map-reduce does not terminate if
> the input is a number generator (created by the MRQL n...m syntax). Easy fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)