[
https://issues.apache.org/jira/browse/TINKERPOP-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751663#comment-15751663
]
ASF GitHub Bot commented on TINKERPOP-1389:
-------------------------------------------
Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/506#discussion_r92632166
--- Diff: spark-gremlin/pom.xml ---
@@ -227,6 +259,16 @@
<artifactId>snappy-java</artifactId>
<version>1.1.1.7</version>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>4.0.29.Final</version>
--- End diff --
That's an old version of netty and conflicts with what we currently use:
https://github.com/apache/tinkerpop/blob/b8a2452deb7f6a23fae29684c1ead2ed35d7cb69/gremlin-driver/pom.xml#L29
in fact, on master we've already bumped further ahead to:
https://github.com/apache/tinkerpop/blob/b8a2452deb7f6a23fae29684c1ead2ed35d7cb69/gremlin-driver/pom.xml#L29
Not sure what kind of conflicts this would create when spark is used as a
plugin with the console/server. Any reason we can't make this coincide with
what's current?
> Support Spark 2.0.0
> -------------------
>
> Key: TINKERPOP-1389
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1389
> Project: TinkerPop
> Issue Type: Improvement
> Components: hadoop
> Affects Versions: 3.2.1
> Reporter: Chen Xin Yu
> Assignee: Marko A. Rodriguez
> Fix For: 3.3.0
>
> Attachments: TINKERPOP-1389.patch
>
>
> Spark 2.0.0 was released:
> http://spark.apache.org/news/spark-2-0-0-released.html
> There are lots of improvement and changes compared to 1.6.1, we should better
> bump to it for TinkerPop.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)