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.git
The following commit(s) were added to refs/heads/main by this push:
new f387a441c [#4048] Update README with incubator disclaimer (#4049)
f387a441c is described below
commit f387a441c8408ae41dabe0e5683fe16cde87a4ef
Author: Justin Mclean <[email protected]>
AuthorDate: Wed Jul 3 18:00:28 2024 +1000
[#4048] Update README with incubator disclaimer (#4049)
### What changes were proposed in this pull request?
Update README with ASF Incubator disclaimer and updated links and used
Apache Gravitino where needed.
### Why are the changes needed?
To comply with ASF policy
Fix: #4048
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A - only changes a text file
---
README.md | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 44a8eba49..b7e3a9cc2 100644
--- a/README.md
+++ b/README.md
@@ -17,20 +17,20 @@
under the License.
-->
-# Gravitino
-
-[](https://github.com/datastrato/gravitino/actions/workflows/build.yml)
-[](https://github.com/datastrato/gravitino/actions/workflows/integration-test.yml)
-[](https://github.com/datastrato/gravitino/blob/main/LICENSE)
-[](https://github.com/datastrato/gravitino/graphs/contributors)
-[](https://github.com/datastrato/gravitino/releases)
-[](https://github.com/datastrato/gravitino/issues)
-[](https://github.com/datastrato/gravitino/commits/main/)
+# Apache Gravitino (incubating)
+
+[](https://github.com/apache/gravitino/actions/workflows/build.yml)
+[](https://github.com/apache/gravitino/actions/workflows/integration-test.yml)
+[](https://github.com/apache/gravitino/blob/main/LICENSE)
+[](https://github.com/apache/gravitino/graphs/contributors)
+[](https://github.com/apache/gravitino/releases)
+[](https://github.com/apache/gravitino/issues)
+[](https://github.com/apache/gravitino/commits/main/)
[](https://www.bestpractices.dev/projects/8358)
## Introduction
-Gravitino is a high-performance, geo-distributed, and federated metadata lake.
It manages the metadata directly in different sources, types, and regions. It
also provides users with unified metadata access for data and AI assets.
+Apache Gravitino is a high-performance, geo-distributed, and federated
metadata lake. It manages the metadata directly in different sources, types,
and regions. It also provides users with unified metadata access for data and
AI assets.

@@ -41,7 +41,7 @@ Gravitino aims to provide several key features:
* Security in one place, centralizing the security for different sources.
* Built-in data management and data access management.
-## Contributing to Gravitino
+## Contributing to Apache Gravitino
Gravitino is open source software available under the Apache 2.0 license. For
information on how to contribute to Gravitino please see the [Contribution
guidelines](CONTRIBUTING.md).
@@ -49,7 +49,7 @@ Gravitino is open source software available under the Apache
2.0 license. For in
You can find the latest Gravitino documentation in the [doc folder](docs).
This README file only contains basic setup instructions.
-## Building Gravitino
+## Building Apache Gravitino
You can build Gravitino using Gradle. Currently you can build Gravitino on
Linux and macOS, Windows isn't supported.
@@ -81,7 +81,7 @@ For the details of building and testing Gravitino, please see
[How to build Grav
## Quick start
-### Configure and start the Gravitino server
+### Configure and start the Apache Gravitino server
If you already have a binary distribution package, go to the directory of the
decompressed package.
@@ -108,7 +108,7 @@ Alternatively, to run the Gravitino server in frontend,
please run:
And press `CTRL+C` to stop the Gravitino server.
-### Using Trino with Gravitino
+### Using Trino with Apache Gravitino
Gravitino provides a Trino connector to access the metadata in Gravitino. To
use Trino with Gravitino, please follow the [trino-gravitino-connector
doc](docs/trino-connector/index.md).
@@ -122,4 +122,8 @@ Gravitino provides a Trino connector to access the metadata
in Gravitino. To use
Gravitino is under the Apache License Version 2.0, See the [LICENSE](LICENSE)
for the details.
-<sub>ApacheĀ®, Apache Hadoop®, Apache Hive™, Apache Iceberg™,
Apache Kafka®, Apache Spark™, Apache Submarine™, Apache
Thrift™ and Apache Zeppelin™ are either registered trademarks or
trademarks of the Apache Software Foundation in the United States and/or other
countries.</sub>
+## ASF Incubator disclaimer
+
+Apache Gravitino is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of
all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects. While incubation status
is not necessarily a reflection of the completeness or stability of the code,
it does indicate that the proje [...]
+
+<sub>ApacheĀ®, Apache Gravitino™, Apache Hadoop®, Apache Hive™,
Apache Iceberg™, Apache Kafka®, Apache Spark™, Apache
Submarine™, Apache Thrift™ and Apache Zeppelin™ are either
registered trademarks or trademarks of the Apache Software Foundation in the
United States and/or other countries.</sub>