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

Ankur Dave resolved SPARK-3716.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.1
                   1.2.0

Issue resolved by pull request 2569
[https://github.com/apache/spark/pull/2569]

> 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
>             Fix For: 1.2.0, 1.1.1
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to