[jira] [Updated] (SPARK-19190) Optimize CartesianRDD to avoid partition re-computation and re-serialization

2017-01-13 Thread Weichen Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-19190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weichen Xu updated SPARK-19190:
---
Issue Type: Improvement  (was: Bug)

> Optimize CartesianRDD to avoid partition re-computation and re-serialization
> 
>
> Key: SPARK-19190
> URL: https://issues.apache.org/jira/browse/SPARK-19190
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 2.1.0
>Reporter: Weichen Xu
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Current CartesianRDD implementation, suppose RDDA cartisian RDDB, generating 
> RDDC,
> each RDDA partition will be reading by multiple RDDC partition, and RDDB has 
> similar problem.
> This will cause, when RDDC partition computing, each partition's data in RDDA 
> or RDDB will be repeatedly serialized (then transfer through network), if 
> RDDA or RDDB haven't been persist, it will cause RDD recomputation repeatedly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-19190) Optimize CartesianRDD to avoid partition re-computation and re-serialization

2017-01-13 Thread Weichen Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-19190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weichen Xu updated SPARK-19190:
---
Priority: Minor  (was: Major)

> Optimize CartesianRDD to avoid partition re-computation and re-serialization
> 
>
> Key: SPARK-19190
> URL: https://issues.apache.org/jira/browse/SPARK-19190
> Project: Spark
>  Issue Type: Improvement
>  Components: Spark Core
>Affects Versions: 2.1.0
>Reporter: Weichen Xu
>Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Current CartesianRDD implementation, suppose RDDA cartisian RDDB, generating 
> RDDC,
> each RDDA partition will be reading by multiple RDDC partition, and RDDB has 
> similar problem.
> This will cause, when RDDC partition computing, each partition's data in RDDA 
> or RDDB will be repeatedly serialized (then transfer through network), if 
> RDDA or RDDB haven't been persist, it will cause RDD recomputation repeatedly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org