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-playground.git
The following commit(s) were added to refs/heads/main by this push:
new 5b16954 [MINOR] change from datastrato to apache (#69)
5b16954 is described below
commit 5b16954dc555be1360f3f185572d6ae65911d18c
Author: roryqi <[email protected]>
AuthorDate: Thu Aug 29 14:49:02 2024 +0800
[MINOR] change from datastrato to apache (#69)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 033c7a6..d0f6725 100644
--- a/README.md
+++ b/README.md
@@ -44,14 +44,14 @@ The playground runs a number of services. The TCP ports
used may clash with exis
### Launch all components of playground
```shell
-git clone [email protected]:datastrato/gravitino-playground.git
+git clone [email protected]:apache/gravitino-playground.git
cd gravitino-playground
./launch-playground.sh
```
### Launch special component or components of playground
```shell
-git clone [email protected]:datastrato/gravitino-playground.git
+git clone [email protected]:apache/gravitino-playground.git
cd gravitino-playground
./launch-playground.sh hive|gravitino|trino|postgresql|mysql|spark|jupyter
```