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
org.apache.spark.SparkException: Job aborted due to stage failure: Task 103 in stage 202.0 failed 4 times, most recent failure: Lost task 103.3 in stage 202.0 (TID 40116) (10.139.64.10 executor 16): ExecutorLostFailure (executor 16 exited caused by one of the running tasks) Reason: Command exited with code 50
Mosaic 0.40
Have tried on multiple runtimes from 11-13.3 with the same problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Reading raster files and saving to delta-tables fails when using mosaic index.
Attached a few rasterfiles
openEO_2022-07-10Z.zip
Databricks.zip
To Reproduce
Attached Dbc file and HTML
Error when writing to delta-table.
df2.write.mode("append").partitionBy("tile_id").format("delta").saveAsTable("core_sentinel.sentinel2_rasters_table")
org.apache.spark.SparkException: Job aborted due to stage failure: Task 103 in stage 202.0 failed 4 times, most recent failure: Lost task 103.3 in stage 202.0 (TID 40116) (10.139.64.10 executor 16): ExecutorLostFailure (executor 16 exited caused by one of the running tasks) Reason: Command exited with code 50
Mosaic 0.40
Have tried on multiple runtimes from 11-13.3 with the same problem.
The text was updated successfully, but these errors were encountered: