Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

missing some dependencies #52

Open
shreyagupta30 opened this issue Oct 22, 2020 · 1 comment
Open

missing some dependencies #52

shreyagupta30 opened this issue Oct 22, 2020 · 1 comment

Comments

@shreyagupta30
Copy link
Contributor

shreyagupta30 commented Oct 22, 2020

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

@jpkrohling
Copy link

@pavolloffay, looks like a missing dependency on a pom.xml somewhere?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants