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 46f825f8c [#4086] Remove Datastrato name and fix support email (#4087)
46f825f8c is described below
commit 46f825f8c028af75e620ef41268a40c98080c3bc
Author: Justin Mclean <[email protected]>
AuthorDate: Mon Jul 8 13:08:24 2024 +1000
[#4086] Remove Datastrato name and fix support email (#4087)
### What changes were proposed in this pull request?
Remove Datastrato name and fix the support email. Note DockerHub still
needs fixing but another issue covers this.
### Why are the changes needed?
As we are now an ASF project.
Fix: #4086
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Built and tested locally.
---
.asf.yaml | 2 +-
.github/CONTRIBUTING | 4 ++--
build.gradle.kts | 6 +++---
clients/client-python/setup.py | 4 ++--
dev/docker/doris/Dockerfile | 2 +-
dev/docker/gravitino/Dockerfile | 2 +-
dev/docker/hive/Dockerfile | 2 +-
dev/docker/kerberos-hive/Dockerfile | 2 +-
dev/docker/ranger/Dockerfile | 2 +-
dev/docker/trino/Dockerfile | 2 +-
docs/glossary.md | 2 +-
docs/how-to-sign-releases.md | 6 +++---
docs/how-to-use-the-playground.md | 8 ++++----
.../gravitino/integration/test/web/ui/MetalakePageTest.java | 2 +-
.../gravitino/integration/test/web/ui/pages/MetalakePage.java | 2 +-
web/src/app/rootLayout/Footer.js | 6 +++---
16 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 84a019b42..de078eeed 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
github:
description: World's most powerful open data catalog for building a
high-performance, geo-distributed and federated metadata lake.
- homepage: https://datastrato.ai/docs/
+ homepage: https://gravitino.apache.org
labels:
- metadata
- data-catalog
diff --git a/.github/CONTRIBUTING b/.github/CONTRIBUTING
index b65ca92fe..2c8ad3161 100644
--- a/.github/CONTRIBUTING
+++ b/.github/CONTRIBUTING
@@ -72,11 +72,11 @@ We value and appreciate the diverse contributions and ideas
from the community.
For significant contributions to Gravitino, we require contributors to sign an
Individual Contributor License Agreement (ICLA). This ensures that the project
and its community can properly manage and maintain intellectual property rights.
-If you plan to make a large contribution, please contact us at
[[email protected]](mailto:[email protected]) to discuss the ICLA
process.
+If you plan to make a large contribution, please contact us at
[[email protected]](mailto:[email protected]) to discuss the
ICLA process.
## Contact
-If you have any questions or need further assistance, you can reach out to us
at [[email protected]](mailto:[email protected]).
+If you have any questions or need further assistance, you can reach out to us
at [[email protected]](mailto:[email protected]).
## License
diff --git a/build.gradle.kts b/build.gradle.kts
index 51d1f2175..ec5898921 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -373,7 +373,7 @@ subprojects {
pom {
name.set("Gravitino")
description.set("Gravitino is a high-performance, geo-distributed
and federated metadata lake.")
- url.set("https://datastrato.ai")
+ url.set("https://gravitino.apache.org")
licenses {
license {
name.set("The Apache Software License, Version 2.0")
@@ -382,9 +382,9 @@ subprojects {
}
developers {
developer {
- id.set("The maintainers of Gravitino")
+ id.set("The Gravitino community")
name.set("support")
- email.set("[email protected]")
+ email.set("[email protected]")
}
}
scm {
diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py
index 48e8af031..02790f1e3 100644
--- a/clients/client-python/setup.py
+++ b/clients/client-python/setup.py
@@ -34,8 +34,8 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/apache/gravitino",
- author="datastrato",
- author_email="[email protected]",
+ author="gravitino",
+ author_email="[email protected]",
python_requires=">=3.8",
packages=find_packages(exclude=["tests*", "scripts*"]),
classifiers=[
diff --git a/dev/docker/doris/Dockerfile b/dev/docker/doris/Dockerfile
index bcdc343b2..bd5bc71d3 100644
--- a/dev/docker/doris/Dockerfile
+++ b/dev/docker/doris/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
FROM ubuntu:22.04
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
ARG DORIS_VERSION
ARG TARGETARCH
diff --git a/dev/docker/gravitino/Dockerfile b/dev/docker/gravitino/Dockerfile
index 2a18a4fc6..157822d9c 100644
--- a/dev/docker/gravitino/Dockerfile
+++ b/dev/docker/gravitino/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
FROM openjdk:8-jdk-buster
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
WORKDIR /root/gravitino
diff --git a/dev/docker/hive/Dockerfile b/dev/docker/hive/Dockerfile
index 45727235d..10bab1604 100644
--- a/dev/docker/hive/Dockerfile
+++ b/dev/docker/hive/Dockerfile
@@ -18,7 +18,7 @@
#
FROM ubuntu:16.04
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
ARG HADOOP_VERSION
ARG HIVE_VERSION
diff --git a/dev/docker/kerberos-hive/Dockerfile
b/dev/docker/kerberos-hive/Dockerfile
index 4b009affd..92cb34911 100644
--- a/dev/docker/kerberos-hive/Dockerfile
+++ b/dev/docker/kerberos-hive/Dockerfile
@@ -18,7 +18,7 @@
#
FROM ubuntu:16.04
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
ARG HADOOP_PACKAGE_NAME
ARG HIVE_PACKAGE_NAME
diff --git a/dev/docker/ranger/Dockerfile b/dev/docker/ranger/Dockerfile
index 06a821177..d90b6fa00 100644
--- a/dev/docker/ranger/Dockerfile
+++ b/dev/docker/ranger/Dockerfile
@@ -18,7 +18,7 @@
#
# Apache Ranger Admin runtime Docker image
FROM debian:buster
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
WORKDIR /root
diff --git a/dev/docker/trino/Dockerfile b/dev/docker/trino/Dockerfile
index 277b4017a..980528bfd 100644
--- a/dev/docker/trino/Dockerfile
+++ b/dev/docker/trino/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
FROM trinodb/trino:435
-LABEL maintainer="[email protected]"
+LABEL maintainer="[email protected]"
USER root
diff --git a/docs/glossary.md b/docs/glossary.md
index 82138ff04..63cc6c9c3 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -146,7 +146,7 @@ license: "This software is licensed under the Apache
License version 2."
## Apache Gravitino
-- An open-source software platform created by Datastrato for high-performance,
geo-distributed, and federated metadata lakes. Designed to manage metadata
directly in different sources, types, and regions, providing unified metadata
access for data and AI assets.
+- An open-source software platform originally created by Datastrato for
high-performance, geo-distributed, and federated metadata lakes. Designed to
manage metadata directly in different sources, types, and regions, providing
unified metadata access for data and AI assets.
## Apache Gravitino configuration file (gravitino.conf)
diff --git a/docs/how-to-sign-releases.md b/docs/how-to-sign-releases.md
index 2f7051b47..8029bf531 100644
--- a/docs/how-to-sign-releases.md
+++ b/docs/how-to-sign-releases.md
@@ -85,10 +85,10 @@ Before signing or verifying a Gravitino release, ensure you
have the following p
GnuPG needs to construct a user ID to identify your key.
Real name: John Smith
- Email address: [email protected]
+ Email address: [email protected]
Comment:
You selected this USER-ID:
- "John Smith <[email protected]>"
+ "John Smith <[email protected]>"
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
We need to generate a lot of random bytes. It is a good idea to perform
@@ -104,7 +104,7 @@ Before signing or verifying a Gravitino release, ensure you
have the following p
pub ed25519 2023-11-15 [SC] [expires: 2028-11-13]
CC6BD9B0A3A31A7ACFF9E1383DF672F671B7F722
- uid John Smith <[email protected]>
+ uid John Smith <[email protected]>
sub cv25519 2023-11-15 [E] [expires: 2028-11-13]
```
diff --git a/docs/how-to-use-the-playground.md
b/docs/how-to-use-the-playground.md
index 82003af39..babd1b3f5 100644
--- a/docs/how-to-use-the-playground.md
+++ b/docs/how-to-use-the-playground.md
@@ -33,7 +33,7 @@ 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
```
@@ -41,7 +41,7 @@ cd gravitino-playground
### Launch big data 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 bigdata
# equivalent to
@@ -51,7 +51,7 @@ cd gravitino-playground
### Launch AI 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 ai
# equivalent to
@@ -61,7 +61,7 @@ cd gravitino-playground
### 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
```
diff --git
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/MetalakePageTest.java
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/MetalakePageTest.java
index c9036f155..2a7d822c8 100644
---
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/MetalakePageTest.java
+++
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/MetalakePageTest.java
@@ -33,7 +33,7 @@ public class MetalakePageTest extends AbstractWebIT {
private static final String WEB_TITLE = "Gravitino";
private static final String METALAKE_NAME = "metalake_name";
private static final String EDITED_METALAKE_NAME = METALAKE_NAME + "_edited";
- private static final String FOOTER_LINK_DATASTRATO =
"https://datastrato.ai/";
+ private static final String FOOTER_LINK_DATASTRATO =
"https://gravitino.apache.org/";
private static final String FOOTER_LINK_DOCS = "https://datastrato.ai/docs/";
private static final String FOOTER_LINK_LICENSE =
"https://github.com/apache/gravitino/blob/main/LICENSE";
diff --git
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/pages/MetalakePage.java
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/pages/MetalakePage.java
index 62e12c5e0..d8fc47ed9 100644
---
a/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/pages/MetalakePage.java
+++
b/integration-test/src/test/java/com/datastrato/gravitino/integration/test/web/ui/pages/MetalakePage.java
@@ -97,7 +97,7 @@ public class MetalakePage extends AbstractWebIT {
@FindBy(xpath = "//*[@data-refer='metalake-page-title']")
public WebElement metalakePageTitle;
- @FindBy(xpath = "//a[@data-refer='footer-link-datastrato']")
+ @FindBy(xpath = "//a[@data-refer='footer-link-gravitino']")
public WebElement footerLinkDatastrato;
@FindBy(xpath = "//a[@data-refer='footer-link-license']")
diff --git a/web/src/app/rootLayout/Footer.js b/web/src/app/rootLayout/Footer.js
index a6e308cd2..c537c5ffc 100644
--- a/web/src/app/rootLayout/Footer.js
+++ b/web/src/app/rootLayout/Footer.js
@@ -31,10 +31,10 @@ const Footer = props => {
<Link
className={'twc-no-underline twc-text-primary-main'}
target='_blank'
- href='https://datastrato.ai/'
- data-refer='footer-link-datastrato'
+ href='https://gravitino.apache.org/'
+ data-refer='footer-link-gravitino'
>
- Datastrato
+ Gravitino
</Link>
</Typography>
<Box className={'twc-flex twc-flex-wrap twc-items-center
[&>:not(:last-child)]:twc-mr-4'}>