question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spark:CALL [rewrite_manifests] error Manifest is missing

See original GitHub issue

spark 3.2.1 iceberg 0.13.0 How to deal with this case? thanks.

try{
      val manifestsOutput = spark.sql(
        s"""
           |CALL $catalogName.system.rewrite_manifests('${metaTable.schema}.${metaTable.tableName}', false)
           |""".stripMargin)
      manifestsOutput.show(false)
    } catch {
      case e: ValidationException => println(s"Current ${table.name()} table CALL [rewrite_manifests] error ${e.getMessage}")
    }

error message: Current hadoop_prod.wmsb.wms_do table CALL [rewrite_manifests] error Manifest is missing: hdfs://jybigdata/iceberg/warehouse/wmsb/wms_do/metadata/ab8d63b7-4d8c-450c-8cf5-e89eb257ba71-m0.avro

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
aokolnychyicommented, Jul 27, 2022

We made the action for deleting orphan files more reliable in #4652. I am going to close this issue. Please, feel free to re-open if any issues similar to this appear in the future.

0reactions
ajantha-bhatcommented, Mar 14, 2022

@felixYyu : Please add more information while closing the issue. Like, is the issue fixed? (If yes, which PR has fixed it) and why we are closing the issue. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RewriteManifests - Apache Iceberg
API for rewriting manifests for a table. This API accumulates manifest files, produces a new Snapshot of the table described only by the...
Read more >
Fix: Missing/Unavailable Content Manifest Error | Steam
Unable to download games or updates on Steam due to a Manifest error ? Well, this video shows you the most common ways...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found