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-playground.git


The following commit(s) were added to refs/heads/main by this push:
     new 60ba5be  Update README (#49)
60ba5be is described below

commit 60ba5bea17d36c0679e395dfe53e097a88538f8d
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Jul 4 16:11:52 2024 +1000

    Update README (#49)
    
    Add ASF disclaimer, trademark attribution and Apache Gravitino where
    needed.
---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fec2bbb..863d035 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 ## Playground introduction
 
-The playground is a complete Gravitino Docker runtime environment with `Hive`, 
`HDFS`, `Trino`, `MySQL`, `PostgreSQL`, `Jupter`, and a `Gravitino` server.
+The playground is a complete Apache Gravitino Docker runtime environment with 
`Hive`, `HDFS`, `Trino`, `MySQL`, `PostgreSQL`, `Jupter`, and a `Gravitino` 
server.
 
 Depending on your network and computer, startup time may take 3-5 minutes. 
Once the playground environment has started, you can open 
[http://localhost:8090](http://localhost:8090) in a browser to access the 
Gravitino Web UI.
 
@@ -74,7 +74,7 @@ cd gravitino-playground
 ./launch-playground.sh hive|gravitino|trino|postgresql|mysql|spark|jupyter
 ```
 
-## Experiencing Gravitino with Trino SQL
+## Experiencing Apache Gravitino with Trino SQL
 
 ### Using Trino CLI in Docker Container
 
@@ -223,3 +223,9 @@ select * from catalog_hive.sales.customers
 union
 select * from catalog_iceberg.sales.customers;
 ```
+
+## 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&trade;, Apache Hive&trade;, Apache 
Iceberg&trade;, and Apache Spark&trade; are either registered trademarks or 
trademarks of the Apache Software Foundation in the United States and/or other 
countries.</sub>

Reply via email to