[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-09-06 Thread Lior Chaga (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14732230#comment-14732230 ] Lior Chaga commented on SPARK-9096: --- I would suggest the following alternative to changing partitioner:

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-09-06 Thread Alexey Pechorin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14732358#comment-14732358 ] Alexey Pechorin commented on SPARK-9096: This problem has happened to me as well, while using

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14630916#comment-14630916 ] Gisle Ytrestøl commented on SPARK-9096: --- This makes a lot of sense - my vectors are

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-17 Thread Xiangrui Meng (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631488#comment-14631488 ] Xiangrui Meng commented on SPARK-9096: -- I didn't consider this case when I updated

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-17 Thread Xiangrui Meng (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631556#comment-14631556 ] Xiangrui Meng commented on SPARK-9096: -- This is not a known issue. The previous issue

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-17 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631570#comment-14631570 ] Sean Owen commented on SPARK-9096: -- Bad choice of words -- I really mean just treat this

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-17 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631494#comment-14631494 ] Sean Owen commented on SPARK-9096: -- [~mengxr] I suppose it matters whenever you have an

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-16 Thread JIRA
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14629584#comment-14629584 ] Gisle Ytrestøl commented on SPARK-9096: --- Hi, thanks for responding. I've added a

[jira] [Commented] (SPARK-9096) Unevenly distributed task loads after using JavaRDD.subtract()

2015-07-16 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14630219#comment-14630219 ] Sean Owen commented on SPARK-9096: -- Pretty sure I see the reason -- [~mengxr] this may be