Skip to content

spline for Databricks- questions about adding additional data on the execution plan #692

Answered by wajda
zacayd asked this question in Q&A
Discussion options

You must be logged in to vote
  1. The short answer is yes, there is a feature called codeless initialization.
    The longer answer is it depends on your setup. For example, on Databricks it doesn't work straight out of the box because of the Databricks specific libraries loading approach. For Databricks there are workarounds, but you need to be able to modify Spark driver init script.
    See #587 (comment)
    and #316 (reply in thread)

  2. You can create an agent extension out of the code above, and install it as an additional library to your Spark cluster.
    See https://github.com/AbsaOSS/spline-getting-started/tree/main/spark-agent-extension-example

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zacayd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #690 on June 06, 2023 07:37.