[jira] [Updated] (SPARK-3500) coalesce() and repartition() of SchemaRDD is broken

2014-09-12 Thread Davies Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davies Liu updated SPARK-3500: -- Summary: coalesce() and repartition() of SchemaRDD is broken (was: SchemaRDD from jsonRDD() has not

[jira] [Updated] (SPARK-3500) coalesce() and repartition() of SchemaRDD is broken

2014-09-12 Thread Davies Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davies Liu updated SPARK-3500: -- Description: {code} sqlCtx.jsonRDD(sc.parallelize(['{foo:bar}', '{foo:baz}'])).coalesce(1)