[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-29 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355664#comment-15355664 ] Vasia Kalavri commented on FLINK-3879: -- You and I are the only Gelly component "shepherds", but that

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-29 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355292#comment-15355292 ] Greg Hogan commented on FLINK-3879: --- Hi [~vkalavri], good to have you back! I appreciate your

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353687#comment-15353687 ] ASF GitHub Bot commented on FLINK-3879: --- Github user vasia commented on the issue:

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353650#comment-15353650 ] ASF GitHub Bot commented on FLINK-3879: --- Github user asfgit closed the pull request at:

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-28 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353421#comment-15353421 ] Greg Hogan commented on FLINK-3879: --- Using CombineHint.HASH the HITS timings dropped from/to: scale 10:

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-28 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353348#comment-15353348 ] Greg Hogan commented on FLINK-3879: --- I had not realized pr1517 was defaulting to the old sort-based

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-23 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15346899#comment-15346899 ] Greg Hogan commented on FLINK-3879: --- [~vkalavri] here are the timings I get on an AWS c4.2xlarge using

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-22 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15344286#comment-15344286 ] Greg Hogan commented on FLINK-3879: --- When I tested the performance of FLINK-3879 it was significantly

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-06-19 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15338592#comment-15338592 ] Vasia Kalavri commented on FLINK-3879: -- Hey [~greghogan], since FLINK-2044 was updated to provide

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-11 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15280826#comment-15280826 ] Greg Hogan commented on FLINK-3879: --- The current expectation for FLINK-2044 is that the user will have

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-11 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15280246#comment-15280246 ] Vasia Kalavri commented on FLINK-3879: -- [~greghogan] - Do we agree that the PR for FLINK-2044 is now

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-11 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15280134#comment-15280134 ] Greg Hogan commented on FLINK-3879: --- Implementations which merely showcase the use of Gelly graph models

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-11 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15279918#comment-15279918 ] Vasia Kalavri commented on FLINK-3879: -- Gelly has multiple implementations for some algorithms to

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-09 Thread GaoLun (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15277514#comment-15277514 ] GaoLun commented on FLINK-3879: --- Scatter-gather model divides original iteration into two parts. For

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-09 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276761#comment-15276761 ] Greg Hogan commented on FLINK-3879: --- That is a very "meta" question :) Gelly currently contains multiple

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-09 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276102#comment-15276102 ] Vasia Kalavri commented on FLINK-3879: -- Hey [~greghogan], [~gallenvara_bg], what's the plan with this

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-07 Thread GaoLun (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275265#comment-15275265 ] GaoLun commented on FLINK-3879: --- yes, make sense. > Native implementation of HITS algorithm >

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-07 Thread GaoLun (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275242#comment-15275242 ] GaoLun commented on FLINK-3879: --- Hub values are same but authority values have a little difference. >

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-07 Thread GaoLun (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275240#comment-15275240 ] GaoLun commented on FLINK-3879: --- My: (1,0.847998304005088,0.0), (2,0.5299989400031799,0.5144957554275266),

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-07 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275169#comment-15275169 ] Greg Hogan commented on FLINK-3879: --- What are 2044's authority scores after two iterations? > Native

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-07 Thread GaoLun (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275160#comment-15275160 ] GaoLun commented on FLINK-3879: --- Hi [~greghogan], the PR of FLINK-2044 has been updated and support

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-06 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15274307#comment-15274307 ] Greg Hogan commented on FLINK-3879: --- I think FLINK-2044 can test for convergence if the last three

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-06 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15274270#comment-15274270 ] Vasia Kalavri commented on FLINK-3879: -- So, it provides the same functionality as FLINK-2044, but

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-06 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15274254#comment-15274254 ] Vasia Kalavri commented on FLINK-3879: -- Hi [~greghogan], Can you please extend the description a bit?

[jira] [Commented] (FLINK-3879) Native implementation of HITS algorithm

2016-05-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15274225#comment-15274225 ] ASF GitHub Bot commented on FLINK-3879: --- GitHub user greghogan opened a pull request: