Has anyone used javaagent on apache spark? #8019
Unanswered
imperio-wxm
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Has anyone answered this question? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello team, two years after the original post, with Spark 4 and java agent 2, it is still not working. Would it be possible to get some help on this initiative? This would help each and every project avoid manual code to manage the context propagation. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect opentelemetry to apache spark, but how the context and span created by driver transmit it to executors.
The idea is to broadcast traceid and spanid to each executor via broadcast variables, and then use propagation to extract traceid+spanid as context to continue using on the executor.
Is there a best practice for this?
Beta Was this translation helpful? Give feedback.
All reactions