[
https://issues.apache.org/jira/browse/FLINK-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575910#comment-15575910
]
Alexander Pivovarov edited comment on FLINK-4593 at 10/14/16 5:19 PM:
----------------------------------------------------------------------
[~greghogan] The PR was done on Sep 8 and it was approved. Can you change
assignee back to my name?
was (Author: apivovarov):
[~greghogan] The PR was done on Sep 8 and it was approved.Can you change
assignee to my name?
> Fix PageRank algorithm example
> ------------------------------
>
> Key: FLINK-4593
> URL: https://issues.apache.org/jira/browse/FLINK-4593
> Project: Flink
> Issue Type: Bug
> Components: Project Website
> Reporter: Alexander Pivovarov
> Assignee: Greg Hogan
> Priority: Minor
>
> This page https://flink.apache.org/features.html shows the code which
> implements PageRank algorithm (Batch Processing Applications).
> I noticed couple bugs in the code
> Page class has pageId field
> Adjacency has just id
> but in the code I see
> {code}pages.join(adjacency).where("pageId").equalTo("pageId"){code}
> {code}Page(page.id, 0.15 / numPages){code}
> Also, the code in not formatted (missing spaces)
> {code}Page(n, 0.85*page.rank/adj.neighbors.length){code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)