Spark user info from the agent #473
Replies: 2 comments 1 reply
-
Have you tried So your capturing rules would look something like this: spline.postProcessingFilter.userExtraMeta.rules= \
{ \
"executionEvent": { \
"sparkUser": { "$js": "session.sparkContext.sparkUser" } \
} \
} Don't forget to enable the filter with something like this: spline.postProcessingFilter=userExtraMeta |
Beta Was this translation helpful? Give feedback.
-
I've created a related ticket #474 |
Beta Was this translation helpful? Give feedback.
-
Currently, the spark agent is not capturing the sparkUser who has initiated the job. It is readily available in the sparkContext. The user info can go into the extras of executionPlan or the event.
Benefits of User info:
I am able to capture sparkUser info in local. Happy to add it to open source.
@wajda Any thoughts on this ? Happy to brainstorm
Beta Was this translation helpful? Give feedback.
All reactions