Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when writing deltatable with mosaic index #542

Open
kurtku opened this issue Mar 15, 2024 · 0 comments
Open

Error when writing deltatable with mosaic index #542

kurtku opened this issue Mar 15, 2024 · 0 comments

Comments

@kurtku
Copy link

kurtku commented Mar 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant