GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/826

    Pinned netty to 4.0.x for spark/console

    Spark and Gremlin Console use netty 4.0.x. They have to be the same version 
because spark is incompatible with 4.1.x so if the console has that version 
present then spark jobs won't submit and docs won't generate. Luckily, the 
driver is fine with 4.0.x in terms of connecting to 4.1.x from the testing i've 
tried.
    
    Issuing this PR now for review - but not ready to +1 yet as I'm awaiting 
comments on the dev list and still testing.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop spark-deps-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/826.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #826
    
----
commit a136b7d6ed1abc078426bbd4d91e0df1d9a4cc50
Author: Stephen Mallette <spmva@...>
Date:   2018-03-26T20:02:54Z

    Pinned netty to 4.0.x for spark/console
    
    Spark and Gremlin Console use netty 4.0.x. They have to be the same version 
because spark is incompatible with 4.1.x so if the console has that version 
present then spark jobs won't submit and docs won't generate. Luckily, the 
driver is fine with 4.0.x in terms of connecting to 4.1.x from the testing i've 
tried.

----


---

Reply via email to