Re: Building gremlin-python

2016-08-30 Thread David Brown
Ah ok, well I had always used Aptitude `apt-get install python-virtualenv` on Ubuntu or Homebrew on Mac `brew install pyenv-virtualenv` although I guess the docs now suggest using pip. Not really a big deal either way. On Tue, Aug 30, 2016 at 6:30 PM, Stephen Mallette wrote: > I guess i say pip i

Re: Building gremlin-python

2016-08-30 Thread Stephen Mallette
I guess i say pip is required because you use pip to install virtualenv. On Tue, Aug 30, 2016 at 6:12 PM, David Brown wrote: > Aha, that is in the virtualenv too... > > On Tue, Aug 30, 2016 at 6:06 PM, David Brown wrote: > > Ah wait, I guess you use it to install twine. > > > > On Tue, Aug

[jira] [Created] (TINKERPOP-1424) PathRetractionStrategy can easily break VertexPrograms

2016-08-30 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1424: - Summary: PathRetractionStrategy can easily break VertexPrograms Key: TINKERPOP-1424 URL: https://issues.apache.org/jira/browse/TINKERPOP-1424 Project: Tinker

Re: Building gremlin-python

2016-08-30 Thread David Brown
Aha, that is in the virtualenv too... On Tue, Aug 30, 2016 at 6:06 PM, David Brown wrote: > Ah wait, I guess you use it to install twine. > > On Tue, Aug 30, 2016 at 5:58 PM, David Brown wrote: >> Nice work with this Stephen! One thing: if I am thinking about this >> correctly, pip isn't a requi

Re: Building gremlin-python

2016-08-30 Thread David Brown
Ah wait, I guess you use it to install twine. On Tue, Aug 30, 2016 at 5:58 PM, David Brown wrote: > Nice work with this Stephen! One thing: if I am thinking about this > correctly, pip isn't a requirement for building. I think we are only > using pip inside the virtualenv, and since the virtualen

Re: Building gremlin-python

2016-08-30 Thread David Brown
Nice work with this Stephen! One thing: if I am thinking about this correctly, pip isn't a requirement for building. I think we are only using pip inside the virtualenv, and since the virtualenv binary installs pip and setuptools by default when in creates the environment, I don't think we need it

Re: Building gremlin-python

2016-08-30 Thread Stephen Mallette
With some help from Dave I've tweaked up the build for python some more - the command to build is still: mvn clean install -pl gremlin-python -DglvPython but now: + The prereqs for building are just python 2.7, pip and virtualenv + The build uses virtualenv to isolate the python environment to t

[jira] [Created] (TINKERPOP-1423) IncidentToAdjacentStrategy should be disabled for tree steps

2016-08-30 Thread Carl LeCompte (JIRA)
Carl LeCompte created TINKERPOP-1423: Summary: IncidentToAdjacentStrategy should be disabled for tree steps Key: TINKERPOP-1423 URL: https://issues.apache.org/jira/browse/TINKERPOP-1423 Project: T

[jira] [Commented] (TINKERPOP-1230) Serialising lambdas for RemoteGraph

2016-08-30 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449860#comment-15449860 ] stephen mallette commented on TINKERPOP-1230: - yes - i think deploying add

[jira] [Commented] (TINKERPOP-1230) Serialising lambdas for RemoteGraph

2016-08-30 Thread Michael Pollmeier (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449827#comment-15449827 ] Michael Pollmeier commented on TINKERPOP-1230: -- Sorry for mixing up the v

Re: [jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-08-30 Thread David Brown
@aholmber - Regarding naming, while methods typically have lowercase names separated with underscores, PEP 8 does suggest that "mixedCase is allowed only in contexts where that's already the prevailing style". While this typically refers to backwards compatibility, you see mixed case in libraries t

[jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-08-30 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449778#comment-15449778 ] stephen mallette commented on TINKERPOP-1278: - [~stamhankar999] thanks for

[GitHub] tinkerpop pull request #:

2016-08-30 Thread okram
Github user okram commented on the pull request: https://github.com/apache/tinkerpop/commit/6ed7edc0b4ad2abf933e917812d49ad92230c8d1#commitcomment-18834028 In gremlin-variant/src/main/groovy/org/apache/tinkerpop/gremlin/python/GremlinPythonGenerator.groovy: In gremlin-variant/src

[jira] [Commented] (TINKERPOP-1278) Implement Gremlin-Python and general purpose language variant test infrastructure

2016-08-30 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449751#comment-15449751 ] Adam Holmberg commented on TINKERPOP-1278: -- I see this is merged now. I wante

ApacheCon Seville CFP closes September 9th

2016-08-30 Thread Rich Bowen
It's traditional. We wait for the last minute to get our talk proposals in for conferences. Well, the last minute has arrived. The CFP for ApacheCon Seville closes on September 9th, which is less than 2 weeks away. It's time to get your talks in, so that we can make this the best ApacheCon yet. I

[GitHub] tinkerpop pull request #394: Server missing scripts directory

2016-08-30 Thread robertdale
Github user robertdale closed the pull request at: https://github.com/apache/tinkerpop/pull/394 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] tinkerpop issue #394: Server missing scripts directory

2016-08-30 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/394 i merged #395 from tp31 to master - feel free to close this one. thanks again --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] tinkerpop pull request #395: TP31: Server missing scripts directory

2016-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/395 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] tinkerpop issue #395: TP31: Server missing scripts directory

2016-08-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/395 OK. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] tinkerpop issue #395: TP31: Server missing scripts directory

2016-08-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/395 Hold on. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] tinkerpop pull request #395: TP31: Server missing scripts directory

2016-08-30 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/395 TP31: Server missing scripts directory Fixed distribution scripts target directory. You can merge this pull request into a Git repository by running: $ git pull https://github.com/robert

[GitHub] tinkerpop pull request #394: Server missing scripts directory

2016-08-30 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/394 Server missing scripts directory Fixed distribution target directory You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertdale/tinkerpop