This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.1 by this push:
new f7f0ad49fd [Cherry-pick to branch-1.1] [#9876] docs: fix docker run
command in Hive Section (#9879) (#10107)
f7f0ad49fd is described below
commit f7f0ad49fde82673e7d46ffc4ff0534c649bbcac
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 13:55:34 2026 +0800
[Cherry-pick to branch-1.1] [#9876] docs: fix docker run command in Hive
Section (#9879) (#10107)
**Cherry-pick Information:**
- Original commit: 9f61242eb64b1281145ce6ae568cede9af4c6950
- Target branch: `branch-1.1`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Eric C. Ho <[email protected]>
Co-authored-by: Ho <[email protected]>
Co-authored-by: yuqi <[email protected]>
---
docs/getting-started/hive.md | 2 +-
.../trino-test-tools/trino-cascading-env/docker-compose.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/getting-started/hive.md b/docs/getting-started/hive.md
index 0f6e0835a7..6833144993 100644
--- a/docs/getting-started/hive.md
+++ b/docs/getting-started/hive.md
@@ -20,7 +20,7 @@ sudo docker run --name gravitino-container -d \
-p 9000:9000 -p 8088:8088 -p 50010:50010 -p 50070:50070 \
-p 50075:50075 -p 10000:10000 -p 10002:10002 -p 8888:8888 \
-p 9083:9083 -p 8022:22 \
- apache/gravitino-playground:hive:2.7.3
+ apache/gravitino-playground:hive-0.1.15
```
Once Docker is installed, you can start the container with the command:
diff --git
a/trino-connector/integration-test/trino-test-tools/trino-cascading-env/docker-compose.yaml
b/trino-connector/integration-test/trino-test-tools/trino-cascading-env/docker-compose.yaml
index e38c92b3b9..54091d4d62 100644
---
a/trino-connector/integration-test/trino-test-tools/trino-cascading-env/docker-compose.yaml
+++
b/trino-connector/integration-test/trino-test-tools/trino-cascading-env/docker-compose.yaml
@@ -44,7 +44,7 @@ services:
retries: 5
hive:
- image: apache/gravitino-playground:hive-2.7.3
+ image: apache/gravitino-playground:hive-0.1.15
container_name: trino-ci-hive
networks:
- trino-net