You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Benjamin Piering (JIRA)" <ji...@apache.org> on 2014/09/29 03:19:33 UTC

[jira] [Created] (SPARK-3716) Change partitionStrategy to utilize PartitionStrategy.fromString(_) to match edgeStorageLevel and vertexStorageLevel syntax in Analytics.scala

Benjamin Piering created SPARK-3716:
---------------------------------------

             Summary: Change partitionStrategy to utilize PartitionStrategy.fromString(_) to match edgeStorageLevel and vertexStorageLevel syntax in Analytics.scala
                 Key: SPARK-3716
                 URL: https://issues.apache.org/jira/browse/SPARK-3716
             Project: Spark
          Issue Type: Improvement
          Components: GraphX
    Affects Versions: 1.1.0
            Reporter: Benjamin Piering
            Priority: Trivial


Currently the Analytics.scala page has its own function which is a copy of the PartitionStrategy object's fromString() method. This can be removed, and the PartitionStrategy.fromString(_) method can be called in the .map() method in the creation of the partitionStrategy val. This matches the syntax used in the edgeStorageLevel and vertexStorageLevel declarations. 



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