Skip to content

Error when writing deltatable with mosaic index #542

@kurtku

Description

@kurtku

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions