0

I am trying to set up Spline in Azure Databricks but facing this issue, any help regarding this?

<console>:6: error: identifier expected but double literal found.
     --packages za.co.absa.spline.agent.spark:spark-3.0-spline-agent-bundle_2.12:0.6.1 \

I have installed the corresponding Spark agent in the cluster by downloading from here - https://mvnrepository.com/artifact/za.co.absa.spline.agent.spark/spark-3.0-spline-agent-bundle_2.12/0.6.1

Notebook

Alex Vayda
  • 6,154
  • 5
  • 34
  • 50
ShadowWarrior
  • 180
  • 1
  • 12

1 Answers1

2

This is because you are trying to execute a shell command as a Scala code snippet.

Please follow this guide explaining how to setup and use Spline on the Databricks - https://github.com/AbsaOSS/spline-getting-started/tree/main/spline-on-databricks

Alex Vayda
  • 6,154
  • 5
  • 34
  • 50