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

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

Ankur Dave created SPARK-4444:
---------------------------------

             Summary: 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