forked from apache/gravitino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#4064] Fix GitHub and resources (apache#4070)
### What changes were proposed in this pull request? Change GitHub and resources to ASF ones. Still to fix are Docker and the documentation URL. But this can be merged now. ### Why are the changes needed? As we are now an ASF project. Fix: apache#4064 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Built locally with no issues.
- Loading branch information
1 parent
6a3e0f3
commit 34a81df
Showing
17 changed files
with
40 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
version="0.6.0.dev1", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/datastrato/gravitino", | ||
url="https://github.com/apache/gravitino", | ||
author="datastrato", | ||
author_email="[email protected]", | ||
python_requires=">=3.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ license: "This software is licensed under the Apache License version 2." | |
If you want to contribute to this open-source project, please fork the project on GitHub first. After forking, clone the forked project to your local environment, make your changes, and submit a pull request (PR). | ||
|
||
```shell | ||
git clone [email protected]:datastrato/gravitino.git | ||
git clone [email protected]:apache/gravitino.git | ||
``` | ||
|
||
2. Build the Gravitino project. | ||
|
@@ -248,7 +248,7 @@ These commands add a repository that provides the latest Python versions and the | |
**On Ubuntu (WSL):** | ||
```shell | ||
git clone https://github.com/datastrato/gravitino.git | ||
git clone https://github.com/apache/gravitino.git | ||
cd gravitino | ||
./gradlew compileDistribution -x test | ||
cd distribution/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ to launch a Gravitino server, HDFS and Jupyter notebook environment in you local | |
Waiting for the playground Docker environment to start, you can directly open | ||
`http://localhost:8888/lab/tree/gravitino-fileset-example.ipynb` in the browser and run the example. | ||
|
||
The [gravitino-fileset-example](https://github.com/datastrato/gravitino-playground/blob/main/init/jupyter/gravitino-fileset-example.ipynb) | ||
The [gravitino-fileset-example](https://github.com/apache/gravitino-playground/blob/main/init/jupyter/gravitino-fileset-example.ipynb) | ||
contains the following code snippets: | ||
|
||
1. Install HDFS Python client. | ||
|
@@ -78,7 +78,7 @@ You can ues any IDE to develop Gravitino Python Client. Directly open the client | |
1. Clone the Gravitino project. | ||
|
||
```shell | ||
git clone [email protected]:datastrato/gravitino.git | ||
git clone [email protected]:apache/gravitino.git | ||
``` | ||
|
||
2. Build the Gravitino Python client module | ||
|
@@ -119,12 +119,9 @@ You can ues any IDE to develop Gravitino Python Client. Directly open the client | |
|
||
## Resources | ||
|
||
+ Official website https://datastrato.ai/ | ||
+ Project home on GitHub: https://github.com/datastrato/gravitino/ | ||
+ Playground with Docker: https://github.com/datastrato/gravitino-playground | ||
+ Official website https://gravitino.apache.org/ (coming soon) | ||
+ Project home on GitHub: https://github.com/apache/gravitino/ | ||
+ Playground with Docker: https://github.com/apache/gravitino-playground | ||
+ User documentation: https://datastrato.ai/docs/ | ||
+ Videos on Youtube: https://www.youtube.com/@Datastrato | ||
+ Twitter: https://twitter.com/datastrato | ||
+ Linkedin: https://www.linkedin.com/company/datastrato | ||
+ Slack Community: [https://join.slack.com/t/datastrato-community](https://join.slack.com/t/datastrato-community/shared_invite/zt-2a8vsjoch-cU_uUwHA_QU6Ab50thoq8w) | ||
+ Discourse Community: https://gravitino.discourse.group/ | ||
+ Slack Community: [https://the-asf.slack.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters