Marko A. Rodriguez created TINKERPOP3-979:
---------------------------------------------
Summary: ComputerVerificationStrategy not picking up Order local
traversal
Key: TINKERPOP3-979
URL: https://issues.apache.org/jira/browse/TINKERPOP3-979
Project: TinkerPop 3
Issue Type: Bug
Components: process
Affects Versions: 3.0.2-incubating, 3.1.0-incubating
Reporter: Marko A. Rodriguez
Assignee: Marko A. Rodriguez
{code}
ERROR org.apache.spark.scheduler.TaskSetManager - Task 0 in stage 6.0 failed 1
times; aborting job
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in
stage 6.0 failed 1 times, most recent failure: Lost task 0.0 in stage 6.0 (TID
4, localhost): java.lang.ClassCastException:
org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser cannot
be cast to org.apache.tinkerpop.gremlin.structure.Element
{code}
This happened with the following query:
{code}
g.V().order().by('age',decr)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)