-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels