[GitHub] tinkerpop pull request #339: TINKERPOP-939 Added docs for Neo4j HA configura...

2016-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/339 --- 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

[jira] [Commented] (TINKERPOP-939) Neo4jGraph should support HighAvailability (Neo4jHA).

2016-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335827#comment-15335827 ] ASF GitHub Bot commented on TINKERPOP-939: -- Github user asfgit closed the pull

[jira] [Closed] (TINKERPOP-939) Neo4jGraph should support HighAvailability (Neo4jHA).

2016-06-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-939. -- Resolution: Done Fix Version/s: 3.2.1 > Neo4jGraph should support HighAvailabi

Neo4j HA Configuration

2016-06-17 Thread Stephen Mallette
I tested out the Neo4j HA configuration with TinkerPop yesterday and it worked nicely. We sometimes get questions about how to set that up or how to get Gremlin Server to point at a cluster rather than run in embedded mode, so it was nice to see this working. I wrote up some documentation on how to

[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: TinkerPop

[GitHub] tinkerpop pull request #340: add RawExpression to gremlin_python

2016-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/340 --- 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

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 do

[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 Proje

[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 repr

Planning for StarGraph's Serialization Format in TinkerPop 3.3.0

2016-06-17 Thread Marko Rodriguez
Hi, TinkerPop 3.3.0 is not slated for anytime soon, but some buddies are interested in a making the serialization format of StarGraph more efficient. Given it would be a major breaking change, we can’t do it till TinkerPop 3.3.0, but we can talk about it and design it. Here is a ticket to get u

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

2016-06-17 Thread davebshow
GitHub user davebshow opened a pull request: https://github.com/apache/tinkerpop/pull/343 restructured gremlin-python package This PR restructures the Gremlin-Python package to unify packages, modules, and classes under the gremlin_python namespace as discussed on the mailing list.

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 propert

[jira] [Commented] (TINKERPOP-1254) Support dropping traverser path information when it is no longer needed.

2016-06-17 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337025#comment-15337025 ] Marko A. Rodriguez commented on TINKERPOP-1254: --- I have reviewed your co

[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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15337074#comment-15337074 ] Marko A. Rodriguez commented on TINKERPOP-1343: --- If we go with #1 above

[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 famil

[jira] [Commented] (TINKERPOP-1341) UnshadedKryoAdapter fails to deserialize StarGraph when SparkConf sets spark.rdd.compress=true whereas GryoSerializer works

2016-06-17 Thread Dan LaRocque (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337592#comment-15337592 ] Dan LaRocque commented on TINKERPOP-1341: - Hi [~dylanht], I worked on the new

[jira] [Commented] (TINKERPOP-1341) UnshadedKryoAdapter fails to deserialize StarGraph when SparkConf sets spark.rdd.compress=true whereas GryoSerializer works

2016-06-17 Thread Dan LaRocque (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337599#comment-15337599 ] Dan LaRocque commented on TINKERPOP-1341: - The message I mentioned: https://g