[
https://issues.apache.org/jira/browse/TINKERPOP-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507385#comment-16507385
]
ASF GitHub Bot commented on TINKERPOP-1967:
-------------------------------------------
GitHub user vtslab opened a pull request:
https://github.com/apache/tinkerpop/pull/875
TINKERPOP-1967 Add a connectedComponent() step - vtslab contribution
This merges the new OLAP step into a corrected version of the old recipe. I
did not adapt the release-update file, which is no longer consistent with the
sutiation (leave that to you). I made a comment in the TINKERPOP-1967 branch
proper about the gremlin-console import section.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vtslab/incubator-tinkerpop
TINKERPOP-1967-vtslab
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/875.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #875
----
commit f91d3d9d21f1e921a071200668b0fd0e33b321a8
Author: Stephen Mallette <spmva@...>
Date: 2018-05-17T18:44:01Z
TINKERPOP-1967 Added connectedComponent() step
Deprecated the recipe for "Connected Components" but left the old content
present as I felt it had educational value.
commit 552cc228f4b86ddf76c250667466291ece2fc705
Author: HadoopMarc <vtslab@...>
Date: 2018-05-21T12:03:54Z
Merged vtslab recipe for connected components
commit 657ffd423df093909fc861a079280e9e2b94f100
Author: HadoopMarc <vtslab@...>
Date: 2018-06-10T13:17:17Z
Extended the connected-components recipe
----
> Add a connectedComponent() step
> -------------------------------
>
> Key: TINKERPOP-1967
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1967
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.3.3
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.4.0
>
>
> Given TINKERPOP-1852 we should probably just simplify and improve performance
> of connected component identification. Implementing this will involved the
> creation of {{ConnectedComponentVertexProgram}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)