[jira] [Commented] (TINKERPOP-1985) Update position on bulk loading

2018-06-25 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16522462#comment-16522462
 ] 

ASF GitHub Bot commented on TINKERPOP-1985:
---

Github user dkuppitz commented on the issue:

https://github.com/apache/tinkerpop/pull/884
  
VOTE: +1


> Update position on bulk loading
> ---
>
> Key: TINKERPOP-1985
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1985
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Minor
>  Labels: deprecation
>
> There was some discussion on TinkerPop's position on bulk loading on the dev 
> list:
> https://lists.apache.org/thread.html/1f91d87d2af942497e2c0ca4c3d535752b21a45a945e7750e912e982@%3Cdev.tinkerpop.apache.org%3E
> Basically, we will rely on graph providers to supply their own bulk loaders 
> and will not promote generic TinkerPop methods for doing so. We will keep 
> {{BulkDumperVertexProgram}} so that providers can rely on that bulk loading 
> infrastructure if they like. {{BulkLoaderVertexProgram}} can be deprecated. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TINKERPOP-1985) Update position on bulk loading

2018-06-21 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519851#comment-16519851
 ] 

ASF GitHub Bot commented on TINKERPOP-1985:
---

GitHub user spmallette opened a pull request:

https://github.com/apache/tinkerpop/pull/884

TINKERPOP-1985 Changing position on bulk import/export

https://issues.apache.org/jira/browse/TINKERPOP-1985

Deprecated `BulkLoaderVertexProgram` and `BulkDumperVertexProgram`. BLVP is 
not replaced, but BDVP has been renamed to `CloneVertexProgram` which is more 
aptly named for what it does. Modified docs to discuss all these changes.

All tests pass with `docker/build.sh -t -n -i`

VOTE +1

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/tinkerpop TINKERPOP-1985

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tinkerpop/pull/884.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 #884


commit fe250834684202c0fbd947da816d172b07d5c9d4
Author: Stephen Mallette 
Date:   2018-06-21T19:11:36Z

TINKERPOP-1985 Changing position on bulk import/export

Deprecated BulkLoaderVertexProgram and BulkDumperVertexProgram. BLVP is not 
replaced, but BDVP has been renamed to CloneVertexProgram which is more aptly 
named for what it does. Modified docs to discuss all these changes.




> Update position on bulk loading
> ---
>
> Key: TINKERPOP-1985
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1985
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Minor
>  Labels: deprecation
>
> There was some discussion on TinkerPop's position on bulk loading on the dev 
> list:
> https://lists.apache.org/thread.html/1f91d87d2af942497e2c0ca4c3d535752b21a45a945e7750e912e982@%3Cdev.tinkerpop.apache.org%3E
> Basically, we will rely on graph providers to supply their own bulk loaders 
> and will not promote generic TinkerPop methods for doing so. We will keep 
> {{BulkDumperVertexProgram}} so that providers can rely on that bulk loading 
> infrastructure if they like. {{BulkLoaderVertexProgram}} can be deprecated. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)