This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
The following commit(s) were added to refs/heads/main by this push:
new 40abb2eec minor fix about java version (#91)
40abb2eec is described below
commit 40abb2eecb384e01d08d05bebba06fbeef8e2615
Author: Qian Xia <[email protected]>
AuthorDate: Wed Sep 24 10:52:42 2025 +0800
minor fix about java version (#91)
---
docs/index.md | 3 +--
versioned_docs/version-1.0.0/index.md | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index 943cb09be..cc02d493d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -17,8 +17,7 @@ It also provides users with unified metadata access for data
and AI assets.
You can get Gravitino from the [download
page](https://gravitino.apache.org/downloads),
or you can build Gravitino from source code. See [How to build
Gravitino](./how-to-build.md).
-Gravitino runs on both Linux and macOS platforms, and it requires the
installation of
-Java 8, Java 11, or Java 17. Gravitino trino-connector runs with Trino, and
requires Java 17.
+Gravitino runs on both Linux and macOS platforms, and it requires the
installation of Java 17.
This should include JVMs on x86_64 and ARM64.
It's easy to run locally on one machine, all you need is to have `java`
installed on
your system `PATH`, or the `JAVA_HOME` environment variable pointing to a Java
installation.
diff --git a/versioned_docs/version-1.0.0/index.md
b/versioned_docs/version-1.0.0/index.md
index 943cb09be..cc02d493d 100644
--- a/versioned_docs/version-1.0.0/index.md
+++ b/versioned_docs/version-1.0.0/index.md
@@ -17,8 +17,7 @@ It also provides users with unified metadata access for data
and AI assets.
You can get Gravitino from the [download
page](https://gravitino.apache.org/downloads),
or you can build Gravitino from source code. See [How to build
Gravitino](./how-to-build.md).
-Gravitino runs on both Linux and macOS platforms, and it requires the
installation of
-Java 8, Java 11, or Java 17. Gravitino trino-connector runs with Trino, and
requires Java 17.
+Gravitino runs on both Linux and macOS platforms, and it requires the
installation of Java 17.
This should include JVMs on x86_64 and ARM64.
It's easy to run locally on one machine, all you need is to have `java`
installed on
your system `PATH`, or the `JAVA_HOME` environment variable pointing to a Java
installation.