Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrk committed Feb 3, 2017
1 parent 293c774 commit 937554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ java/scala com.github.sekruse.sindy.Sindy <plugins> <JDBC URL> <schema file> [

## PageRank

This app consumes an RDF triple file, constructs a graph from it, and finally runs a PageRank on that graph. It uses Rheem to easily bring together to different data processing tasks, namely preprocessing and graph analytics, and also makes use of Rheem's `PageRankOperator`.
This app consumes an RDF triple file, constructs a graph from it, and finally runs a PageRank on that graph. It uses Rheem to easily bring together two different data processing tasks, namely preprocessing and graph analytics, and also makes use of Rheem's `PageRankOperator`.


**Usage.** You can run the app via
Expand Down

0 comments on commit 937554a

Please sign in to comment.