[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2021-12-20 Thread Nicholas Chammas (Jira)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17462805#comment-17462805 ] Nicholas Chammas commented on SPARK-5997: - [~tenstriker] - I believe in your case you should be

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2021-04-26 Thread F. H. (Jira)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17332011#comment-17332011 ] F. H. commented on SPARK-5997: -- Is there any solution to this issue? I'd like to split my dataset by one

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2019-03-14 Thread nirav patel (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792964#comment-16792964 ] nirav patel commented on SPARK-5997: Adding another possible use case for this ask - I am hitting 

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2018-03-12 Thread Josiah Berkebile (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395408#comment-16395408 ] Josiah Berkebile commented on SPARK-5997: - Maybe it's worth mentioning that I've had to do this

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2018-03-12 Thread Josiah Berkebile (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395405#comment-16395405 ] Josiah Berkebile commented on SPARK-5997: - This functionality can be useful when re-partitioning

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2016-11-25 Thread holdenk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15696016#comment-15696016 ] holdenk commented on SPARK-5997: That could work, although we'd probably want a different API and we'd

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2016-04-26 Thread Robert Ormandi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259101#comment-15259101 ] Robert Ormandi commented on SPARK-5997: --- Does it simply solve the problem if the method split up

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2015-12-01 Thread Jaeboo Jung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035156#comment-15035156 ] Jaeboo Jung commented on SPARK-5997: This is good idea to increase parallelism without shuffle. But

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2015-06-26 Thread Perinkulam I Ganesh (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14603543#comment-14603543 ] Perinkulam I Ganesh commented on SPARK-5997: Hi .. New to Spark .. maybe

[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle

2015-06-26 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14603985#comment-14603985 ] Sean Owen commented on SPARK-5997: -- Coalescing to 1 partition doesn't avoid the problem,