This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 63b94a6a [TLP] Graduate Apache StreamPark (Incubating) as a Top Level
Project (#421)
63b94a6a is described below
commit 63b94a6a3a581561041a2ec8afcbe5f350fb5014
Author: benjobs <[email protected]>
AuthorDate: Fri Jan 17 22:50:29 2025 +0800
[TLP] Graduate Apache StreamPark (Incubating) as a Top Level Project (#421)
* [TLP] Graduate Apache StreamPark (Incubating) as a Top Level Project
* [Improve] minor improvement
---
README.md | 4 +-
README_ZH.md | 4 +-
blog/1-flink-framework-streampark.md | 2 +-
blog/11-streampark-usercase-tianyancha.md | 2 +-
blog/3-streampark-usercase-bondex-paimon.md | 2 +-
community/contribution_guide/SPIP.md | 10 +-
community/contribution_guide/contribute.md | 4 +-
community/contribution_guide/document.md | 4 +-
community/contribution_guide/e2e-guide.md | 4 +-
.../contribution_guide/new_committer_process.md | 2 +-
.../contribution_guide/new_pmc_member_process.md | 4 +-
community/index.mdx | 6 +-
community/maturity.md | 6 +-
community/release/How-to-release-version.md | 46 ++++----
.../submit_guide/code-style-and-quality-guide.md | 10 +-
community/submit_guide/document.md | 2 +-
.../submit_guide/documentation-style-guide.md | 4 +-
community/submit_guide/submit-code.md | 4 +-
docs/development/1.development.md | 2 +-
docs/framework/1.model.md | 4 +-
docs/framework/3.quickstart.md | 2 +-
docs/get-started/2.deployment.md | 2 +-
docs/get-started/3.dockerDeployment.md | 2 +-
docs/platform/2.LDAP.md | 2 +-
docs/platform/6.project.md | 2 +-
docs/platform/k8s/1.flink-on-k8s.md | 2 +-
docusaurus.config.js | 12 +-
.../1-flink-framework-streampark.md | 2 +-
.../11-streampark-usercase-tianyancha.md | 2 +-
.../3-streampark-usercase-bondex-paimon.md | 2 +-
.../contribution_guide/new_committer_process.md | 2 +-
.../contribution_guide/new_pmc_member_process.md | 4 +-
.../current/release/How-to-release.md | 46 ++++----
.../submit_guide/code-style-and-quality-guide.md | 10 +-
.../current/submit_guide/document.md | 2 +-
.../submit_guide/documentation-style-guide.md | 4 +-
.../current/submit_guide/submit-code.md | 4 +-
.../current/development/1.development.md | 2 +-
.../current/framework/1.model.md | 4 +-
.../current/framework/3.quickstart.md | 2 +-
.../current/get-started/3.dockerDeployment.md | 2 +-
.../current/platform/2.LDAP.md | 2 +-
.../current/platform/6.project.md | 2 +-
.../current/platform/k8s/1.flink-on-k8s.md | 2 +-
src/components/BannerTitle/index.tsx | 3 -
src/components/Button/GitHub.tsx | 2 +-
src/components/Development/languages.json | 4 +-
src/components/TrustedUsers/languages.json | 4 +-
src/js/sysConfig.js | 8 +-
src/pages/_home/hero.jsx | 7 +-
src/pages/_home/index.less | 24 ----
src/pages/_home/languages.json | 4 +-
src/pages/download/index.jsx | 4 +-
src/pages/download/languages.json | 8 +-
src/pages/download/release-note/2.0.0.md | 2 +-
src/pages/download/release-note/2.1.0.md | 2 +-
src/pages/download/release-note/2.1.1.md | 2 +-
src/pages/download/release-note/2.1.2.md | 2 +-
src/pages/download/release-note/2.1.3.md | 2 +-
src/pages/download/release-note/2.1.4.md | 2 +-
src/pages/download/release-note/2.1.5.md | 4 +-
src/pages/download/table.jsx | 12 +-
src/pages/home/languages.json | 4 +-
src/pages/team/index.jsx | 30 +----
src/pages/team/languages.json | 128 +++++++++------------
src/pages/user/index.tsx | 2 +-
src/pages/user/languages.json | 4 +-
src/theme/NavbarItem/CustomGithubStar/index.tsx | 2 +-
68 files changed, 214 insertions(+), 296 deletions(-)
diff --git a/README.md b/README.md
index 0e9889dd..1a8f829a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[English](README.md) | [中文](README_ZH.md)
This is the repository containing all the source code of
`http://streampark.apache.org`.
-This guide will guide you how to contribute to the Apache StreamPark™
(Incubating) website.
+This guide will guide you how to contribute to the Apache StreamPark™ website.
## Branch
@@ -18,7 +18,7 @@ This website is compiled using Node.js (version >=18), using
[Docusaurus (3.3.2)
To download and preview the website:
```shell
-git clone https://github.com/apache/incubator-streampark-website.git
streampark-website
+git clone https://github.com/apache/streampark-website.git streampark-website
cd streampark-website
pnpm install
pnpm run start
diff --git a/README_ZH.md b/README_ZH.md
index 1ad7f52b..7fed0f10 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -4,7 +4,7 @@
[English](README.md) | [中文](README_ZH.md)
-这是包含 `http://streampark.apache.org` 的所有源代码的存储库。本指南将指导您如何为 Apache StreamPark™
(Incubating) 的网站做出贡献。
+这是包含 `http://streampark.apache.org` 的所有源代码的存储库。本指南将指导您如何为 Apache StreamPark™
的网站做出贡献。
## 分支
@@ -17,7 +17,7 @@ dev 为默认主分支,修改请先 fork 到自己的仓库,然后切换到
运行以下命令下载网站源代码并在本地预览:
```shell
-git clone https://github.com/apache/incubator-streampark-website.git
streampark-website
+git clone https://github.com/apache/streampark-website.git streampark-website
cd streampark-website
pnpm install
pnpm run start
diff --git a/blog/1-flink-framework-streampark.md
b/blog/1-flink-framework-streampark.md
index 4dabf506..1ca8d0d2 100644
--- a/blog/1-flink-framework-streampark.md
+++ b/blog/1-flink-framework-streampark.md
@@ -244,7 +244,7 @@ It's a universal truth that innovations aren't perfect from
the outset. Although
Resources:
-StreamPark GitHub:
[https://github.com/apache/incubator-streampark](https://github.com/apache/incubator-streampark)
<br/>
+StreamPark GitHub:
[https://github.com/apache/streampark](https://github.com/apache/streampark)
<br/>
Doris GitHub:
[https://github.com/apache/doris](https://github.com/apache/doris)

diff --git a/blog/11-streampark-usercase-tianyancha.md
b/blog/11-streampark-usercase-tianyancha.md
index 9238406f..5825b95b 100644
--- a/blog/11-streampark-usercase-tianyancha.md
+++ b/blog/11-streampark-usercase-tianyancha.md
@@ -113,7 +113,7 @@ In the StreamPark landing practice, we also encountered
some problems, which are
### **Huawei Cloud has compatibility issues with open source Hadoop**
Our jobs are in Flink on Yarn mode and deployed in Huawei Cloud. During the
process of using StreamPark to deploy jobs, we found that the jobs can be
successfully deployed to Huawei Hadoop cluster, but the request for Yarn
ResourceManager was rejected when getting the job status information, so we
communicated with the community in time to find a solution, and logged the
issue.
-https://github.com/apache/incubator-streampark/issues/3566
+https://github.com/apache/streampark/issues/3566
We communicated with the community to seek a solution, and recorded the issue:
. Finally, with the assistance of Mr. Huajie, a community PMC member, and
Huawei Cloud students, we successfully resolved the issue: StreamPark could not
access the cloud ResourceManager properly due to the internal security
authentication mechanism of the cloud product itself.
diff --git a/blog/3-streampark-usercase-bondex-paimon.md
b/blog/3-streampark-usercase-bondex-paimon.md
index 140df95b..ef9f21d9 100644
--- a/blog/3-streampark-usercase-bondex-paimon.md
+++ b/blog/3-streampark-usercase-bondex-paimon.md
@@ -104,7 +104,7 @@ Continuing the characteristics of the Kappa architecture
with a single stream pr
This solution adopts Flink Application on K8s clusters, with Flink CDC for
real-time ingestion of relational database data from business systems. Tasks
for Flink + Paimon Streaming Data Warehouse are submitted through the
StreamPark task platform, with the Trino engine ultimately used to access
Finereport for service provision and developer queries. Paimon's underlying
storage supports the S3 protocol, and as the company's big data services rely
on Alibaba Cloud, Object Storage Service ( [...]
-[StreamPark](https://github.com/apache/incubator-streampark) is a real-time
computing platform that leverages the powerful capabilities of
[Paimon](https://github.com/apache/incubator-paimon) to process real-time data
streams. This platform offers the following key features:
+[StreamPark](https://github.com/apache/streampark) is a real-time computing
platform that leverages the powerful capabilities of
[Paimon](https://github.com/apache/incubator-paimon) to process real-time data
streams. This platform offers the following key features:
**Real-time Data Processing: **StreamPark supports the submission of real-time
data stream tasks, capable of real-time acquisition, transformation, filtering,
and analysis of data. This is extremely important for applications that require
rapid response to real-time data, such as real-time monitoring, real-time
recommendations, and real-time risk control.
diff --git a/community/contribution_guide/SPIP.md
b/community/contribution_guide/SPIP.md
index 4c2260dd..5cd8bc64 100644
--- a/community/contribution_guide/SPIP.md
+++ b/community/contribution_guide/SPIP.md
@@ -83,10 +83,10 @@ closed and transfer from [current SPIPs][current-SPIPs] to
[past SPIPs][past-SPI
* [[SPIP-1][Feature][Parent] Suggest add HA for StreamPark][SPIP-1]: Have
multiple subtasks and Projects on it.
-[all-SPIPs]:
https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+
-[current-SPIPs]:
https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+is%3Aopen+label%3A%22SPIP%22
-[past-SPIPs]:
https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+is%3Aclosed+label%3A%22SPIP%22+
-[github-issue-choose]:
https://github.com/apache/incubator-streampark/issues/new/choose
+[all-SPIPs]:
https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+
+[current-SPIPs]:
https://github.com/apache/streampark/issues?q=is%3Aissue+is%3Aopen+label%3A%22SPIP%22
+[past-SPIPs]:
https://github.com/apache/streampark/issues?q=is%3Aissue+is%3Aclosed+label%3A%22SPIP%22+
+[github-issue-choose]: https://github.com/apache/streampark/issues/new/choose
[mail-to-dev]: mailto:[email protected]
-[SPIP-1]: https://github.com/apache/incubator-streampark/issues/3905
+[SPIP-1]: https://github.com/apache/streampark/issues/3905
diff --git a/community/contribution_guide/contribute.md
b/community/contribution_guide/contribute.md
index 3c1e2306..d6b861a9 100644
--- a/community/contribution_guide/contribute.md
+++ b/community/contribution_guide/contribute.md
@@ -3,7 +3,7 @@
First of all, thank you very much for choosing and using StreamPark, and
welcome to join the StreamPark family!
We encourage any form of participation in the community that will eventually
become Committer or PPMC Such as:
-* Problems will be encountered via github on the
[issue](https://github.com/apache/incubator-streampark/issues) form feedback
out.
+* Problems will be encountered via github on the
[issue](https://github.com/apache/streampark/issues) form feedback out.
* Answer the issue questions that others are asking.
* Help improve the documentation.
* Help your project add test cases.
@@ -31,7 +31,7 @@ Refer to the [Submit Guide-Pull Request
Notice](./pull-request.md), [Submit Guid
If you want to implement a Feature or fix a Bug. Please refer to the following:
-* All bugs and the features are recommended and managed using the GitHub
issues(https://github.com/apache/incubator-streampark/issues).
+* All bugs and the features are recommended and managed using the GitHub
issues(https://github.com/apache/streampark/issues).
* If you want to develop a Feature, first reply to the Issue associated with
that feature, indicating that you are currently working on it. And set yourself
a "deadline" when to Submit the Feature, and add it in the reply comment.
* It's a good idea to find a mentor (or an instructor) in the core
contributors who gives immediate feedback on design and functional
implementation.
* You should create a new branch to start your work, to get the name of the
branch refer to the [Submit Guide-Pull Request Notice](./pull-request.md). For
example, if you want to complete the feature and submit Issue 111, your branch
name should be feature-111. The feature name can be determined after discussion
with the instructor.
diff --git a/community/contribution_guide/document.md
b/community/contribution_guide/document.md
index 8ed59823..668a8980 100644
--- a/community/contribution_guide/document.md
+++ b/community/contribution_guide/document.md
@@ -4,7 +4,7 @@ Good documentation is critical for any type of software. Any
contribution that c
### Get the document project
-Documentation for the StreamPark project is maintained in a separate [git
repository](https://github.com/apache/incubator-streampark-website).
+Documentation for the StreamPark project is maintained in a separate [git
repository](https://github.com/apache/streampark-website).
First you need to fork the document project into your own github repository,
and then clone the document to your local computer.
@@ -12,4 +12,4 @@ First you need to fork the document project into your own
github repository, and
git clone
https://github.com/<your-github-user-name>/incubator-streampark-website
```
-For more information on how to develop document locally, please refer to the
[documentation contribution
guide](https://github.com/apache/incubator-streampark-website/blob/dev/README.md)
+For more information on how to develop document locally, please refer to the
[documentation contribution
guide](https://github.com/apache/streampark-website/blob/dev/README.md)
diff --git a/community/contribution_guide/e2e-guide.md
b/community/contribution_guide/e2e-guide.md
index ecb32022..081b064e 100644
--- a/community/contribution_guide/e2e-guide.md
+++ b/community/contribution_guide/e2e-guide.md
@@ -8,6 +8,6 @@ The current community E2E test has not yet reached full
coverage, so this docume
The E2E test pages are currently divided into four pages: Project Management,
Resource Center, DataSource, and Security Center.
-Contributors can find the task by going to GitHub, searching for
[apache/incubator-streampark](https://github.com/apache/incubator-streampark),
and then searching for `e2e` in the [issue
list](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+is%3Aopen+e2e).
As shown below.
+Contributors can find the task by going to GitHub, searching for
[apache/incubator-streampark](https://github.com/apache/streampark), and then
searching for `e2e` in the [issue
list](https://github.com/apache/streampark/issues?q=is%3Aissue+is%3Aopen+e2e).
As shown below.
-For more information on e2e development, please refer to the
[E2E](https://github.com/apache/incubator-streampark/blob/dev/streampark-e2e/README.md).
+For more information on e2e development, please refer to the
[E2E](https://github.com/apache/streampark/blob/dev/streampark-e2e/README.md).
diff --git a/community/contribution_guide/new_committer_process.md
b/community/contribution_guide/new_committer_process.md
index 4baadf7f..709f903b 100644
--- a/community/contribution_guide/new_committer_process.md
+++ b/community/contribution_guide/new_committer_process.md
@@ -77,7 +77,7 @@ This is a formal vote about inviting ${NEW_COMMITTER_NAME} as
our new committer.
${Work list}[1]
-[1]
https://github.com/apache/incubator-streampark/commits?author=${NEW_COMMITTER_NAME}
+[1] https://github.com/apache/streampark/commits?author=${NEW_COMMITTER_NAME}
```
Note that, Voting ends one week from today, i.e.
diff --git a/community/contribution_guide/new_pmc_member_process.md
b/community/contribution_guide/new_pmc_member_process.md
index 9828d0f3..be4c3c40 100644
--- a/community/contribution_guide/new_pmc_member_process.md
+++ b/community/contribution_guide/new_pmc_member_process.md
@@ -75,7 +75,7 @@ This is a formal vote about inviting ${NEW_PMC_NAME} as our
new PMC member.
${Work list}[1]
-[1]
https://github.com/apache/incubator-streampark/commits?author=${NEW_PMC_NAME}
+[1] https://github.com/apache/streampark/commits?author=${NEW_PMC_NAME}
```
Note that, Voting ends one week from today, i.e. [midnight UTC on
YYYY-MM-DD](https://www.timeanddate.com/counters/customcounter.html?year=YYYY&month=MM&day=DD)
@@ -281,5 +281,5 @@ submission process. This should enable better productivity.
A PPMC member helps manage and guide the direction of the project.
Thanks,
-On behalf of the Apache StreamPark (Incubating) PPMC
+On behalf of the Apache StreamPark PPMC
```
diff --git a/community/index.mdx b/community/index.mdx
index 62ef7e52..11948ba2 100644
--- a/community/index.mdx
+++ b/community/index.mdx
@@ -49,11 +49,11 @@ If you email us with a code snippet, make sure that:
## 🤝 Contribution
-[](https://github.com/apache/incubator-streampark/pulls)
+[](https://github.com/apache/streampark/pulls)
### 🙋 Submit Pull Request and Issues
-You can submit any ideas as [pull
requests](https://github.com/apache/incubator-streampark/pulls) or as [GitHub
issues](https://github.com/apache/incubator-streampark/issues/new/choose).
+You can submit any ideas as [pull
requests](https://github.com/apache/streampark/pulls) or as [GitHub
issues](https://github.com/apache/streampark/issues/new/choose).
> If you're new to posting issues, we ask that you read [*How To Ask Questions
> The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) (**This
> guide does not provide actual support services for this project!**), [How to
> Report Bugs
> Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to
> posting. Well written bug reports help us help you!
@@ -63,4 +63,4 @@ We welcome your suggestions, comments (including criticisms),
comments and contr
Thank you to all the people who already contributed to StreamPark!
-[](https://github.com/apache/incubator-streampark/graphs/contributors)
+[](https://github.com/apache/streampark/graphs/contributors)
diff --git a/community/maturity.md b/community/maturity.md
index d0b472f9..c0de32c2 100644
--- a/community/maturity.md
+++ b/community/maturity.md
@@ -32,7 +32,7 @@ The following table is filled according to the [Apache
Maturity Model](https://c
| **ID** | **Description**
| **Status**
|
| -------- |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **LC10** | The Apache License, version 2.0, covers the released code.
| **YES** The
[LICENSE](https://github.com/apache/incubator-streampark/blob/dev/LICENSE) is
in GitHub repository. And all source files are with APLv2 header. |
+| **LC10** | The Apache License, version 2.0, covers the released code.
| **YES** The
[LICENSE](https://github.com/apache/streampark/blob/dev/LICENSE) is in GitHub
repository. And all source files are with APLv2 header. |
| **LC20** | Libraries that are mandatory dependencies of the project's code
do not create more restrictions than the Apache License does.
| **YES** All dependencies are listed.
|
| **LC30** | The libraries mentioned in LC20 are available as Open Source
software.
| **YES** All dependencies are listed are
available as Open Source software
|
| **LC40** | Committers are bound by an Individual Contributor Agreement (the
"Apache iCLA") that defines which code they may commit and how they need to
identify code that is not their own. | **YES** All committers have iCLAs.
|
@@ -52,7 +52,7 @@ The following table is filled according to the [Apache
Maturity Model](https://c
| **ID** | **Description**
| **Status**
|
| -------- |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **QU10** | The project is open and honest about the quality of its code.
Various levels of quality and maturity for various modules are natural and
acceptable as long as they are clearly communicated. | **YES** We encourage
user to [report issues](https://github.com/apache/incubator-streampark/issues).
|
+| **QU10** | The project is open and honest about the quality of its code.
Various levels of quality and maturity for various modules are natural and
acceptable as long as they are clearly communicated. | **YES** We encourage
user to [report issues](https://github.com/apache/streampark/issues).
|
| **QU20** | The project puts a very high priority on producing secure
software.
| **YES** We will promptly
confirm any security issues. Currently, All reported security issues have been
resolved. |
| **QU30** | The project provides a well-documented, secure and private
channel to report security issues, along with a documented way of responding to
them. | **Yes** Yes The official
website provides a [Security
page](https://streampark.apache.org/community/security)
|
| **QU40** | The project puts a high priority on backwards compatibility and
aims to document any incompatible changes and provide tools and documentation
to help users transition to new features. | **Yes** We follow semantic
versions. As long as it's within one major version, it's backward compatible.
And when any breaking changes added, we provide corresponding upgrade guides. |
@@ -68,7 +68,7 @@ The following table is filled according to the [Apache
Maturity Model](https://c
| **CO40** | The community strives to be meritocratic and gives more rights
and responsibilities to contributors who, over time, add value to the project.
| **YES** The community has elected 2 new PPMC members
and 8 new committers so far.
[...]
| **CO50** | The project documents how contributors can earn more rights such
as commit access or decision power, and applies these principles consistently.
| **YES** The community has clear docs on [nominatin
committers](https://streampark.apache.org/community/contribution_guide/become_committer)
and PPMC members.
[...]
| **CO60** | The community operates based on consensus of its members (see
CS10) who have decision power. Dictators, benevolent or not, are not welcome in
Apache projects. | **YES** All decisions are made after vote by
community members.
[...]
-| **CO70** | The project strives to answer user questions in a timely manner.
| **YES** We use [email protected], [GitHub
issue](https://github.com/apache/incubator-streampark/issues) and [GitHub
discussion](https://github.com/apache/incubator-streampark/discussions) to do
this in a timely manner.
[...]
+| **CO70** | The project strives to answer user questions in a timely manner.
| **YES** We use [email protected], [GitHub
issue](https://github.com/apache/streampark/issues) and [GitHub
discussion](https://github.com/apache/streampark/discussions) to do this in a
timely manner.
[...]
### Consensus
diff --git a/community/release/How-to-release-version.md
b/community/release/How-to-release-version.md
index 68058179..96688fa7 100644
--- a/community/release/How-to-release-version.md
+++ b/community/release/How-to-release-version.md
@@ -137,11 +137,11 @@ gpg: unchanged: 1
Or enter https://keyserver.ubuntu.com/ address in the browser, enter the name
of the key and click 'Search key'
-
+
If the query results are as follows, it means that the key is successfully
created.
-
+
### 2.4 Add the gpg public key to the KEYS file of the Apache SVN project
warehouse
@@ -317,7 +317,7 @@ svn commit -m "release for StreamPark 2.1.0"
> Visit the address
> https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/ in
> the browser
-
+
## 4. Release Apache Nexus
@@ -446,13 +446,13 @@ mvn deploy \
Send a voting email in the community requires at least three `+1` and no `-1`.
> `Send to`: [email protected] <br />
-> `Title`: [VOTE] Release Apache StreamPark (Incubating) 2.1.0 rc1 <br />
+> `Title`: [VOTE] Release Apache StreamPark 2.1.0 rc1 <br />
> `Body`:
```
Hello StreamPark Community:
-This is a call for vote to release Apache StreamPark(Incubating) version
release-2.1.0-RC1.
+This is a call for vote to release Apache StreamPark version release-2.1.0-RC1.
Apache Streamark - Make stream processing easier! Easy-to-use streaming
application development framework and operation platform.
@@ -466,7 +466,7 @@ Maven artifacts are available in a staging repository at:
https://repository.apache.org/content/repositories/orgapachestreampark-1012/
Git tag for the release:
-https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
+https://github.com/apache/streampark/releases/tag/v2.1.0-rc1
The artifacts signed with PGP key [05016886], corresponding to
[[email protected]], that can be found in keys file:
https://downloads.apache.org/incubator/streampark/KEYS
@@ -507,13 +507,13 @@ Thanks!
After 72 hours, the voting results will be counted, and the voting result
email will be sent, as follows.
> `Send to`: [email protected] <br />
-> `Title`: [RESULT][VOTE] Release Apache StreamPark (Incubating) 2.1.0-rc1 <br
/>
+> `Title`: [RESULT][VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Dear StreamPark community,
-Thanks for your review and vote for "Release Apache StreamPark (Incubating)
2.1.0-rc1"
+Thanks for your review and vote for "Release Apache StreamPark 2.1.0-rc1"
I'm happy to announce the vote has passed:
@@ -544,10 +544,10 @@ ChunJin Mu
One item of the email content is `Vote thread`, and the link is obtained as
follows: <br />
Visit this address
https://lists.apache.org/[email protected], and find the
mail title and click to display the voting content
-
+
Right-click the title and click Copy Link Address to get the link
-
+
### 5.2 Send Incubator Community voting mail
@@ -555,14 +555,14 @@ Send a voting email in the incubator community requires
at least three `+1` and
> `Send to`: [email protected] <br />
> `cc`: [email protected]、[email protected]、[email protected] <br
> />
-> `Title`: [VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1 <br />
+> `Title`: [VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Hello Incubator Community:
-This is a call for a vote to release Apache StreamPark(Incubating) version
2.1.0-RC1.
-The Apache StreamPark community has voted on and approved a proposal to
release Apache StreamPark(Incubating) version 2.1.0-RC1.
+This is a call for a vote to release Apache StreamPark version 2.1.0-RC1.
+The Apache StreamPark community has voted on and approved a proposal to
release Apache StreamPark version 2.1.0-RC1.
We now kindly request the Incubator PMC members review and vote on this
incubator release.
Apache StreamPark, Make stream processing easier! Easy-to-use streaming
application development framework and operation platform.
@@ -576,7 +576,7 @@ The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
Git tag for the release:
-https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
+https://github.com/apache/streampark/releases/tag/v2.1.0-rc1
Maven artifacts are available in a staging repository at:
https://repository.apache.org/content/repositories/orgapachestreampark-1012/
@@ -610,7 +610,7 @@ How to Build:
Thanks,
-On behalf of Apache StreamPark(Incubating) community
+On behalf of Apache StreamPark community
Best,
@@ -634,13 +634,13 @@ Then the voting results will be counted, and the voting
result email will be sen
> `Send to`: [email protected] <br />
> `cc`: [email protected]、[email protected]、[email protected] <br
> />
-> `Title`: [RESULT][VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1 <br
/>
+> `Title`: [RESULT][VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Hi all,
-Thanks for your review and vote for "Release Apache StreamPark (Incubating)
2.1.0-rc1"
+Thanks for your review and vote for "Release Apache StreamPark 2.1.0-rc1"
I'm happy to announce the vote has passed:
3 binding votes, no +0 or -1 votes.
@@ -665,7 +665,7 @@ ChunJin Mu
One item of the email content is `Vote thread`, and the link is obtained as
follows: <br />
Visit this address
https://lists.apache.org/[email protected], and find the
mail title and click to display the voting content
-
+
Then right-click the title and click Copy Link Address to get the link.
Wait a day to see if the tutor has any other comments, if not, send the
following announcement email
@@ -715,7 +715,7 @@ The final file content is as follows
Open the official website address https://streampark.apache.org/download/ to
see if there is a new version of the download
> It should be noted that the download link may take effect after an hour, so
> please pay attention to it.
-
+
### 6.4 Generate a release on github
@@ -732,7 +732,7 @@ Release-2.1.0-incubating
release note: https://streampark.apache.org/download/release-note/2.1.0
```
-
+
Then click the `Publish release` button.
@@ -742,13 +742,13 @@ The rename the release-2.1.0-rc1 branch to release-2.1.0.
> `Send to`: [email protected] <br />
> `cc`: [email protected] <br />
-> `Title`: [ANNOUNCE] Release Apache StreamPark (Incubating) 2.1.0 <br />
+> `Title`: [ANNOUNCE] Release Apache StreamPark 2.1.0 <br />
> `Body`:
```
Hi all,
-We are glad to announce the release of Apache StreamPark(incubating) 2.1.0.
+We are glad to announce the release of Apache StreamPark 2.1.0.
Once again I would like to express my thanks to your help.
Apache StreamPark(https://streampark.apache.org/) - Make stream processing
easier! Easy-to-use streaming application development framework and operation
platform.
@@ -757,7 +757,7 @@ Download Links: https://streampark.apache.org/download/
Release Notes: https://streampark.apache.org/download/release-note/2.1.0
StreamPark Resources:
-- Issue: https://github.com/apache/incubator-streampark/issues
+- Issue: https://github.com/apache/streampark/issues
- Mailing list: [email protected]
- Apache StreamPark Team
diff --git a/community/submit_guide/code-style-and-quality-guide.md
b/community/submit_guide/code-style-and-quality-guide.md
index 1f77d17c..9c8e04b2 100644
--- a/community/submit_guide/code-style-and-quality-guide.md
+++ b/community/submit_guide/code-style-and-quality-guide.md
@@ -578,21 +578,21 @@ to reduce code line depth and improve readability like
follows:
This `streampark-console-service` module is the core module for processing
user requests.
It's very necessary to strive to provide the best user experience.
-So, we introduced the
[AbstractApiException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AbstractApiException.java)
+So, we introduced the
[AbstractApiException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AbstractApiException.java)
and its subclasses to get more friendly interaction effect.
Non-`AbstractApiException` is treated as internal server errors
correspondingly, which needn't notify the interaction details to users.
Based on the above premise, we need to pay attention to the handling of
`AbstractApiException`.
For example, we should throw an exception by one of followed subclasses of
`AbstractApiException` when processing logic with the user operation errors or
missing data errors:
--
[ApiDetailException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiDetailException.java)
+-
[ApiDetailException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiDetailException.java)
> An exception message that needs to be notified to front-end, is a detailed
> exception message, such as the stackTrace info, often accompanied by a large
> number of exception logs,
> e.g: `Failed to start job`, need to display the exception(stackTrace info)
> to front-end.
--
[ApiAlertException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiAlertException.java)
+-
[ApiAlertException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiAlertException.java)
> An exception message that needs to be notified to front-end, usually a
> simple, clear message, e.g:
> 1. Username already exists
> 2. No permission, please contact the administrator
> 3. ...
--
[AlertException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AlertException.java)
+-
[AlertException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AlertException.java)
> An exception message that needs to be notified to front-end when processing
> alert logic.
- Or others exceptions used to get fine users interaction.
@@ -602,7 +602,7 @@ In addition to handling the classification of exceptions,
we'd better make the p
- Display the solutions to the abnormal case.
- Or others information fit the pretty interaction.
-Please click
[Issue-2325](https://github.com/apache/incubator-streampark/issues/2325) for
more details about the items if needed.
+Please click [Issue-2325](https://github.com/apache/streampark/issues/2325)
for more details about the items if needed.
## 5 Log
diff --git a/community/submit_guide/document.md
b/community/submit_guide/document.md
index 9329bb7b..609a02b1 100644
--- a/community/submit_guide/document.md
+++ b/community/submit_guide/document.md
@@ -25,7 +25,7 @@ Good documentation is critical for any type of software. Any
contribution that c
## Get the document project
-Documentation for the StreamPark project is maintained in a separate [git
repository](https://github.com/apache/incubator-streampark-website).
+Documentation for the StreamPark project is maintained in a separate [git
repository](https://github.com/apache/streampark-website).
First you need to fork the document project into your own github repository,
and then clone the document to your local computer.
diff --git a/community/submit_guide/documentation-style-guide.md
b/community/submit_guide/documentation-style-guide.md
index 91559907..0f443b55 100644
--- a/community/submit_guide/documentation-style-guide.md
+++ b/community/submit_guide/documentation-style-guide.md
@@ -96,8 +96,8 @@ to do better.
## References
-
https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md
-- https://github.com/apache/incubator-streampark-website/pull/347
-- https://github.com/apache/incubator-streampark-website/pull/349
+- https://github.com/apache/streampark-website/pull/347
+- https://github.com/apache/streampark-website/pull/349
-
https://cwiki.apache.org/confluence/display/FLINK/Flink+Translation+Specifications
- https://lists.apache.org/thread/0p40kdbkoqdto2zlvwbw3r9xo3hfnm4g
- [Guidelines for Using Capital Letters -
ThoughtCo.](https://www.thoughtco.com/guidelines-for-using-capital-letters-1691724)
diff --git a/community/submit_guide/submit-code.md
b/community/submit_guide/submit-code.md
index e5257748..f8233eec 100644
--- a/community/submit_guide/submit-code.md
+++ b/community/submit_guide/submit-code.md
@@ -21,7 +21,7 @@ sidebar_position: 2
limitations under the License.
-->
-1. First, fork the upstream repository
https://github.com/apache/incubator-streampark.git into your own repository.
+1. First, fork the upstream repository
https://github.com/apache/streampark.git into your own repository.
2. Clone your repository to your local:
@@ -32,7 +32,7 @@ sidebar_position: 2
3. Add remote repository address, name it upstream:
```shell
- git remote add upstream https://github.com/apache/incubator-streampark.git
+ git remote add upstream https://github.com/apache/streampark.git
```
4. View repository:
diff --git a/docs/development/1.development.md
b/docs/development/1.development.md
index d6b8eb68..eb1bc78a 100644
--- a/docs/development/1.development.md
+++ b/docs/development/1.development.md
@@ -14,7 +14,7 @@ import { DevelopmentEnvs } from '../components/TableData.jsx';
### Clone the Source Code
```bash
-git clone https://github.com/apache/incubator-streampark.git
+git clone https://github.com/apache/streampark.git
```
### Build the Project
diff --git a/docs/framework/1.model.md b/docs/framework/1.model.md
index 77a6c8c3..1d235e8f 100644
--- a/docs/framework/1.model.md
+++ b/docs/framework/1.model.md
@@ -526,7 +526,7 @@ The **destroy** stage is an optional stage that requires
developer participation
## Catalog Structure
-The recommended project directory structure is as follows, please refer to the
directory structure and configuration in
[StreamPark-flink-quickstart](https://github.com/apache/incubator-streampark-quickstart)
+The recommended project directory structure is as follows, please refer to the
directory structure and configuration in
[StreamPark-flink-quickstart](https://github.com/apache/streampark-quickstart)
``` tree
.
@@ -602,7 +602,7 @@ assembly.xml is the configuration file needed for the
assembly packaging plugin,
## Packaged Deployment
-The recommended packaging mode in
[streampark-flink-quickstart](https://github.com/apache/incubator-streampark-quickstart/tree/dev/quickstart-flink)
is recommended. It runs `maven package` directly to generate a standard
StreamPark recommended project package, after unpacking the directory structure
is as follows.
+The recommended packaging mode in
[streampark-flink-quickstart](https://github.com/apache/streampark-quickstart/tree/dev/quickstart-flink)
is recommended. It runs `maven package` directly to generate a standard
StreamPark recommended project package, after unpacking the directory structure
is as follows.
``` text
.
diff --git a/docs/framework/3.quickstart.md b/docs/framework/3.quickstart.md
index e8680be8..c4ef2d6f 100644
--- a/docs/framework/3.quickstart.md
+++ b/docs/framework/3.quickstart.md
@@ -10,7 +10,7 @@ The installation of the one-stop platform
`streampark-console` has been introduc
`streampark-quickstart` is a sample program for developing Flink by
StreamPark. For details, please refer to:
-- Github:
[https://github.com/apache/incubator-streampark-quickstart.git](https://github.com/apache/incubator-streampark-quickstart)
+- Github:
[https://github.com/apache/streampark-quickstart.git](https://github.com/apache/streampark-quickstart)
### Deploy DataStream tasks
diff --git a/docs/get-started/2.deployment.md b/docs/get-started/2.deployment.md
index 473e0090..7fd83851 100755
--- a/docs/get-started/2.deployment.md
+++ b/docs/get-started/2.deployment.md
@@ -41,7 +41,7 @@ Using `Flink on Kubernetes` requires additional deployment or
use of an existing
## Build & Deploy
-You can directly download the compiled [**release
package**](https://github.com/apache/incubator-streampark/releases)
(recommended), or you can manually compile and install. The manual compilation
and installation steps are as follows:
+You can directly download the compiled [**release
package**](https://github.com/apache/streampark/releases) (recommended), or you
can manually compile and install. The manual compilation and installation steps
are as follows:
### Environmental requirements
diff --git a/docs/get-started/3.dockerDeployment.md
b/docs/get-started/3.dockerDeployment.md
index 1e32ff2e..ec31d585 100644
--- a/docs/get-started/3.dockerDeployment.md
+++ b/docs/get-started/3.dockerDeployment.md
@@ -94,7 +94,7 @@ docker-compose up -d
## Build images based on source code for Apache StreamPark™ deployment
```
-git clone https://github.com/apache/incubator-streampark.git
+git clone https://github.com/apache/streampark.git
cd incubator-streampark/deploy/docker
vim docker-compose
```
diff --git a/docs/platform/2.LDAP.md b/docs/platform/2.LDAP.md
index e42906cb..5d50374d 100644
--- a/docs/platform/2.LDAP.md
+++ b/docs/platform/2.LDAP.md
@@ -22,7 +22,7 @@ LDAP unified authentication service is used to solve the
above problems.
### 1.Official website to download the binary installation package
-https://github.com/apache/incubator-streampark/releases
+https://github.com/apache/streampark/releases
### 2.Add LDAP configuration
```
diff --git a/docs/platform/6.project.md b/docs/platform/6.project.md
index c0be6b58..8e6ee627 100644
--- a/docs/platform/6.project.md
+++ b/docs/platform/6.project.md
@@ -28,7 +28,7 @@ Click "Project Management" and add a new project. You will
enter the project add
- Password: (Optional) If the project requires a password to access
- Branches: (Required) The project branch: Will be automatically loaded based
on the Repository URL to select the optional branch.
- Build Argument: (Optional) Project build parameters, The build parameters
here are the standard parameters of Maven. For example, if you want to specify
the profile as dev, then here is -Pdev, and other parameters can be inferred
from this.
-- POM: (Optional) The location of the pom.xml file of the target module to be
built. For example, if the [StreamPark
Quickstart](https://github.com/apache/incubator-streampark-quickstart) project
directory structure is as follows:
+- POM: (Optional) The location of the pom.xml file of the target module to be
built. For example, if the [StreamPark
Quickstart](https://github.com/apache/streampark-quickstart) project directory
structure is as follows:

diff --git a/docs/platform/k8s/1.flink-on-k8s.md
b/docs/platform/k8s/1.flink-on-k8s.md
index fe0664f3..eed9728f 100644
--- a/docs/platform/k8s/1.flink-on-k8s.md
+++ b/docs/platform/k8s/1.flink-on-k8s.md
@@ -9,7 +9,7 @@ StreamPark Flink Kubernetes is based on [Flink Native
Kubernetes](https://ci.apa
* Native-Kubernetes Application
* Native-Kubernetes Session
-At now, one StreamPark only supports one Kubernetes cluster.You can submit
[Fearure Request Issue](https://github.com/apache/incubator-streampark/issues)
, when multiple Kubernetes clusters are needed.
+At now, one StreamPark only supports one Kubernetes cluster.You can submit
[Fearure Request Issue](https://github.com/apache/streampark/issues) , when
multiple Kubernetes clusters are needed.
<br></br>
## Environments requirement
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f16ad72c..e948f8d4 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -24,7 +24,7 @@ const lightTheme =
require('prism-react-renderer/themes/vsLight');
/** @type {import('@docusaurus/types').Config} */
const config = {
- title: 'Apache StreamPark (incubating)',
+ title: 'Apache StreamPark',
tagline: 'Apache StreamPark - Make stream processing easier! Easy-to-use
streaming application development framework and operation platform, with Apache
Flink® and Apache Spark™ supported.',
url: 'https://streampark.apache.org/',
baseUrl: '/',
@@ -74,7 +74,7 @@ const config = {
editLocalizedFiles: true,
sidebarCollapsed: true,
// Please change this to your repo.
- editUrl:
'https://github.com/apache/incubator-streampark-website/edit/dev/'
+ editUrl: 'https://github.com/apache/streampark-website/edit/dev/'
},
blog: {
@@ -84,7 +84,7 @@ const config = {
blogSidebarTitle: "近期文章",
// Please change this to your repo.
editUrl:
- 'https://github.com/apache/incubator-streampark-website/edit/dev/'
+ 'https://github.com/apache/streampark-website/edit/dev/'
},
theme: {
customCss: [
@@ -183,7 +183,7 @@ const config = {
activeBaseRegex: `/blog`,
},
{
- to: 'https://github.com/apache/incubator-streampark/issues/507',
+ to: 'https://github.com/apache/streampark/issues/507',
position: "right",
label: 'FAQ'
},
@@ -206,8 +206,8 @@ const config = {
{
html: `
<div class="subscribe-box btns">
- <a class="btn btn-primary"
href="https://github.com/apache/incubator-streampark"><i class="fa
fa-github"></i></span><span>Github</span></a>
- <a class="btn btn-primary"
href="https://github.com/apache/incubator-streampark/issues"><i class="fa
fa-slack"></i><span>Issue Tracking</span></a>
+ <a class="btn btn-primary"
href="https://github.com/apache/streampark"><i class="fa
fa-github"></i></span><span>Github</span></a>
+ <a class="btn btn-primary"
href="https://github.com/apache/streampark/issues"><i class="fa
fa-slack"></i><span>Issue Tracking</span></a>
<a class="btn btn-primary" href="javascript:void(0)">
<i class="fa fa-wechat"></i>
<span>Wechat</span>
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/1-flink-framework-streampark.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/1-flink-framework-streampark.md
index 5e2f875f..3740525d 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/1-flink-framework-streampark.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/1-flink-framework-streampark.md
@@ -246,7 +246,7 @@ Native-Session 模式需要事先使用 Flink 命令创建一个运行在 K8s
附:
-StreamPark
GitHub:[https://github.com/apache/incubator-streampark](https://github.com/apache/incubator-streampark)
<br/>
+StreamPark
GitHub:[https://github.com/apache/streampark](https://github.com/apache/streampark)
<br/>
Doris GitHub:[https://github.com/apache/doris](https://github.com/apache/doris)

diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/11-streampark-usercase-tianyancha.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/11-streampark-usercase-tianyancha.md
index 68b321d4..70a56902 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-blog/11-streampark-usercase-tianyancha.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-blog/11-streampark-usercase-tianyancha.md
@@ -113,7 +113,7 @@ StreamPark 还有更加完善的作业操作记录,对于一些提交时异常
### **华为云与开源 Hadoop 存在兼容问题**
我们的作业都是 Flink on Yarn 模式,部署在华为云。在使用 StreamPark 部署作业的过程中发现作业可以成功部署到华为 Hadoop
集群,但是获取作业状态信息时请求 Yarn ResourceManager 被拒绝,我们及时和社区沟通,寻求解决方案,并且记录了 issue:
-https://github.com/apache/incubator-streampark/issues/3566
+https://github.com/apache/streampark/issues/3566
最后在社区 PMC 成员华杰老师和华为云同学的协助下,成功解决了问题:由于云产品本身内部的安全认证机制导致 StreamPark 无法正常访问云
ResourceManager。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md
index ca6bab70..51fee401 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md
@@ -104,7 +104,7 @@ kappa 架构只用一套数据流处理架构来解决离线和实时数据,
本方案采用 Flink Application On K8s 集群,Flink CDC 实时摄取业务系统关系型数据库数据,通过 StreamPark
任务平台提交 Flink + Paimon Streaming Data Warehouse 任务, 最后采用 Trino 引擎接入 Finereport
提供服务和开发人员的查询。Paimon 底层存储支持 S3 协议,因为公司大数据服务依赖于阿里云所以使用对象存储OSS作为数据文件系统。
-[StreamPark](https://github.com/apache/incubator-streampark) 是一个实时计算平台,与
[Paimon](https://github.com/apache/incubator-paimon)
结合使用其强大功能来处理实时数据流。此平台提供以下主要功能:
+[StreamPark](https://github.com/apache/streampark) 是一个实时计算平台,与
[Paimon](https://github.com/apache/incubator-paimon)
结合使用其强大功能来处理实时数据流。此平台提供以下主要功能:
**实时数据处理:**StreamPark
支持提交实时数据流任务,能够实时获取、转换、过滤和分析数据。这对于需要快速响应实时数据的应用非常重要,例如实时监控、实时推荐和实时风控等领域。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_committer_process.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_committer_process.md
index 0240a5be..d0d9c694 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_committer_process.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_committer_process.md
@@ -77,7 +77,7 @@ This is a formal vote about inviting ${NEW_COMMITTER_NAME} as
our new committer.
${Work list}[1]
-[1]
https://github.com/apache/incubator-streampark/commits?author=${NEW_COMMITTER_NAME}
+[1] https://github.com/apache/streampark/commits?author=${NEW_COMMITTER_NAME}
```
注意,投票将在今天一周后结束,即
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_pmc_member_process.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_pmc_member_process.md
index 786cce01..17203065 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_pmc_member_process.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/contribution_guide/new_pmc_member_process.md
@@ -75,7 +75,7 @@ This is a formal vote about inviting ${NEW_PMC_NAME} as our
new PMC member.
${Work list}[1]
-[1]
https://github.com/apache/incubator-streampark/commits?author=${NEW_PMC_NAME}
+[1] https://github.com/apache/streampark/commits?author=${NEW_PMC_NAME}
```
注意,投票将在今天一周后结束,即
@@ -282,5 +282,5 @@ submission process. This should enable better productivity.
A PPMC member helps manage and guide the direction of the project.
Thanks,
-On behalf of the Apache StreamPark (Incubating) PPMC
+On behalf of the Apache StreamPark PPMC
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
index 52a0eb7c..789236bf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
@@ -137,11 +137,11 @@ gpg: unchanged: 1
或者进入 https://keyserver.ubuntu.com/ 网址,输入密钥的名称,然后点击'Search key'
-
+
如果查询结果如下,表示密钥创建成功。
-
+
#### 2.4 将 gpg 公钥添加到 Apache SVN 项目仓库的 KEYS 文件中
@@ -437,7 +437,7 @@ svn commit -m "release for StreamPark 2.1.0"
> 在浏览器中访问
> https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
-
+
## 3. 进入社区投票阶段
@@ -446,13 +446,13 @@ svn commit -m "release for StreamPark 2.1.0"
发送社区投票邮件需要至少三个`+1`,且无`-1`。
> `Send to`: [email protected] <br />
-> `Title`: [VOTE] Release Apache StreamPark (Incubating) 2.1.0 rc1 <br />
+> `Title`: [VOTE] Release Apache StreamPark 2.1.0 rc1 <br />
> `Body`:
```
Hello StreamPark Community:
-This is a call for vote to release Apache StreamPark(Incubating) version
release-2.1.0-RC1.
+This is a call for vote to release Apache StreamPark version release-2.1.0-RC1.
Apache Streamark - Make stream processing easier! Easy-to-use streaming
application development framework and operation platform.
@@ -466,7 +466,7 @@ Maven artifacts are available in a staging repository at:
https://repository.apache.org/content/repositories/orgapachestreampark-1012/
Git tag for the release:
-https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
+https://github.com/apache/streampark/releases/tag/v2.1.0-rc1
The artifacts signed with PGP key [05016886], corresponding to
[[email protected]], that can be found in keys file:
https://downloads.apache.org/incubator/streampark/KEYS
@@ -507,13 +507,13 @@ Thanks!
在72小时后,将统计投票结果,并发送投票结果邮件,如下所示。
> `Send to`: [email protected] <br />
-> `Title`: [RESULT][VOTE] Release Apache StreamPark (Incubating) 2.1.0-rc1 <br
/>
+> `Title`: [RESULT][VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Dear StreamPark community,
-Thanks for your review and vote for "Release Apache StreamPark (Incubating)
2.1.0-rc1"
+Thanks for your review and vote for "Release Apache StreamPark 2.1.0-rc1"
I'm happy to announce the vote has passed:
@@ -545,11 +545,11 @@ ChunJin Mu
邮件内容中的一项是`Vote thread`,链接获取方式如下:<br />
访问此地址 https://lists.apache.org/[email protected] ,
找到邮件标题并点击显示投票内容
-
+
右键点击标题,点击复制链接地址获取链接
-
+
#### 3.2 发送孵化社区投票邮件
@@ -557,14 +557,14 @@ ChunJin Mu
> `Send to`: [email protected] <br />
> `cc`: [email protected]、[email protected]、[email protected] <br
> />
-> `Title`: [VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1 <br />
+> `Title`: [VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Hello Incubator Community:
-This is a call for a vote to release Apache StreamPark(Incubating) version
2.1.0-RC1.
-The Apache StreamPark community has voted on and approved a proposal to
release Apache StreamPark(Incubating) version 2.1.0-RC1.
+This is a call for a vote to release Apache StreamPark version 2.1.0-RC1.
+The Apache StreamPark community has voted on and approved a proposal to
release Apache StreamPark version 2.1.0-RC1.
We now kindly request the Incubator PMC members review and vote on this
incubator release.
Apache StreamPark, Make stream processing easier! Easy-to-use streaming
application development framework and operation platform.
@@ -578,7 +578,7 @@ The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/
Git tag for the release:
-https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1
+https://github.com/apache/streampark/releases/tag/v2.1.0-rc1
Maven artifacts are available in a staging repository at:
https://repository.apache.org/content/repositories/orgapachestreampark-1012/
@@ -612,7 +612,7 @@ How to Build:
Thanks,
-On behalf of Apache StreamPark(Incubating) community
+On behalf of Apache StreamPark community
Best,
@@ -636,13 +636,13 @@ Chunjin Mu
> `Send to`: [email protected] <br />
> `cc`: [email protected]、[email protected]、[email protected] <br
> />
-> `Title`: [RESULT][VOTE] Release Apache StreamPark(Incubating) 2.1.0-rc1 <br
/>
+> `Title`: [RESULT][VOTE] Release Apache StreamPark 2.1.0-rc1 <br />
> `Body`:
```
Hi all,
-Thanks for your review and vote for "Release Apache StreamPark (Incubating)
2.1.0-rc1"
+Thanks for your review and vote for "Release Apache StreamPark 2.1.0-rc1"
I'm happy to announce the vote has passed:
3 binding votes, no +0 or -1 votes.
@@ -668,7 +668,7 @@ ChunJin Mu
邮件内容中的一项是`Vote thread`,链接获取方式如下:<br />
访问此地址 https://lists.apache.org/[email protected] ,
找到邮件标题并点击显示投票内容
-
+
右键点击标题,点击复制链接地址获取链接
@@ -720,7 +720,7 @@ svn mv
https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1 htt
> 需要注意的是,下载链接可能需要一个小时后才会生效,请注意。
-
+
#### 4.4 在github上生成release
@@ -738,7 +738,7 @@ Release-2.1.0-incubating
release note: https://streampark.apache.org/download/release-note/2.1.0
```
-
+
然后点击`Publish release`按钮。
@@ -748,13 +748,13 @@ release note:
https://streampark.apache.org/download/release-note/2.1.0
> `Send to`: [email protected] <br />
> `cc`: [email protected] <br />
-> `Title`: [ANNOUNCE] Release Apache StreamPark (Incubating) 2.1.0 <br />
+> `Title`: [ANNOUNCE] Release Apache StreamPark 2.1.0 <br />
> `Body`:
```
Hi all,
-We are glad to announce the release of Apache StreamPark(incubating) 2.1.0.
+We are glad to announce the release of Apache StreamPark 2.1.0.
Once again I would like to express my thanks to your help.
Apache StreamPark(https://streampark.apache.org/) - Make stream processing
easier! Easy-to-use streaming application development framework and operation
platform.
@@ -763,7 +763,7 @@ Download Links: https://streampark.apache.org/download/
Release Notes: https://streampark.apache.org/download/release-note/2.1.0
StreamPark Resources:
-- Issue: https://github.com/apache/incubator-streampark/issues
+- Issue: https://github.com/apache/streampark/issues
- Mailing list: [email protected]
- Apache StreamPark Team
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
index e438ebec..5822f223 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
@@ -578,21 +578,21 @@ sidebar_position: 3
`streampark-console-service` 模块是处理用户请求的核心模块。
我们努力提供最好的用户体验是非常必要的。
-因此,我们引入了
[AbstractApiException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AbstractApiException.java)
+因此,我们引入了
[AbstractApiException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AbstractApiException.java)
及其子类以获得更友好的交互效果。非 `AbstractApiException` 被视为内部服务器错误,不需要通知用户交互细节。
基于上述前提,我们需要注意处理 `AbstractApiException`。
例如,在处理与用户操作错误或缺少数据错误的逻辑时,我们应该通过以下 `AbstractApiException` 的子类之一抛出异常:
--
[ApiDetailException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiDetailException.java)
+-
[ApiDetailException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiDetailException.java)
> 需要通知前端的异常消息,是一个详细的异常消息,例如 stackTrace 信息,通常伴随着大量的异常日志,
> 例如:`Failed to start job`,需要在前端显示异常(stackTrace 信息)。
--
[ApiAlertException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiAlertException.java)
+-
[ApiAlertException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiAlertException.java)
> 需要通知前端的异常消息,通常是一个简单、清晰的消息,例如:
> 1. 用户名已存在
> 2. 没有权限,请联系管理员
> 3. ...
--
[AlertException](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AlertException.java)
+-
[AlertException](https://github.com/apache/streampark/blob/dev/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/AlertException.java)
> 在处理警报逻辑时需要通知前端的异常消息。
- 或者其他用于获得良好用户交互的异常。
@@ -602,7 +602,7 @@ sidebar_position: 3
- 显示异常情况的解决方案。
- 或其他适合的交互信息。
-如果需要,请点击
[Issue-2325](https://github.com/apache/incubator-streampark/issues/2325)
以获取更多关于该项的详细信息。
+如果需要,请点击 [Issue-2325](https://github.com/apache/streampark/issues/2325)
以获取更多关于该项的详细信息。
## 5 日志
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/document.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/document.md
index 52bddedf..6da88465 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/document.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/document.md
@@ -25,7 +25,7 @@ sidebar_position: 1
## 获取文档项目
-StreamPark 项目的文档在一个单独的 [git
仓库](https://github.com/apache/incubator-streampark-website) 中维护。
+StreamPark 项目的文档在一个单独的 [git 仓库](https://github.com/apache/streampark-website)
中维护。
首先,您需要将文档项目 fork 到您自己的 github 仓库,然后将文`clone`到您的本地计算机。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/documentation-style-guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/documentation-style-guide.md
index 93385cc4..c40ce100 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/documentation-style-guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/documentation-style-guide.md
@@ -340,8 +340,8 @@ sidebar_position: 4
## References
-
https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md
-- https://github.com/apache/incubator-streampark-website/pull/347
-- https://github.com/apache/incubator-streampark-website/pull/349
+- https://github.com/apache/streampark-website/pull/347
+- https://github.com/apache/streampark-website/pull/349
-
https://cwiki.apache.org/confluence/display/FLINK/Flink+Translation+Specifications
- https://lists.apache.org/thread/0p40kdbkoqdto2zlvwbw3r9xo3hfnm4g
- [Guidelines for Using Capital Letters -
ThoughtCo.](https://www.thoughtco.com/guidelines-for-using-capital-letters-1691724)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/submit-code.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/submit-code.md
index 284a57e1..c3a2140a 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/submit-code.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/submit-code.md
@@ -21,7 +21,7 @@ sidebar_position: 2
limitations under the License.
-->
-1. 首先从远程仓库 https://github.com/apache/incubator-streampark.git 将代码的一份副本 fork
到你自己的仓库。
+1. 首先从远程仓库 https://github.com/apache/streampark.git 将代码的一份副本 fork 到你自己的仓库。
2. 将你的仓库 Clone 到本地设备:
@@ -32,7 +32,7 @@ sidebar_position: 2
3. 添加远程仓库地址:
```shell
- git remote add upstream https://github.com/apache/incubator-streampark.git
+ git remote add upstream https://github.com/apache/streampark.git
```
4. 查看仓库:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/1.development.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/1.development.md
index 83b22400..b5c8a0dc 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/1.development.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/1.development.md
@@ -13,7 +13,7 @@ import { DevelopmentEnvs } from '../components/TableData.jsx';
### clone源码
```bash
-git clone https://github.com/apache/incubator-streampark.git
+git clone https://github.com/apache/streampark.git
```
### 构建项目
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/1.model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/1.model.md
index ba8c194f..f0898caa 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/1.model.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/1.model.md
@@ -528,7 +528,7 @@ StreamTableContext context = new
StreamTableContext(JavaConfig);
:::
## 目录结构
-推荐的项目目录结构如下,具体可以参考[StreamPark
Quickstart](https://github.com/apache/incubator-streampark-quickstart) 里的目录结构和配置
+推荐的项目目录结构如下,具体可以参考[StreamPark
Quickstart](https://github.com/apache/streampark-quickstart) 里的目录结构和配置
``` tree
.
@@ -604,7 +604,7 @@ assembly.xml 是assembly打包插件需要用到的配置文件,定义如下:
## 打包部署
-推荐
[streampark-flink-quickstart](https://github.com/apache/incubator-streampark-quickstart/tree/dev/quickstart-flink)
里的打包模式,直接运行`maven package`即可生成一个标准的StreamPark推荐的项目包,解包后目录结构如下
+推荐
[streampark-flink-quickstart](https://github.com/apache/streampark-quickstart/tree/dev/quickstart-flink)
里的打包模式,直接运行`maven package`即可生成一个标准的StreamPark推荐的项目包,解包后目录结构如下
``` text
.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/3.quickstart.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/3.quickstart.md
index ac9e89a3..6b3f5141 100755
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/3.quickstart.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/framework/3.quickstart.md
@@ -10,7 +10,7 @@ sidebar_position: 3
`streampark-quickstart` 是 StreamPark 开发 Flink 的上手示例程序,具体请查阅:
-- Github:
[https://github.com/apache/incubator-streampark-quickstart.git](https://github.com/apache/incubator-streampark-quickstart)
+- Github:
[https://github.com/apache/streampark-quickstart.git](https://github.com/apache/streampark-quickstart)
### 部署 DataStream 任务
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
index e67d6c67..3079d722 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
@@ -96,7 +96,7 @@ docker-compose up -d
## 基于源码构建镜像进行Apache StreamPark™部署
```shell
-git clone https://github.com/apache/incubator-streampark.git
+git clone https://github.com/apache/streampark.git
cd incubator-streampark/docker
vim docker-compose.yaml
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/2.LDAP.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/2.LDAP.md
index 2d4a83bf..7831c7ff 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/2.LDAP.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/2.LDAP.md
@@ -22,7 +22,7 @@ LDAP统一认证服务用来解决以上的问题。
### 1.官网下载二进制安装包
-https://github.com/apache/incubator-streampark/releases
+https://github.com/apache/streampark/releases
### 2.增加LDAP配置
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/6.project.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/6.project.md
index daee0629..a124d59f 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/6.project.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/6.project.md
@@ -33,7 +33,7 @@ Apache Flink 和 Apache Spark 都提供了基于 Java 代码来开发作业的
- Build Argument: (可选) 项目的构建参数
这里的构建参数就是 maven 的标准参数,比如要指定 profile 为 dev,那这里就是 -Pdev,其他参数以此内推。
-- POM: (可选) 需要构建的目标模块的 pom.xml 文件位置,如当前 [StreamPark
Quickstart](https://github.com/apache/incubator-streampark-quickstart) 项目目录结构如下:
+- POM: (可选) 需要构建的目标模块的 pom.xml 文件位置,如当前 [StreamPark
Quickstart](https://github.com/apache/streampark-quickstart) 项目目录结构如下:

diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/k8s/1.flink-on-k8s.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/k8s/1.flink-on-k8s.md
index 270a9745..512d4cbe 100755
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/k8s/1.flink-on-k8s.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/platform/k8s/1.flink-on-k8s.md
@@ -9,7 +9,7 @@ StreamPark Flink Kubernetes 基于 [Flink Native
Kubernetes](https://ci.apache.o
* Native-Kubernetes Application
* Native-Kubernetes Session
-单个 StreamPark 实例当前只支持单个 Kubernetes 集群,如果您有多 Kubernetes 支持的诉求,欢迎提交相关的 [Fearure
Request Issue](https://github.com/apache/incubator-streampark/issues) : )
+单个 StreamPark 实例当前只支持单个 Kubernetes 集群,如果您有多 Kubernetes 支持的诉求,欢迎提交相关的 [Fearure
Request Issue](https://github.com/apache/streampark/issues) : )
<br></br>
diff --git a/src/components/BannerTitle/index.tsx
b/src/components/BannerTitle/index.tsx
index bb63b206..b7d359b4 100644
--- a/src/components/BannerTitle/index.tsx
+++ b/src/components/BannerTitle/index.tsx
@@ -16,9 +16,6 @@ export default function BannerTitle({
>
<h1 className="mt-10 text-2xl xs:text-xl md:text-4xl lg:text-6xl
font-bold relative inline-block text-black dark:text-white">
Apache StreamPark™
- <span className="project-badge absolute text-xs right-[1.5em]
md:right-[2em] lg:right-[3em] -top-5 lg:text-sm px-3 leading-5 bg-blue-100
text-blue-800 rounded-full rounded-bl-none font-medium">
- Incubating
- </span>
</h1>
<p className="lg:text-base mt-6 text-slate-600 text-center max-w-3xl
mx-auto dark:text-slate-400">
{subTitle}
diff --git a/src/components/Button/GitHub.tsx b/src/components/Button/GitHub.tsx
index 3e07ff64..13b7692b 100644
--- a/src/components/Button/GitHub.tsx
+++ b/src/components/Button/GitHub.tsx
@@ -10,7 +10,7 @@ interface ButtonProps {
export default function Index(props: ButtonProps) {
return (
<a
- href="https://github.com/apache/incubator-streampark"
+ href="https://github.com/apache/streampark"
className="text-white font-semibold h-10 px-6 rounded-lg text-center
flex-center bg-slate-900 hover:bg-slate-700 focus:outline-none focus:ring-2
focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 sm:w-auto
dark:bg-black dark:highlight-white/20 dark:hover:bg-gray-900 hover:no-underline
cursor-pointer"
>
{props.children}
diff --git a/src/components/Development/languages.json
b/src/components/Development/languages.json
index 014e1076..aa3367fb 100644
--- a/src/components/Development/languages.json
+++ b/src/components/Development/languages.json
@@ -30,12 +30,12 @@
{
"title": "流批一体",
"icon": "lni-shuffle",
- "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
+ "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
},
{
"title": "一站式解决方案",
"icon": "lni-display-alt",
- "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
+ "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
}
],
"development": [
diff --git a/src/components/TrustedUsers/languages.json
b/src/components/TrustedUsers/languages.json
index 689ffa13..f8474849 100644
--- a/src/components/TrustedUsers/languages.json
+++ b/src/components/TrustedUsers/languages.json
@@ -30,12 +30,12 @@
{
"title": "流批一体",
"icon": "lni-shuffle",
- "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
+ "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
},
{
"title": "一站式解决方案",
"icon": "lni-display-alt",
- "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
+ "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
}
],
"development": [
diff --git a/src/js/sysConfig.js b/src/js/sysConfig.js
index feab52d1..534973ea 100644
--- a/src/js/sysConfig.js
+++ b/src/js/sysConfig.js
@@ -1,9 +1,9 @@
const systemConfiguration={
github:{
- "projectUrl":"https://github.com/apache/incubator-streampark",
-
"projectReleaseUrl":"https://github.com/apache/incubator-streampark/releases",
-
"projectIssueUrl":"https://github.com/apache/incubator-streampark/issues",
- "projectPrUrl":"https://github.com/apache/incubator-streampark/pulls",
+ "projectUrl":"https://github.com/apache/streampark",
+ "projectReleaseUrl":"https://github.com/apache/streampark/releases",
+ "projectIssueUrl":"https://github.com/apache/streampark/issues",
+ "projectPrUrl":"https://github.com/apache/streampark/pulls",
},
}
export default systemConfiguration
diff --git a/src/pages/_home/hero.jsx b/src/pages/_home/hero.jsx
index da650c5b..75a2cfed 100644
--- a/src/pages/_home/hero.jsx
+++ b/src/pages/_home/hero.jsx
@@ -39,11 +39,6 @@ export default function () {
className="d-flex flex-column align-items-center"
style={{ width: 'max-content' }}
>
- <div className="text-right" style={{ width: '100%' }}>
- <span className="badge incubating fs-6 tag">
- Incubating
- </span>
- </div>
<span className="project_title">
Apache StreamPark<span className="tm">™</span>
</span>
@@ -57,7 +52,7 @@ export default function () {
<div>
<a
className="btn streampark-btn btn mt-30 ztop"
- href="https://github.com/apache/incubator-streampark"
+ href="https://github.com/apache/streampark"
target="_blank"
>
<i className="lni-github-original"></i> GitHub
diff --git a/src/pages/_home/index.less b/src/pages/_home/index.less
index c6c5263c..e3514469 100644
--- a/src/pages/_home/index.less
+++ b/src/pages/_home/index.less
@@ -665,20 +665,6 @@
}
}
- .incubating {
- background-color: rgba(66, 144, 245, 0.15);
- padding: 0.25em 0.7em;
- color: #084696;
- font-weight: 400;
- &:hover {
- background-color: rgba(66, 144, 245, 0.25);
- }
-
- padding: 0.25em 0.7em;
- color: #084696;
- font-weight: 400;
- }
-
.article-title {
color: var(--ifm-color-primary-contrast-foreground);
}
@@ -691,16 +677,6 @@
--bg-color: #141618;
--secondary-bg-color: #1a1b1c;
- .incubating {
- background-color: hsla(0, 0%, 100%, 0.15);
-
- &:hover {
- background-color: hsla(0, 0%, 100%, 0.25);
- }
-
- color: #fff;
- }
-
.feature-children {
background-color: #282828;
border: 1px solid #333;
diff --git a/src/pages/_home/languages.json b/src/pages/_home/languages.json
index 689ffa13..f8474849 100644
--- a/src/pages/_home/languages.json
+++ b/src/pages/_home/languages.json
@@ -30,12 +30,12 @@
{
"title": "流批一体",
"icon": "lni-shuffle",
- "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
+ "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
},
{
"title": "一站式解决方案",
"icon": "lni-display-alt",
- "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
+ "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
}
],
"development": [
diff --git a/src/pages/download/index.jsx b/src/pages/download/index.jsx
index 23a7d594..f3936e9c 100644
--- a/src/pages/download/index.jsx
+++ b/src/pages/download/index.jsx
@@ -19,9 +19,9 @@ export default function () {
<h2 className="fs-4 mb-4 fw-bold">{dataSource.download}</h2>
<div>
<span> {dataSource.downloadDesc1}</span>
- <li>apache-streampark_<span style={{color: 'red'}}>2.11</span>-<span
style={{color: 'blue'}}>2.1.5</span>-incubating-bin.tar.gz
+ <li>apache-streampark_<span style={{color: 'red'}}>2.11</span>-<span
style={{color: 'blue'}}>2.1.5</span>-bin.tar.gz
</li>
- <li>apache-streampark_<span style={{color: 'red'}}>2.12</span>-<span
style={{color: 'blue'}}>2.1.5</span>-incubating-bin.tar.gz
+ <li>apache-streampark_<span style={{color: 'red'}}>2.12</span>-<span
style={{color: 'blue'}}>2.1.5</span>-bin.tar.gz
</li>
<span>{dataSource.downloadDesc2}</span>
</div>
diff --git a/src/pages/download/languages.json
b/src/pages/download/languages.json
index 3c524841..49f050f0 100644
--- a/src/pages/download/languages.json
+++ b/src/pages/download/languages.json
@@ -1,7 +1,7 @@
{
"zh-CN": {
- "download": "下载 Apache StreamPark (incubating)",
- "downloadDesc1": "Apache StreamPark 支持 Scala 2.11 和 2.12
两个版本,提供的二进制安装包文件名规则是:apache-streampark_${scala.version}-${streampark.version}-incubating-bin.tar.gz,如:",
+ "download": "下载 Apache StreamPark",
+ "downloadDesc1": "Apache StreamPark 支持 Scala 2.11 和 2.12
两个版本,提供的二进制安装包文件名规则是:apache-streampark_${scala.version}-${streampark.version}-bin.tar.gz,如:",
"downloadDesc2": "这里的 2.11/2.12 为 StreamPark 适配 Scala 的版本,2.1.4 则为
StreamPark 的版本,下载哪个文件,取决于用户的 Apache Flink/Spark 的 Scala 版本, 下载和 Apache
Flink/Spark 的 Scala 版本匹配的 StreamPark 安装包即可。",
"latestVersion": "最新版本",
"archived": "所有存档的版本",
@@ -25,8 +25,8 @@
"verifyStep3": "你需要下载发布文件和该文件的 .sha512 文件。然后通过以下命令进行验证:"
},
"en": {
- "download": "Download Apache StreamPark (incubating)",
- "downloadDesc1": "The Apache StreamPark supports Scala 2.11 and 2.12. The
dist file name rule is:
apache-streampark_${scala.version}-${streampark.version}-incubating-bin.tar.gz,e.g:",
+ "download": "Download Apache StreamPark",
+ "downloadDesc1": "The Apache StreamPark supports Scala 2.11 and 2.12. The
dist file name rule is:
apache-streampark_${scala.version}-${streampark.version}-bin.tar.gz,e.g:",
"downloadDesc2": "The 2.11/2.12 is a version of StreamPark adapted to
Scala, the 2.1.5 is a version of StreamPark. Download which one depends on the
user's Scala version of Apache Flink/Spark, users need to download the file of
StreamPark that matches the Scala version of Apache Flink/Spark.",
"latestVersion": "The latest release",
"archived": "All archived releases",
diff --git a/src/pages/download/release-note/2.0.0.md
b/src/pages/download/release-note/2.0.0.md
index 1bacb245..25318d7a 100644
--- a/src/pages/download/release-note/2.0.0.md
+++ b/src/pages/download/release-note/2.0.0.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.0.0 is the first Apache version since
StreamPark joined the ASF incubator. In this version, many new features have
been added, and many bugs have been fixed. It is important for the stability
and functionality of the entire product this
+Apache StreamPark 2.0.0 is the first Apache version since StreamPark joined
the ASF incubator. In this version, many new features have been added, and many
bugs have been fixed. It is important for the stability and functionality of
the entire product this
A very big improvement, as follows:
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.0.md
b/src/pages/download/release-note/2.1.0.md
index be4af92a..5a0b3efd 100644
--- a/src/pages/download/release-note/2.1.0.md
+++ b/src/pages/download/release-note/2.1.0.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.0 is an important upgrade version. In this
current version, we have upgraded many dependencies version to address
vulnerabilities and risks, support Flink 1.17. Numerous improvements have been
incorporated, and many bugs have been fixed. Stability and security have been
further improved.
+Apache StreamPark 2.1.0 is an important upgrade version. In this current
version, we have upgraded many dependencies version to address vulnerabilities
and risks, support Flink 1.17. Numerous improvements have been incorporated,
and many bugs have been fixed. Stability and security have been further
improved.
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.1.md
b/src/pages/download/release-note/2.1.1.md
index 40489612..d9b253d7 100644
--- a/src/pages/download/release-note/2.1.1.md
+++ b/src/pages/download/release-note/2.1.1.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.1 is a bug fix version, which fixes some
major bugs affecting the production environment.
+Apache StreamPark 2.1.1 is a bug fix version, which fixes some major bugs
affecting the production environment.
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.2.md
b/src/pages/download/release-note/2.1.2.md
index 8524fcf9..1c79ec0a 100644
--- a/src/pages/download/release-note/2.1.2.md
+++ b/src/pages/download/release-note/2.1.2.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.2 is a bug fix version, which fixes some
major bugs affecting the production environment and add some features.
+Apache StreamPark 2.1.2 is a bug fix version, which fixes some major bugs
affecting the production environment and add some features.
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.3.md
b/src/pages/download/release-note/2.1.3.md
index ec9aecad..926511e2 100644
--- a/src/pages/download/release-note/2.1.3.md
+++ b/src/pages/download/release-note/2.1.3.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.3 is a bug-fix release that addresses some
CVEs and all known historical bugs. It is a relatively stable version, and
users are recommended to upgrade.
+Apache StreamPark 2.1.3 is a bug-fix release that addresses some CVEs and all
known historical bugs. It is a relatively stable version, and users are
recommended to upgrade.
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.4.md
b/src/pages/download/release-note/2.1.4.md
index bd00741f..bd22af91 100644
--- a/src/pages/download/release-note/2.1.4.md
+++ b/src/pages/download/release-note/2.1.4.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.4 is a bug-fix release that addresses some
security and all known historical bugs and supports flink 1.19. It is a
relatively stable version, and users are recommended to upgrade.
+Apache StreamPark 2.1.4 is a bug-fix release that addresses some security and
all known historical bugs and supports flink 1.19. It is a relatively stable
version, and users are recommended to upgrade.
<div style={{height: '30px'}}></div>
diff --git a/src/pages/download/release-note/2.1.5.md
b/src/pages/download/release-note/2.1.5.md
index 63e3129d..0b5a99f4 100644
--- a/src/pages/download/release-note/2.1.5.md
+++ b/src/pages/download/release-note/2.1.5.md
@@ -3,7 +3,7 @@
<div style={{height: '30px'}}></div>
-Apache StreamPark (incubating) 2.1.5 introduces new features, important
improvements, and bug fixes, including support for Flink 1.20. This release
significantly enhances the stability and user experience of the platform. Users
are recommended to upgrade.
+Apache StreamPark 2.1.5 introduces new features, important improvements, and
bug fixes, including support for Flink 1.20. This release significantly
enhances the stability and user experience of the platform. Users are
recommended to upgrade.
<div style={{height: '30px'}}></div>
@@ -44,4 +44,4 @@ Apache StreamPark (incubating) 2.1.5 introduces new features,
important improvem
- @lintingbin made their first contribution in #3931
- @lizh501 made their first contribution in #4007
-**Full Changelog**:
https://github.com/apache/incubator-streampark/compare/v2.1.4...v2.1.5
+**Full Changelog**:
https://github.com/apache/streampark/compare/v2.1.4...v2.1.5
diff --git a/src/pages/download/table.jsx b/src/pages/download/table.jsx
index 60a0e3e3..16cd08b2 100644
--- a/src/pages/download/table.jsx
+++ b/src/pages/download/table.jsx
@@ -20,7 +20,7 @@ export default function (props) {
.concat(version)
.concat('/apache-streampark-')
.concat(version)
- .concat('-incubating-src.tar.gz')
+ .concat('-src.tar.gz')
.concat('?action=download')
}
@@ -32,7 +32,7 @@ export default function (props) {
.concat(scala)
.concat('-')
.concat(version)
- .concat('-incubating-bin.tar.gz')
+ .concat('-bin.tar.gz')
.concat('?action=download')
}
@@ -41,7 +41,7 @@ export default function (props) {
return prefix.concat(version)
.concat('/apache-streampark-')
.concat(version)
- .concat('-incubating-src.tar.gz')
+ .concat('-src.tar.gz')
.concat(suffix)
}
@@ -53,7 +53,7 @@ export default function (props) {
.concat(scala)
.concat('-')
.concat(version)
- .concat('-incubating-bin.tar.gz')
+ .concat('-bin.tar.gz')
.concat(suffix)
}
@@ -72,12 +72,12 @@ export default function (props) {
sha512: getSourceSigs(version, '.sha512')
},
binary: [{
- name: 'apache-streampark_2.12-' + version + '-incubating-bin.tar.gz',
+ name: 'apache-streampark_2.12-' + version + '-bin.tar.gz',
url: getBinaryLink('2.12', version),
signature: getBinarySigs('2.12', version, '.asc'),
sha512: getBinarySigs('2.12', version, '.sha512')
}, {
- name: 'apache-streampark_2.11-' + version + '-incubating-bin.tar.gz',
+ name: 'apache-streampark_2.11-' + version + '-bin.tar.gz',
url: getBinaryLink('2.11', version),
signature: getBinarySigs('2.11', version, '.asc'),
sha512: getBinarySigs('2.11', version, '.sha512')
diff --git a/src/pages/home/languages.json b/src/pages/home/languages.json
index 014e1076..aa3367fb 100644
--- a/src/pages/home/languages.json
+++ b/src/pages/home/languages.json
@@ -30,12 +30,12 @@
{
"title": "流批一体",
"icon": "lni-shuffle",
- "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
+ "details": "Apache StreamPark™ 同时支持 Apache Flink® & Apache
Spark™,无缝支持流式处理和批处理,连接互通,创造无限可能。"
},
{
"title": "一站式解决方案",
"icon": "lni-display-alt",
- "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
+ "details": "Apache StreamPark™
为流处理作业提供全生命周期支持,从开发到部署,集等众多功能于一身,是一站式流处理平台。"
}
],
"development": [
diff --git a/src/pages/team/index.jsx b/src/pages/team/index.jsx
index 066e5750..8d2fc4aa 100644
--- a/src/pages/team/index.jsx
+++ b/src/pages/team/index.jsx
@@ -37,40 +37,14 @@ export default function () {
<h3 className="fs-2 mb-4 fw-bold text-center">StreamPark Team</h3>
<hr className="divider my-4 mx-auto" style={{ maxWidth: "10rem"
}}></hr>
<p className="team_desc team_indent">{dataSource.info.desc}</p>
- <h3 className="team_title">
- Mentor
- <span className="desc">{dataSource.info.tip}</span>
- </h3>
- <div className="team-group">
- {
- dataSource.mentor.map((item, i) => (
- <div className='team-box my-3' key={i} data-aos="fade-up"
data-aos-delay={i * 100}>
- <div className="hover-top-in text-center" >
- <div className="team-user overflow-hidden z-10
position-relative px-5 d-flex justify-content-center">
- <img className="team-user-img"
src={avatarUrl(item.githubId)} title="" alt="" />
- </div>
- <div className="position-relative bg-team text-center
hover-top--in">
- <h6 className="font-weight-bold team-name
mb-1">{item.name}</h6>
- <small>{getGitName(item.gitUrl)}</small>
- <div className="pt-2">
- <a className="icon-sm team-link" href={item.gitUrl}>
- <Github className="github-icon" />
- </a>
- </div>
- </div>
- </div>
- </div>
- ))
- }
- </div>
<h3 className="team_title">
- PPMC
+ PMC
<span className="desc">{dataSource.info.tip}</span>
</h3>
<div className="team-group">
{
- dataSource.PPMC.map((item, i) => (
+ dataSource.PMC.map((item, i) => (
<div className='team-box my-3' key={i} data-aos="fade-up"
data-aos-delay={i * 100}>
<div className="hover-top-in text-center" >
<div className="team-user overflow-hidden z-10
position-relative px-5 d-flex justify-content-center">
diff --git a/src/pages/team/languages.json b/src/pages/team/languages.json
index 384ac5ac..56c22a49 100644
--- a/src/pages/team/languages.json
+++ b/src/pages/team/languages.json
@@ -5,34 +5,17 @@
"tip": "(排名不分先后)",
"contributors": "感谢所有为 StreamPark 做出贡献的贡献者们!"
},
- "mentor" : [
+ "PMC": [
{
- "githubId": "18818196",
- "gitUrl": "https://github.com/tisonkun",
- "name": "tison"
- },
- {
- "githubId": "219644",
- "gitUrl": "https://github.com/WillemJiang",
- "name": "Willem Ning Jiang"
+ "githubId": "19602424",
+ "gitUrl": "https://github.com/macksonmu",
+ "name": "Chunjin Mu"
},
{
"githubId": "4958168",
"gitUrl": "https://github.com/Apache9",
"name": "Duo Zhang"
},
- {
- "githubId": "1727146",
- "gitUrl": "https://github.com/StephanEwen",
- "name": "Stephan Ewen"
- },
- {
- "githubId": "263695",
- "gitUrl": "https://github.com/tweise",
- "name": "Thomas Weise"
- }
- ],
- "PPMC": [
{
"githubId": "13284744",
"gitUrl": "https://github.com/wolfboys",
@@ -43,20 +26,15 @@
"gitUrl": "https://github.com/Al-assad",
"name": "Linying Yu"
},
- {
- "githubId": "60029759",
- "gitUrl": "https://github.com/MonsterChenzhuo",
- "name": "Zhuoyu Chen"
- },
{
"githubId":"5511181",
"gitUrl":"https://github.com/GuoNingNing",
"name":"Ning Guo"
},
{
- "githubId": "7881241",
- "gitUrl": "https://github.com/xinzhuxiansheng",
- "name": "Yang Zhou"
+ "githubId": "45427129",
+ "gitUrl": "https://github.com/monrg",
+ "name": "Qingrong Wang"
},
{
"githubId": "29084491",
@@ -64,19 +42,29 @@
"name": "Shaokang Lv"
},
{
- "githubId": "45427129",
- "gitUrl": "https://github.com/monrg",
- "name": "Qingrong Wang"
+ "githubId": "39726513",
+ "gitUrl": "https://github.com/wangsizhu0504",
+ "name": "Sizhu Wang"
},
{
- "githubId": "19602424",
- "gitUrl": "https://github.com/macksonmu",
- "name": "Chunjin Mu"
+ "githubId": "18818196",
+ "gitUrl": "https://github.com/tisonkun",
+ "name": "tison"
},
{
- "githubId": "39726513",
- "gitUrl": "https://github.com/wangsizhu0504",
- "name": "Sizhu Wang"
+ "githubId": "219644",
+ "gitUrl": "https://github.com/WillemJiang",
+ "name": "Willem Ning Jiang"
+ },
+ {
+ "githubId": "7881241",
+ "gitUrl": "https://github.com/xinzhuxiansheng",
+ "name": "Yang Zhou"
+ },
+ {
+ "githubId": "60029759",
+ "gitUrl": "https://github.com/MonsterChenzhuo",
+ "name": "Zhuoyu Chen"
}
],
"committer" : [
@@ -128,34 +116,17 @@
"tip": "(In no particular order)",
"contributors": "Thanks all the contributors who already contributed to
StreamPark!"
},
- "mentor" : [
+ "PMC": [
{
- "githubId": "18818196",
- "gitUrl": "https://github.com/tisonkun",
- "name": "tison"
- },
- {
- "githubId": "219644",
- "gitUrl": "https://github.com/WillemJiang",
- "name": "Willem Ning Jiang"
+ "githubId": "19602424",
+ "gitUrl": "https://github.com/macksonmu",
+ "name": "Chunjin Mu"
},
{
"githubId": "4958168",
"gitUrl": "https://github.com/Apache9",
"name": "Duo Zhang"
},
- {
- "githubId": "1727146",
- "gitUrl": "https://github.com/StephanEwen",
- "name": "Stephan Ewen"
- },
- {
- "githubId": "263695",
- "gitUrl": "https://github.com/tweise",
- "name": "Thomas Weise"
- }
- ],
- "PPMC": [
{
"githubId": "13284744",
"gitUrl": "https://github.com/wolfboys",
@@ -166,20 +137,15 @@
"gitUrl": "https://github.com/Al-assad",
"name": "Linying Yu"
},
- {
- "githubId": "60029759",
- "gitUrl": "https://github.com/MonsterChenzhuo",
- "name": "Zhuoyu Chen"
- },
{
"githubId":"5511181",
"gitUrl":"https://github.com/GuoNingNing",
"name":"Ning Guo"
},
{
- "githubId": "7881241",
- "gitUrl": "https://github.com/xinzhuxiansheng",
- "name": "Yang Zhou"
+ "githubId": "45427129",
+ "gitUrl": "https://github.com/monrg",
+ "name": "Qingrong Wang"
},
{
"githubId": "29084491",
@@ -187,19 +153,29 @@
"name": "Shaokang Lv"
},
{
- "githubId": "45427129",
- "gitUrl": "https://github.com/monrg",
- "name": "Qingrong Wang"
+ "githubId": "39726513",
+ "gitUrl": "https://github.com/wangsizhu0504",
+ "name": "Sizhu Wang"
},
{
- "githubId": "19602424",
- "gitUrl": "https://github.com/macksonmu",
- "name": "Chunjin Mu"
+ "githubId": "18818196",
+ "gitUrl": "https://github.com/tisonkun",
+ "name": "tison"
},
{
- "githubId": "39726513",
- "gitUrl": "https://github.com/wangsizhu0504",
- "name": "Sizhu Wang"
+ "githubId": "219644",
+ "gitUrl": "https://github.com/WillemJiang",
+ "name": "Willem Ning Jiang"
+ },
+ {
+ "githubId": "7881241",
+ "gitUrl": "https://github.com/xinzhuxiansheng",
+ "name": "Yang Zhou"
+ },
+ {
+ "githubId": "60029759",
+ "gitUrl": "https://github.com/MonsterChenzhuo",
+ "name": "Zhuoyu Chen"
}
],
"committer" : [
diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx
index 75767a1b..a9aed24f 100644
--- a/src/pages/user/index.tsx
+++ b/src/pages/user/index.tsx
@@ -97,7 +97,7 @@ function BrandCard({ img, aosDelay }: BrandCardProps) {
onMouseLeave={handleMouseLevel}
>
<a
-
href={'https://github.com/apache/incubator-streampark/issues/163#issuecomment-'.concat(
+
href={'https://github.com/apache/streampark/issues/163#issuecomment-'.concat(
img.linkid,
)}
target="_blank"
diff --git a/src/pages/user/languages.json b/src/pages/user/languages.json
index 28230cb8..7c75aaa5 100644
--- a/src/pages/user/languages.json
+++ b/src/pages/user/languages.json
@@ -2,13 +2,13 @@
"zh-CN": {
"common": {
"ourUsers": "我们的用户",
- "tip":"诸多公司和组织将 StreamPark 用于研究、生产和商业产品中<br/> 如果您也在使用 ? <a
href=\"https://github.com/apache/incubator-streampark/issues/163\"
target=\"_blank\" rel=\"noopener\"><u>可以在这里添加</u></a>"
+ "tip":"诸多公司和组织将 StreamPark 用于研究、生产和商业产品中<br/> 如果您也在使用 ? <a
href=\"https://github.com/apache/streampark/issues/163\" target=\"_blank\"
rel=\"noopener\"><u>可以在这里添加</u></a>"
}
},
"en": {
"common": {
"ourUsers": "Our Users",
- "tip":"Various companies and organizations use StreamPark for
research, production and commercial products.<br/> Are you using this project ?
<a href=\"https://github.com/apache/incubator-streampark/issues/163\"
target=\"_blank\" rel=\"noopener\"><u>you can add your company</u></a>"
+ "tip":"Various companies and organizations use StreamPark for
research, production and commercial products.<br/> Are you using this project ?
<a href=\"https://github.com/apache/streampark/issues/163\" target=\"_blank\"
rel=\"noopener\"><u>you can add your company</u></a>"
}
}
}
diff --git a/src/theme/NavbarItem/CustomGithubStar/index.tsx
b/src/theme/NavbarItem/CustomGithubStar/index.tsx
index 96d65be2..5bb71d13 100644
--- a/src/theme/NavbarItem/CustomGithubStar/index.tsx
+++ b/src/theme/NavbarItem/CustomGithubStar/index.tsx
@@ -10,7 +10,7 @@ export default function CustomGithubStar(): JSX.Element {
return (
<a
key='github-stars-nav'
- href='https://github.com/apache/incubator-streampark'
+ href='https://github.com/apache/streampark'
target='_blank'
className={styles.githubStars}>
<div className={styles.githubStarsContainer}>