cancel
Showing results for 
Search instead for 
Did you mean: 
boskicl
New Contributor III
since ‎03-23-2022
‎03-09-2026

User Stats

  • 6 Posts
  • 1 Solutions
  • 2 Kudos given
  • 6 Kudos received

User Activity

We trained a Spark ML FMRegressor model and registered it to Unity Catalog via MLflow. When attempting to load it back using mlflow.spark.load_model, we get anOSError: [Errno 5] Input/output error: '/dbfs/tmp' regardless of what dfs_tmpdir path is pa...
Hello all,Background:I am having an issue today with databricks using pyspark-sql and writing a delta table. The dataframe is made by doing an inner join between two tables and that is the table which I am trying to write to a delta table. The table ...