[jira] [Commented] (TINKERPOP-1876) I cannot use the bulkload with spark

2018-01-25 Thread ping (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340550#comment-16340550 ] ping commented on TINKERPOP-1876: - hello stephen i ccannot use goole to connect with o

Re: [Discussed] Integrating SPARQL-Gremlin 0.2 Plugin with the TinkerPop codebase

2018-01-25 Thread Stephen Mallette
Marko had a nice idea with: gremlin> sparql = graph.traversal(SPARQLTraversalStrategy.class) .withRemote(“127.0.0.2”) gremlin> sparql.query(“SELECT ?x ?y WHERE {…}”).toList() ==>{?x:marko, ?y:29} ==>{?x:josh, ?y:32} The problem i'm seeing is that it requires that the TraversalSource on the server

Re: [Discussed] Integrating SPARQL-Gremlin 0.2 Plugin with the TinkerPop codebase

2018-01-25 Thread Stephen Mallette
Check this out: gremlin> graph = TinkerFactory.createModern() ==>tinkergraph[vertices:6 edges:6] gremlin> g = graph.traversal(SparqlTraversalSource.class). ..1> withStrategies(SparqlStrategy.instance()) ==>sparqltraversalsource[tinkergraph[vertices:6 edges:6], standard] gremlin> g.sp

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339303#comment-16339303 ] ASF GitHub Bot commented on TINKERPOP-1879: --- Github user robertdale commente

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/791 Yeah, ok, apparently I never actually switched branches. Time to get some coffee VOTE +1 ---

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339284#comment-16339284 ] ASF GitHub Bot commented on TINKERPOP-1879: --- Github user spmallette commente

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-25 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/791 What were you trying? seems to work for me: ```text $ cat x.groovy println "123" $ bin/gremlin.sh -e x.groovy 123 $ bin/gremlin.sh -e=x.groovy 123 $ bin/

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339243#comment-16339243 ] ASF GitHub Bot commented on TINKERPOP-1879: --- Github user robertdale commente

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/791 Those tests pass? It doesn't seem to work for me on the cli. ---

[jira] [Commented] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339201#comment-16339201 ] ASF GitHub Bot commented on TINKERPOP-1879: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #791: TINKERPOP-1879 Fixed gremlin.sh handling of = i...

2018-01-25 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/791 TINKERPOP-1879 Fixed gremlin.sh handling of = in flags https://issues.apache.org/jira/browse/TINKERPOP-1879 Builds with `mvn clean install -pl gremlin-console -DskipIntegrationTests=f

[jira] [Created] (TINKERPOP-1879) Gremlin Console does not resepect equal sign for flag argument assignments

2018-01-25 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1879: --- Summary: Gremlin Console does not resepect equal sign for flag argument assignments Key: TINKERPOP-1879 URL: https://issues.apache.org/jira/browse/TINKERPOP-1879

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-25 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339108#comment-16339108 ] Jorge Bay commented on TINKERPOP-1489: -- Test suite for gremlin-javascript on mast

[jira] [Reopened] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-25 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay reopened TINKERPOP-1489: -- Reopening it to assign the fix version... > Provide a Javascript Gremlin Language Variant > ---

[jira] [Closed] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-25 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay closed TINKERPOP-1489. Resolution: Done > Provide a Javascript Gremlin Language Variant > -

[jira] [Updated] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-25 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay updated TINKERPOP-1489: - Fix Version/s: 3.3.2 3.2.8 > Provide a Javascript Gremlin Language Variant

[jira] [Closed] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2018-01-25 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay closed TINKERPOP-1489. Resolution: Done Merged into tp32 and merged tp32 into master. I'll start the discussion on the

[GitHub] tinkerpop pull request #695: TINKERPOP-1489 JavaScript GLV

2018-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/695 ---

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

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