Asset Bundles Scala

VitaliiK
New Contributor

Do asset bundles support Scala notebooks? I am trying to run a simple job that uses Scala notebook and getting an error: "run failed with error message Your administrator has only allowed sql and python commands on this cluster. This execution contained at least one disallowed language."

I can run the same notebook as a regular job. Do I need to provide some special cluster configuration when configuring the job?

Currently I just have this:

job_clusters:
- job_cluster_key: job_cluster
new_cluster:
spark_version: 13.3.x-scala2.12
node_type_id: i3.xlarge
autoscale:
min_workers: 1
max_workers: 4