[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060498#comment-14060498 ] Sean Owen commented on SPARK-2278: -- (Oh right, sortBy is not in 1.0.0, it came after:

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060677#comment-14060677 ] Sean Owen commented on SPARK-2278: -- Where are keys replicated? I don't get that point.

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-14 Thread Hans Uhlig (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060691#comment-14060691 ] Hans Uhlig commented on SPARK-2278: --- I think I am not communicating this very well.

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060718#comment-14060718 ] Sean Owen commented on SPARK-2278: -- groupBy / groupByKey vs collectBy / collectByKey?

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060774#comment-14060774 ] Sean Owen commented on SPARK-2278: -- The more direct parallel certainly also exists, if

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-13 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060158#comment-14060158 ] Sean Owen commented on SPARK-2278: -- Isn't this exactly what the first argument to groupBy

[jira] [Commented] (SPARK-2278) groupBy groupByKey should support custom comparator

2014-07-13 Thread Hans Uhlig (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060267#comment-14060267 ] Hans Uhlig commented on SPARK-2278: --- So I just checked with the current 1.0.0 api and