You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/17 08:21:34 UTC

[jira] [Commented] (SPARK-4444) Drop VD type parameter from EdgeRDD

    [ https://issues.apache.org/jira/browse/SPARK-4444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214369#comment-14214369 ] 

Apache Spark commented on SPARK-4444:
-------------------------------------

User 'ankurdave' has created a pull request for this issue:
https://github.com/apache/spark/pull/3303

> Drop VD type parameter from EdgeRDD
> -----------------------------------
>
>                 Key: SPARK-4444
>                 URL: https://issues.apache.org/jira/browse/SPARK-4444
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>            Reporter: Ankur Dave
>            Assignee: Ankur Dave
>            Priority: Blocker
>
> Due to vertex attribute caching, EdgeRDD previously took two type parameters: ED and VD. However, this is an implementation detail that should not be exposed in the interface, so this PR drops the VD type parameter.
> This requires removing the filter method from the EdgeRDD interface, because it depends on vertex attribute caching.



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

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