This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f61242eb6 [#9876] docs: fix docker run command in Hive Section (#9879)
9f61242eb6 is described below

commit 9f61242eb64b1281145ce6ae568cede9af4c6950
Author: Eric C. Ho <[email protected]>
AuthorDate: Mon Mar 2 12:50:50 2026 +0800

    [#9876] docs: fix docker run command in Hive Section (#9879)
    
    <!--
    1. Title: [#<issue>] <type>(<scope>): <subject>
       Examples:
         - "[#123] feat(operator): support xxx"
         - "[#233] fix: check null before access result in xxx"
         - "[MINOR] refactor: fix typo in variable name"
         - "[MINOR] docs: fix typo in README"
         - "[#255] test: fix flaky test NameOfTheTest"
       Reference: https://www.conventionalcommits.org/en/v1.0.0/
    2. If the PR is unfinished, please mark this PR as draft.
    -->
    
    ### What changes were proposed in this pull request?
    
    - Change docker image tag from `hive:2.7.3` to `hive-2.7.3`
    
    ### Why are the changes needed?
    
    In DockerHub, we have image with tag `hive-2.7.3` instead of
    `hive:2.7.3`.
    
    https://hub.docker.com/r/apache/gravitino-playground/tags?name=hive-2.7.3
    
    Fix: #9876
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A (documentation-only change).
    
    ---------
    
    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

Reply via email to