- 3935 Views
- 0 replies
- 0 kudos
After trying to run spark_udf = mlflow.pyfunc.spark_udf(spark, model_uri=logged_model,env_manager="virtualenv")We get the following error:org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 145.0 failed 4 times, most re...
- 3935 Views
- 0 replies
- 0 kudos
by
alj_a
• New Contributor III
- 1931 Views
- 1 replies
- 0 kudos
Hi,Thanks in advance.I am new in DLT, the scenario is i need to read the data from cloud storage(ADLS) and load it into my bronze table. and read it from bronz table -> do some DQ checks and load the cleaned data into my silver table. finally populat...
- 1931 Views
- 1 replies
- 0 kudos
- 1959 Views
- 0 replies
- 0 kudos
Hi,We are trying to build and upsert logic for a Delta table for that we are writing a merge command between streaming dataframe and delta table dataframe. Please find the below code merge_sql = f""" Merge command come here"""spark.sql(merg...
- 1959 Views
- 0 replies
- 0 kudos