[GitHub] tinkerpop issue #343: restructured gremlin-python package

2016-06-17 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/343 This would probably be because the way tests are set up the modules are getting executed as a script instead of as a package. I don't know how to fix this off the top of my head--I haven't

[GitHub] tinkerpop issue #343: restructured gremlin-python package

2016-06-17 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/343 When I run the test suite, I get failures. ``` File "src/main/jython/gremlin_python/groovy_translator.py", line 23, in from .gremlin_python import P ValueError: Attempted

Re: Planning for StarGraph's Serialization Format in TinkerPop 3.3.0

2016-06-17 Thread Ted Wilmes
If folks thought it was a good idea, I'd love to put together a little benchmarking harness so that it would be easy to swap various implementations & tweaks in and out to measure how they perform. For example, benchmarks running against different #'s of vertex properties, edge counts, # of

[jira] [Updated] (TINKERPOP-1343) A more efficient StarGraph serialization representation.

2016-06-17 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez updated TINKERPOP-1343: -- Description: {{StarGraph}} is used by the Hadoop {{GraphComputers}} and

[jira] [Created] (TINKERPOP-1343) A more efficient StarGraph serialization representation.

2016-06-17 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1343: - Summary: A more efficient StarGraph serialization representation. Key: TINKERPOP-1343 URL: https://issues.apache.org/jira/browse/TINKERPOP-1343

gremlin-variant python dependencies

2016-06-17 Thread Leifur Halldor Asgeirsson
The gremlin-variant tests currently fail unless the aenum package has been installed and added to PYTHONPATH. I notice that the mavenjython plugin can download and install python packages (http://mavenjython.sourceforge.net/compile/) but when I add aenum to the plugin configuration, it still

[jira] [Created] (TINKERPOP-1342) Allow setting scriptEvaluationTimeout in driver

2016-06-17 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1342: --- Summary: Allow setting scriptEvaluationTimeout in driver Key: TINKERPOP-1342 URL: https://issues.apache.org/jira/browse/TINKERPOP-1342 Project: