Re: [VOTE] JanusGraph 0.6.0 release
Clement de Groc
Hey Boxuan, Good catch ! To the best of my knowledge, this type of error usually means there is a mix of scala 2.11 and scala 2.12 libraries. TinkerPop 3.5 switched to Spark 3 and Scala 2.12 (https://github.com/apache/tinkerpop/blob/master/spark-gremlin/pom.xml#L88). But I see (at least one) reference to Scala 2.11 libraries in janusgraph-hadoop (https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-hadoop/pom.xml#L77). I would try chasing down libraries pulling Scala 2.11 and upgrading them. I can look into that on Monday if noone has before. Best, Clement Le sam. 14 août 2021 à 06:36, Boxuan Li <liboxuan@...> a écrit : I downloaded https://github.com/JanusGraph/janusgraph/releases/download/v0.6.0/janusgraph-0.6.0.zip, tried a simple traversal using SparkGraphComputer on my laptop but failed: |
|