You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Databricks now has an 8.2 ML runtime that supports GPUs and runs Spark 3.1.1.
Describe the solution you'd like
The Spark plugin should support the Databricks 8.1 ML runtime
Describe alternatives you've considered
Databricks 8.0 ML does not appear to support GPUs.
Additional context
Ideally we will support an 8.x LTS version, but it appears to be too early in the 8.x line for a long term support version. Let's start with 8.2 ML, we may need to change the target supported version later.
The text was updated successfully, but these errors were encountered:
Note it looks like for the flatMapGroupsInPandas we have to turn off adaptive otherwise we hit the stack overflow issues with the estimator.
spark.conf.set("spark.sql.adaptive.enabled", "false")
Is your feature request related to a problem? Please describe.
Databricks now has an 8.2 ML runtime that supports GPUs and runs Spark 3.1.1.
Describe the solution you'd like
The Spark plugin should support the Databricks 8.1 ML runtime
Describe alternatives you've considered
Databricks 8.0 ML does not appear to support GPUs.
Additional context
Ideally we will support an 8.x LTS version, but it appears to be too early in the 8.x line for a long term support version. Let's start with 8.2 ML, we may need to change the target supported version later.
The text was updated successfully, but these errors were encountered: