Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 06:20 AM
I left that out, my connection looks like this:
val spark: SparkSession =
DatabricksSession.builder()
.host("xxx")
.token("xxx")
.clusterId("xxx")
.addCompiledArtifacts(sourceLocation) // tried with and without this
.getOrCreate()