[jira] [Commented] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Artem Aliev (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167499#comment-16167499 ] Artem Aliev commented on TINKERPOP-1783: The work around I proposed is incorre

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-15 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/705 That dependency cycle is bad. It should probably be put in `gremlin-test`. Maybe even make it a [Graph Feature](http://tinkerpop.apache.org/docs/current/reference/#_features) - Cloning. ---

[GitHub] tinkerpop pull request #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/680 ---

[jira] [Commented] (TINKERPOP-1692) Bump to Neo4j 3.2.3

2017-09-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167759#comment-16167759 ] ASF GitHub Bot commented on TINKERPOP-1692: --- Github user asfgit closed the p

[jira] [Assigned] (TINKERPOP-1692) Bump to Neo4j 3.2.3

2017-09-15 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale reassigned TINKERPOP-1692: -- Assignee: Robert Dale > Bump to Neo4j 3.2.3 > --- > >

[jira] [Closed] (TINKERPOP-1692) Bump to Neo4j 3.2.3

2017-09-15 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale closed TINKERPOP-1692. -- Resolution: Fixed > Bump to Neo4j 3.2.3 > --- > > Key: TINKE

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-15 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/705 At this point I'd be -1 if we turned this into a "feature". I only thought of this as a convenience to TinkerGraph. As I mentioned before I really don't see why a `clone()` would make sense in

[GitHub] tinkerpop issue #715: change behaviour of repeat step to be depth first sear...

2017-09-15 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/715 Using the modern graph: ``` gremlin> g.V().emit().repeat(both()).times(3).limit(15).path() ==>[v[1]] ==>[v[1],v[3]] ==>[v[1],v[2]] ==>[v[1],v[4]] ==>[v[1],v[3],v[1]

[jira] [Commented] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168044#comment-16168044 ] Marko A. Rodriguez commented on TINKERPOP-1783: --- So TinkerPop's "PageRan

[jira] [Comment Edited] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168044#comment-16168044 ] Marko A. Rodriguez edited comment on TINKERPOP-1783 at 9/15/17 3:47 PM:

[jira] [Closed] (TINKERPOP-1772) "Getting started" page not correct leading to difficulties to start with console

2017-09-15 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1772. --- Resolution: Invalid Seems like we can close this one as a non-issue at this point.

[jira] [Closed] (TINKERPOP-1717) Update name and link of DynamoDB storage backend in landing page

2017-09-15 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1717. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.3.1 I

[jira] [Commented] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168407#comment-16168407 ] Marko A. Rodriguez commented on TINKERPOP-1783: --- I implemented the "tele

[jira] [Comment Edited] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168407#comment-16168407 ] Marko A. Rodriguez edited comment on TINKERPOP-1783 at 9/15/17 7:55 PM:

[GitHub] tinkerpop issue #715: change behaviour of repeat step to be depth first sear...

2017-09-15 Thread mpollmeier
Github user mpollmeier commented on the issue: https://github.com/apache/tinkerpop/pull/715 That's likely because of the RepeatUnrollStrategy, which kicks in when there's a foreseeable number of iterations. Needs to be changed as well I guess. -Original Message-

[jira] [Comment Edited] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168407#comment-16168407 ] Marko A. Rodriguez edited comment on TINKERPOP-1783 at 9/15/17 7:58 PM:

[GitHub] tinkerpop issue #715: change behaviour of repeat step to be depth first sear...

2017-09-15 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/715 It's not. It can't be unrolled, since I'm using emit(). ---

[jira] [Assigned] (TINKERPOP-1783) PageRank gives incorrect results for graphs with sinks

2017-09-15 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1783: - Assignee: Marko A. Rodriguez > PageRank gives incorrect results for g