Re: Documentation generation with Docker

2018-03-08 Thread Stephen Mallette
wow - works for me too. so, (1) why did this ever work on any system and (2), kuppitz, can you rebase your branc to test the "JS intelligence" PR On Thu, Mar 8, 2018 at 5:13 PM, Robert Dale wrote: > Committed. > > Robert Dale > > On Thu, Mar 8, 2018 at 3:13 PM, Florian

[jira] [Updated] (TINKERPOP-1896) gremlin-python lambdas error

2018-03-08 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1896: Summary: gremlin-python lambdas error (was: gremlin-python lambdas error when

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
Committed. Robert Dale On Thu, Mar 8, 2018 at 3:13 PM, Florian Hockmann wrote: > Wow, that actually worked. Now I'm finally able to generate the > documentation! Thanks a lot, Robert! > > It's still a bit strange to me that it worked for you guys even without > this

Re: Documentation generation with Docker

2018-03-08 Thread Florian Hockmann
Wow, that actually worked. Now I'm finally able to generate the documentation! Thanks a lot, Robert! It's still a bit strange to me that it worked for you guys even without this patch, but anyway, at least it works now. Can you commit this now that we know that it fixes the problem? Am

[jira] [Updated] (TINKERPOP-1915) Documentation is absolutely ridiculous

2018-03-08 Thread Adam P (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam P updated TINKERPOP-1915: -- Description: I'm sorry but the documentation is absolutely ridiculous.  It feels like a children's

[jira] [Updated] (TINKERPOP-1915) Documentation is absolutely ridiculous

2018-03-08 Thread Adam P (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam P updated TINKERPOP-1915: -- Description: I'm sorry but the documentation is absolutely ridiculous.  It feels like a children's

[jira] [Created] (TINKERPOP-1916) Importing NQuad RDF with Gremlin latest version

2018-03-08 Thread Adam P (JIRA)
Adam P created TINKERPOP-1916: - Summary: Importing NQuad RDF with Gremlin latest version Key: TINKERPOP-1916 URL: https://issues.apache.org/jira/browse/TINKERPOP-1916 Project: TinkerPop Issue

[jira] [Created] (TINKERPOP-1915) Documentation is absolutely ridiculous

2018-03-08 Thread Adam P (JIRA)
Adam P created TINKERPOP-1915: - Summary: Documentation is absolutely ridiculous Key: TINKERPOP-1915 URL: https://issues.apache.org/jira/browse/TINKERPOP-1915 Project: TinkerPop Issue Type:

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
Sorry, shouldn't need to rebuild both images. Just apply the patch and docker/build.sh -d Robert Dale On Thu, Mar 8, 2018 at 9:51 AM, Robert Dale wrote: > Try applying this patch. Remove and rebuild both tinkerpop:base and > tinkerpop:hadoop-* docker images. Let me know

Re: Documentation generation with Docker

2018-03-08 Thread Robert Dale
Try applying this patch. Remove and rebuild both tinkerpop:base and tinkerpop:hadoop-* docker images. Let me know how it goes. diff --git a/docs/src/recipes/olap-spark-yarn.asciidoc b/docs/src/recipes/olap-spark-yarn.asciidoc index 634adeb1ab..154382918e 100644 ---

AW: [DISCUSS] 3.2.8/3.3.2 Release Issues

2018-03-08 Thread Florian Hockmann
I already started working on TINKERPOP-1901, but some tests failed and I wanted to use a Docker image of the Gremlin Server for easier debugging which is why I created a PR for that first. Finishing TINKERPOP-1854 should be really easy once TINKERPOP-1901 is done. Supporting g:T

[jira] [Closed] (TINKERPOP-1738) Proper functioning of GraphSONReader depends on order of elements in String representation

2018-03-08 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1738. --- Resolution: Fixed Fix Version/s: 3.3.2 3.2.8 > Proper

[GitHub] tinkerpop pull request #807: TINKERPOP-1738 Bump to jackson 2.9.4

2018-03-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/807 ---

[jira] [Commented] (TINKERPOP-1738) Proper functioning of GraphSONReader depends on order of elements in String representation

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391124#comment-16391124 ] ASF GitHub Bot commented on TINKERPOP-1738: --- Github user jorgebay commented on the issue:

[GitHub] tinkerpop issue #807: TINKERPOP-1738 Bump to jackson 2.9.4

2018-03-08 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/807 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1914) Support construct a GremlinServer instance from gremlin executor service

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391106#comment-16391106 ] ASF GitHub Bot commented on TINKERPOP-1914: --- GitHub user javeme opened a pull request:

[GitHub] tinkerpop pull request #813: TINKERPOP-1914 Support: construct a GremlinServ...

2018-03-08 Thread javeme
GitHub user javeme opened a pull request: https://github.com/apache/tinkerpop/pull/813 TINKERPOP-1914 Support: construct a GremlinServer instance from gremlin executor service https://issues.apache.org/jira/browse/TINKERPOP-1914 This constructor is useful when Gremlin

[jira] [Created] (TINKERPOP-1914) Support construct a GremlinServer instance from gremlin executor service

2018-03-08 Thread Jermy Li (JIRA)
Jermy Li created TINKERPOP-1914: --- Summary: Support construct a GremlinServer instance from gremlin executor service Key: TINKERPOP-1914 URL: https://issues.apache.org/jira/browse/TINKERPOP-1914

Re: [DISCUSS] 3.2.8/3.3.2 Release Issues

2018-03-08 Thread Jorge Bay Gondra
Lambdas in .NET is blocked by TINKERPOP-1901, I've updated JIRA to reflect that. I don't know if we can make it with the current scope in that timeline. I have very little / no time available for the .NET GLV issues until the end of next week... On Wed, Mar 7, 2018 at 9:35 PM, Stephen Mallette