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

Xiangrui Meng updated SPARK-13355:
----------------------------------
    Fix Version/s: 1.6.2
                   2.0.0
                   1.5.3
                   1.4.2

> Replace GraphImpl.fromExistingRDDs by Graph
> -------------------------------------------
>
>                 Key: SPARK-13355
>                 URL: https://issues.apache.org/jira/browse/SPARK-13355
>             Project: Spark
>          Issue Type: Bug
>          Components: ML, MLlib
>    Affects Versions: 1.3.1, 1.4.1, 1.5.2, 1.6.0, 2.0.0
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>             Fix For: 1.4.2, 1.5.3, 2.0.0, 1.6.2
>
>
> `GraphImpl.fromExistingRDDs` expects preprocessed vertex RDD as input. We 
> call it in LDA without validating this requirement. So it might introduce 
> errors. Replacing it by `Gpaph.apply` would be safer and more proper because 
> it is a public API. 



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