This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
missing some dependencies #52
Open
Description
I am following this article: https://medium.com/jaegertracing/jaeger-data-analytics-with-jupyter-notebooks-b094fa7ab769
While running the third cell i.e., for running Trace DSL with Apache Gremlin throws this error.
| TraceTraversal<Vertex, Vertex> traversal = graph.traversal(TraceTraversalSource.class)
cannot find symbol
symbol: class TraceTraversal
| TraceTraversal<Vertex, Vertex> traversal = graph.traversal(TraceTraversalSource.class)
cannot find symbol
symbol: class Vertex
| TraceTraversal<Vertex, Vertex> traversal = graph.traversal(TraceTraversalSource.class)
cannot find symbol
symbol: class Vertex
| TraceTraversal<Vertex, Vertex> traversal = graph.traversal(TraceTraversalSource.class)
cannot find symbol
symbol: class TraceTraversalSource
| .repeat(__.out())
cannot find symbol
symbol: variable __
| .until(__.hasName("SQL SELECT"));
cannot find symbol
symbol: variable __
cc : @jpkrohling
Metadata
Assignees
Labels
No labels