[jira] [Updated] (SPARK-6792) pySpark groupByKey returns rows with the same key

2015-04-08 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-6792: -- Description: Under some circumstances, pySpark groupByKey returns two or more rows with the

[jira] [Updated] (SPARK-6792) pySpark groupByKey returns rows with the same key

2015-04-08 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-6792: -- Description: Under some circumstances, pySpark groupByKey returns two or more rows with the

[jira] [Updated] (SPARK-6792) pySpark groupByKey returns rows with the same key

2015-04-08 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-6792: -- Description: Under some circumstances, pySpark groupByKey returns two or more rows with the

[jira] [Updated] (SPARK-6792) pySpark groupByKey returns rows with the same key

2015-04-08 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-6792: -- Description: Under some circumstances, pySpark groupByKey returns two or more rows with the

[jira] [Updated] (SPARK-6792) pySpark groupByKey returns rows with the same key

2015-04-08 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-6792: -- Description: Under some circumstances, pySpark groupByKey returns two or more rows with the

[jira] [Created] (SPARK-6571) MatrixFactorizationModel created by load fails on predictAll

2015-03-27 Thread Charles Hayden (JIRA)
Charles Hayden created SPARK-6571: - Summary: MatrixFactorizationModel created by load fails on predictAll Key: SPARK-6571 URL: https://issues.apache.org/jira/browse/SPARK-6571 Project: Spark

[jira] [Created] (SPARK-6008) zip two rdds derived from pickleFile fails

2015-02-25 Thread Charles Hayden (JIRA)
Charles Hayden created SPARK-6008: - Summary: zip two rdds derived from pickleFile fails Key: SPARK-6008 URL: https://issues.apache.org/jira/browse/SPARK-6008 Project: Spark Issue Type: Bug

[jira] [Comment Edited] (SPARK-5558) pySpark zip function unexpected errors

2015-02-09 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313434#comment-14313434 ] Charles Hayden edited comment on SPARK-5558 at 2/10/15 2:59 AM:

[jira] [Commented] (SPARK-5558) pySpark zip function unexpected errors

2015-02-09 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313434#comment-14313434 ] Charles Hayden commented on SPARK-5558: --- This seems to be working as expected in 1.3

[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-5558: -- Description: Example: {quote} x = sc.parallelize(range(0,5)) y = x.map(lambda x: x+1000,

[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-5558: -- Description: Example: x = sc.parallelize(range(0,5)) y = x.map(lambda x: x+1000,

[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-5558: -- Description: Example: {quote} x = sc.parallelize(range(0,5)) y = x.map(lambda x: x+1000,

[jira] [Created] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
Charles Hayden created SPARK-5558: - Summary: pySpark zip function unexpected errors Key: SPARK-5558 URL: https://issues.apache.org/jira/browse/SPARK-5558 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-5558: -- Description: Example: {{x = sc.parallelize(range(0,5)) y = x.map(lambda x: x+1000,

[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors

2015-02-03 Thread Charles Hayden (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Hayden updated SPARK-5558: -- Description: Example: {{quote}} x = sc.parallelize(range(0,5)) y = x.map(lambda x: x+1000,