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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to