GitHub user avulanov opened a pull request:
https://github.com/apache/spark/pull/7695
Pregel example type fix
Pregel example to express single source shortest path from
https://spark.apache.org/docs/latest/graphx-programming-guide.html#pregel-api
does not work due to incorrect type. The reason is that
`GraphGenerators.logNormalGraph` returns the graph with `Long` vertices. Fixing
`val graph: Graph[Int, Double]` to `val graph: Graph[Long, Double]`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/avulanov/spark SPARK-9380-pregel-doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7695.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7695
----
commit c269429f90ba13b6bbfdf1535de8d0fccf8518c3
Author: Alexander Ulanov <[email protected]>
Date: 2015-07-27T12:10:26Z
Pregel example type fix
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]