PowerGraph icon indicating copy to clipboard operation
PowerGraph copied to clipboard

Tutorial needs to be clear that v2.2 needs to be used, or brought up-to-date with graphlab-code.

Open hoytak opened this issue 12 years ago • 2 comments

The current tutorial doesn't work off of the master branch of the github repository (found trying to coach a friend through the installation and starting examples.

hoytak avatar Dec 02 '13 02:12 hoytak

Noticed two small problems with the tutorial:

  1. use of graphlab::distributed_graph_type as opposed to graphlab::distributed_graph. This is correct in most of the tutorial except on page http://docs.graphlab.org/using_graphlab_distributed_graph_load_data.html following "At this point, your code will look like this:".

  2. Both instances of the line parser have bugs in them on page http://docs.graphlab.org/using_graphlab_distributed_graph_load_data.html again.

The first version has "retun true" instead of "return true", while the version following "At this point, your code will look like this:" is missing the "return true" entirely.

dcpjoncas avatar Dec 02 '13 03:12 dcpjoncas

Oops, I didn't see this issue here, and filed #122 . On the plus-side, #122 has a patch / pull request...

boorad avatar Feb 02 '14 02:02 boorad