Spark dependency job not completed #3828
-
Hi, my spark dependency job is always in 0\1 completion state. Error from log:
I have no idea how spark-job is linked with 16685 port. Since it should work only with Cassandra. Configuration:
Full log below
P.S. Log level enviroment don't work here =( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The original post had the image config for the artifactory.devops.telekom.de/hub.docker.com/jaegertracing/jaeger-query Perhaps you meant to point this to The logs also suggest it's a Go program (I thought spark jobs were Java programs):
... and those logs look like they indeed come from
I think you will need to use |
Beta Was this translation helpful? Give feedback.
The original post had the image config for the
spark
job which pointed to:artifactory.devops.telekom.de/hub.docker.com/jaegertracing/jaeger-query
Perhaps you meant to point this to
jaegertracing/spark-dependencies
?The logs also suggest it's a Go program (I thought spark jobs were Java programs):
... and those logs look like they indeed come from
jaeger-query
because it listens on port 16685 for GRPC requests.I think you will need to use
LOG_LEVEL
instead ofLOG-LEVEL
.