Skip to content

Commit

Permalink
[apache#4646] docs(iceberg): fix Iceberg REST service doc (apache#4650)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
fix Iceberg REST service doc

### Why are the changes needed?

Fix: apache#4646 

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
just document

Co-authored-by: FANNG <[email protected]>
  • Loading branch information
github-actions[bot] and FANNG1 authored Aug 23, 2024
1 parent df77dc4 commit 5acfb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iceberg-rest-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Normally you will see the output like `{"defaults":{},"overrides":{}}%`.

### Deploying Apache Spark with Apache Iceberg support

Follow the [Spark Iceberg start guide](https://iceberg.apache.org/docs/1.5.2/getting-started/) to set up Apache Spark's and Apache Iceberg's environment.
Follow the [Spark Iceberg start guide](https://iceberg.apache.org/docs/1.5.2/spark-getting-started/) to set up Apache Spark's and Apache Iceberg's environment.

### Starting the Apache Spark client with the Apache Iceberg REST catalog

Expand Down Expand Up @@ -244,4 +244,4 @@ Or build it manually to add custom logics:
sh ./dev/docker/build-docker.sh --platform linux/arm64 --type iceberg-rest-server --image apache/gravitino-iceberg-rest --tag 0.6.0
```

You could try Spark with Gravitino REST catalog service in our [playground](./how-to-use-the-playground.md#using-iceberg-rest-service).
You could try Spark with Gravitino REST catalog service in our [playground](./how-to-use-the-playground.md#using-apache-iceberg-rest-service).

0 comments on commit 5acfb2c

Please sign in to comment.