cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why doesnโ€™t high concurrency cluster support Scala?

User16790091296
Contributor II
 
1 REPLY 1

sean_owen
Databricks Employee
Databricks Employee

Broadly, it's because high-concurrency cluster have to have much more control of user workloads in order to enforce resource sharing constraints. Scala is the lowest-level language you can access in Databricks, as you execute directly in the JVM, and it becomes difficult to enforce anything about those workloads, whereas it's much easier to intercept and control what Python and R (and SQL) interpreters do. It's not impossible I suppose to figure out how to do this in the JVM, just harder, so isn't supported at the moment. Typically those workloads aren't the type you want to put on high-concurrency anyway; you'd just use a (separate) standard cluster.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now