[
https://issues.apache.org/jira/browse/SPARK-15291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhengruifeng updated SPARK-15291:
---------------------------------
Environment:
{{val newVertices = g.vertices.mapValues(v => (v._1.toArray, v._2.toArray,
v._3, v._4))
(Graph(newVertices, g.edges), u)
}}
is just the same as
{{ (g, u) }}
was:
{{code}}
val newVertices = g.vertices.mapValues(v => (v._1.toArray, v._2.toArray, v._3,
v._4))
(Graph(newVertices, g.edges), u)
{{code}}
is just the same as
{{code}} (g, u) {{code}}
> Remove redundant codes in SVD++
> -------------------------------
>
> Key: SPARK-15291
> URL: https://issues.apache.org/jira/browse/SPARK-15291
> Project: Spark
> Issue Type: Improvement
> Components: GraphX
> Environment: {{val newVertices = g.vertices.mapValues(v =>
> (v._1.toArray, v._2.toArray, v._3, v._4))
> (Graph(newVertices, g.edges), u)
> }}
> is just the same as
> {{ (g, u) }}
> Reporter: zhengruifeng
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]