lasdf1234 commented on code in PR #13329:
URL: https://github.com/apache/gravitino/pull/13329#discussion_r4078643440
##########
docs/table-maintenance-service/optimizer-configuration.md:
##########
@@ -112,6 +112,29 @@ your Spark, Scala, and Iceberg versions. Details are under
`warehouse_location` may be empty for local filesystem testing. Set it to the
warehouse URI for HDFS or cloud object storage.
+### Rewrite Manifests Job
+
+Submit `builtin-iceberg-rewrite-manifests` directly through
+`POST /api/metalakes/{metalake}/jobs/runs`. Its `jobConf` uses these
job-specific keys:
+
+| Key | Meaning | Default |
+| --- | --- | --- |
+| `catalog_name` | Iceberg catalog registered in Spark | Required |
+| `table_identifier` | Table identifier, for example `db.t1` | Required |
+| `spec_id` | Existing partition spec whose manifests to rewrite | Current
table spec |
+| `use_caching` | `true` or `false` to control caching during rewriting |
Installed Iceberg default (`false` in 1.11.0) |
+| `spark_conf` | JSON string containing additional Spark settings | None |
+
Review Comment:
Formate table
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]