This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0006bfac79 [DOCS] Update slack invite link due to rate limit on prev
invite link (#6394)
0006bfac79 is described below
commit 0006bfac79150f32f1b54d65370d369ca79a24b7
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Mon Aug 15 02:46:45 2022 +0530
[DOCS] Update slack invite link due to rate limit on prev invite link
(#6394)
---
.../2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md | 2 +-
website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md | 4 ++--
.../2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md | 2 +-
website/community/get-involved.md | 2 +-
website/docs/overview.md | 4 ++--
website/docusaurus.config.js | 4 ++--
website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md | 2 +-
website/i18n/cn/docusaurus-theme-classic/footer.json | 2 +-
website/sidebars.js | 2 +-
website/sidebarsCommunity.js | 2 +-
website/sidebarsContribute.js | 2 +-
website/src/pages/powered-by.md | 2 +-
website/versioned_docs/version-0.10.0/overview.md | 4 ++--
website/versioned_docs/version-0.10.1/overview.md | 4 ++--
website/versioned_docs/version-0.11.0/overview.md | 4 ++--
website/versioned_docs/version-0.11.1/overview.md | 4 ++--
website/versioned_sidebars/version-0.10.0-sidebars.json | 2 +-
website/versioned_sidebars/version-0.10.1-sidebars.json | 2 +-
website/versioned_sidebars/version-0.11.0-sidebars.json | 2 +-
website/versioned_sidebars/version-0.11.1-sidebars.json | 2 +-
website/versioned_sidebars/version-0.9.0-sidebars.json | 2 +-
21 files changed, 28 insertions(+), 28 deletions(-)
diff --git
a/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
b/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
index b8f0021a06..d5aa207d6a 100644
---
a/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
+++
b/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
@@ -50,4 +50,4 @@ All this said, there are still many ways we can improve upon
this foundation.
* While optimistic concurrency control is attractive when serializable
snapshot isolation is desired, it's neither optimal nor the only method for
dealing with concurrency between writers. We plan to implement a fully
lock-free concurrency control using CRDTs and widely adopted stream processing
concepts, over our log [merge
API](https://github.com/apache/hudi/blob/bc8bf043d5512f7afbb9d94882c4e43ee61d6f06/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java#L
[...]
* Touching upon key constraints, Hudi is the only lake transactional layer
that ensures unique [key](https://hudi.apache.org/docs/key_generation)
constraints today, but limited to the record key of the table. We will be
looking to expand this capability in a more general form to non-primary key
fields, with the said newer concurrency models.
-Finally, for data lakes to transform successfully into lakehouses, we must
learn from the failing of the "hadoop warehouse" vision, which shared similar
goals with the new "lakehouse" vision. Designers did not pay closer attention
to the missing technology gaps against warehouses and created unrealistic
expectations from the actual software. As transactions and database
functionality finally goes mainstream on data lakes, we must apply these
lessons and remain candid about the current sh [...]
\ No newline at end of file
+Finally, for data lakes to transform successfully into lakehouses, we must
learn from the failing of the "hadoop warehouse" vision, which shared similar
goals with the new "lakehouse" vision. Designers did not pay closer attention
to the missing technology gaps against warehouses and created unrealistic
expectations from the actual software. As transactions and database
functionality finally goes mainstream on data lakes, we must apply these
lessons and remain candid about the current sh [...]
\ No newline at end of file
diff --git a/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
b/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
index 66d891d3a5..379fb8fbb8 100644
--- a/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
+++ b/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
@@ -13,7 +13,7 @@ As the year came to end, I took some time to reflect on where
we are and what we
**_Community_**
-I want to call out how amazing it is to see such a diverse group of people
step up and contribute to this project. There were over 30,000 interactions
with the [project on github](https://github.com/apache/hudi/), up 2x from last
year. Over the last year 300 people have contributed to the project, with over
3,000 PRs over 5 releases. We moved Apache Hudi from release 0.5.X all the way
to our feature packed 0.10.0 release. Come and join us on our [active slack
channel](https://join.slack. [...]
+I want to call out how amazing it is to see such a diverse group of people
step up and contribute to this project. There were over 30,000 interactions
with the [project on github](https://github.com/apache/hudi/), up 2x from last
year. Over the last year 300 people have contributed to the project, with over
3,000 PRs over 5 releases. We moved Apache Hudi from release 0.5.X all the way
to our feature packed 0.10.0 release. Come and join us on our [active slack
channel](https://join.slack. [...]
<img src="/assets/images/powers/logo-wall.png" alt="drawing" width="600"/>
@@ -29,4 +29,4 @@ Apache Hudi has come a long way in 2021 from v0.5.X to
0.10.0. Throughout this y
2021 may have been our best year so far, but it still feels like we are just
getting started when we look at our new year's resolutions for 2022. In the
year ahead we have bold plans to realize the first cut of our entire vision and
take Hudi 1.0, that includes full-featured multi-modal indexing for faster
writes/queries, pathbreaking lock free concurrency, new server components for
caching/metadata and finally Flink based incremental materialized views! _You
can find our_ [_detailed ro [...]
-I look forward to continued collaboration with the growing Hudi community!
Come join our [_community events_](https://hudi.apache.org/community/syncs)
_and discussions in our_ [_slack
channel_](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)_!
Happy new year 2022!_
\ No newline at end of file
+I look forward to continued collaboration with the growing Hudi community!
Come join our [_community events_](https://hudi.apache.org/community/syncs)
_and discussions in our_ [_slack
channel_](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)_!
Happy new year 2022!_
\ No newline at end of file
diff --git
a/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
b/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
index a352781d09..f234ba4813 100644
---
a/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
+++
b/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
@@ -185,4 +185,4 @@ spark-submit \\
This post introduced the Debezium Source for Hudi Deltastreamer to ingest
Debezium changelogs into Hudi tables. Database data can now be ingested into
data lakes to provide a cost-effective way to store and analyze database data.
-Please follow this [JIRA](https://issues.apache.org/jira/browse/HUDI-1290) to
learn more about active development on this new feature. I look forward to more
contributions and feedback from the community. Come join our [Hudi
Slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
channel or attend one of our [community
events](https://hudi.apache.org/community/syncs) to learn more.
\ No newline at end of file
+Please follow this [JIRA](https://issues.apache.org/jira/browse/HUDI-1290) to
learn more about active development on this new feature. I look forward to more
contributions and feedback from the community. Come join our [Hudi
Slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
channel or attend one of our [community
events](https://hudi.apache.org/community/syncs) to learn more.
\ No newline at end of file
diff --git a/website/community/get-involved.md
b/website/community/get-involved.md
index 7cb8e35406..7247918693 100644
--- a/website/community/get-involved.md
+++ b/website/community/get-involved.md
@@ -14,7 +14,7 @@ There are several ways to get in touch with the Hudi
community.
| For development discussions | Dev Mailing list
([Subscribe](mailto:[email protected]),
[Unsubscribe](mailto:[email protected]),
[Archives](https://lists.apache.org/[email protected])). Empty email
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to
share code/stacktraces on the email. |
| For any general questions, user support | Users Mailing list
([Subscribe](mailto:[email protected]),
[Unsubscribe](mailto:[email protected]),
[Archives](https://lists.apache.org/[email protected])). Empty email
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to
share code/stacktraces on the email. |
| For reporting bugs or issues or discover known issues | Please use [ASF Hudi
JIRA](https://issues.apache.org/jira/projects/HUDI/summary). See
[#here](#accounts) for access
|
-| For quick pings & 1-1 chats | Join our [slack
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q).
In case the link does not work, please leave a comment on this [github
issue](https://github.com/apache/hudi/issues/143) or drop an email to
[email protected] |
+| For quick pings & 1-1 chats | Join our [slack
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w).
In case the link does not work, please leave a comment on this [github
issue](https://github.com/apache/hudi/issues/143) or drop an email to
[email protected] |
| For proposing large features, changes | Start a RFC.
Instructions [here](/contribute/rfc-process).
|
| Join weekly sync-up meeting | Follow instructions
[here](https://cwiki.apache.org/confluence/display/HUDI/Apache+Hudi+Community+Weekly+Sync).
|
| See [#here](#accounts) for wiki access |
|
diff --git a/website/docs/overview.md b/website/docs/overview.md
index 8aee1728b3..e35da8ac03 100644
--- a/website/docs/overview.md
+++ b/website/docs/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get
started.
### Join in on discussions
See all the ways to [engage with the community here](/community/get-involved).
Two most popular methods include:
-- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
- [Hudi mailing list](mailto:[email protected]) - (send any msg
to subscribe)
### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a
lasting impact on the
[contributor guide](/contribute/how-to-contribute) to learn more, and don’t
hesitate to directly reach out to any of the
current committers to learn more.
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
and share!
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 57f705fdb0..187b633301 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -221,7 +221,7 @@ module.exports = {
'aria-label': 'Hudi Twitter Handle',
},
{
- href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q',
+ href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
position: 'right',
className: 'header-slack-link',
'aria-label': 'Hudi Slack Channel',
@@ -327,7 +327,7 @@ module.exports = {
},
{
label: 'Slack',
- href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q',
+ href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
},
{
label: 'GitHub',
diff --git a/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
b/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
index aca9fa393c..3cc3328920 100644
--- a/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
+++ b/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
@@ -15,7 +15,7 @@ There are several ways to get in touch with the Hudi
community.
| For development discussions | Dev Mailing list
([Subscribe](mailto:[email protected]),
[Unsubscribe](mailto:[email protected]),
[Archives](https://lists.apache.org/[email protected])). Empty email
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to
share code/stacktraces on the email. |
| For any general questions, user support | Users Mailing list
([Subscribe](mailto:[email protected]),
[Unsubscribe](mailto:[email protected]),
[Archives](https://lists.apache.org/[email protected])). Empty email
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to
share code/stacktraces on the email. |
| For reporting bugs or issues or discover known issues | Please use [ASF Hudi
JIRA](https://issues.apache.org/jira/projects/HUDI/summary). See
[#here](#accounts) for access |
-| For quick pings & 1-1 chats | Join our [slack
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug).
In case this does not work, please leave a comment on this [github
issue](https://github.com/apache/hudi/issues/143) |
+| For quick pings & 1-1 chats | Join our [slack
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w).
In case this does not work, please leave a comment on this [github
issue](https://github.com/apache/hudi/issues/143) |
| For proposing large features, changes | Start a RFC. Instructions
[here](https://cwiki.apache.org/confluence/display/HUDI/RFC+Process).
| Join weekly sync-up meeting | Follow instructions
[here](https://cwiki.apache.org/confluence/display/HUDI/Apache+Hudi+Community+Weekly+Sync).
|
See [#here](#accounts) for wiki access |
diff --git a/website/i18n/cn/docusaurus-theme-classic/footer.json
b/website/i18n/cn/docusaurus-theme-classic/footer.json
index 98276289c2..bf26d79217 100644
--- a/website/i18n/cn/docusaurus-theme-classic/footer.json
+++ b/website/i18n/cn/docusaurus-theme-classic/footer.json
@@ -29,7 +29,7 @@
},
"link.item.label.Slack": {
"message": "Slack",
- "description": "The label of footer link with label=Slack linking to
https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug"
+ "description": "The label of footer link with label=Slack linking to
https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
},
"link.item.label.GitHub": {
"message": "GitHub",
diff --git a/website/sidebars.js b/website/sidebars.js
index 9606e540c3..3e59bd0260 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -128,7 +128,7 @@ module.exports = {
{
type: 'link',
label: 'Chat with us on Slack',
- href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
+ href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
},
],
};
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index 2ef3ab675c..b26fedaceb 100644
--- a/website/sidebarsCommunity.js
+++ b/website/sidebarsCommunity.js
@@ -18,7 +18,7 @@ module.exports = {
{
type: 'link',
label: 'Join Our Slack',
- href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q',
+ href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
},
],
};
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index 34a05c75eb..455d5b9cde 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsContribute.js
@@ -18,7 +18,7 @@ module.exports = {
{
type: 'link',
label: 'Join our Slack',
- href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
+ href:
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
},
],
};
diff --git a/website/src/pages/powered-by.md b/website/src/pages/powered-by.md
index 4cd862e6d9..8db728ae41 100644
--- a/website/src/pages/powered-by.md
+++ b/website/src/pages/powered-by.md
@@ -8,7 +8,7 @@ last_modified_at: 2019-12-31T15:59:57-04:00
Apache Hudi is a [fast growing diverse
community](https://hudi.apache.org/blog/2022/01/06/apache-hudi-2021-a-year-in-review)
of people and organizations from all around the globe. The following is a
small sample of companies that have adopted or
-contributed to the Apache Hudi community! [Join us on
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug),
+contributed to the Apache Hudi community! [Join us on
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w),
or come to one of our [virtual community
events](https://hudi.apache.org/community/syncs).
<img src="/assets/images/powers/logo-wall.png" alt="drawing"/>
diff --git a/website/versioned_docs/version-0.10.0/overview.md
b/website/versioned_docs/version-0.10.0/overview.md
index 8aee1728b3..e35da8ac03 100644
--- a/website/versioned_docs/version-0.10.0/overview.md
+++ b/website/versioned_docs/version-0.10.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get
started.
### Join in on discussions
See all the ways to [engage with the community here](/community/get-involved).
Two most popular methods include:
-- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
- [Hudi mailing list](mailto:[email protected]) - (send any msg
to subscribe)
### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a
lasting impact on the
[contributor guide](/contribute/how-to-contribute) to learn more, and don’t
hesitate to directly reach out to any of the
current committers to learn more.
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.10.1/overview.md
b/website/versioned_docs/version-0.10.1/overview.md
index 8aee1728b3..e35da8ac03 100644
--- a/website/versioned_docs/version-0.10.1/overview.md
+++ b/website/versioned_docs/version-0.10.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get
started.
### Join in on discussions
See all the ways to [engage with the community here](/community/get-involved).
Two most popular methods include:
-- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
- [Hudi mailing list](mailto:[email protected]) - (send any msg
to subscribe)
### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a
lasting impact on the
[contributor guide](/contribute/how-to-contribute) to learn more, and don’t
hesitate to directly reach out to any of the
current committers to learn more.
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.11.0/overview.md
b/website/versioned_docs/version-0.11.0/overview.md
index 8aee1728b3..e35da8ac03 100644
--- a/website/versioned_docs/version-0.11.0/overview.md
+++ b/website/versioned_docs/version-0.11.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get
started.
### Join in on discussions
See all the ways to [engage with the community here](/community/get-involved).
Two most popular methods include:
-- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
- [Hudi mailing list](mailto:[email protected]) - (send any msg
to subscribe)
### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a
lasting impact on the
[contributor guide](/contribute/how-to-contribute) to learn more, and don’t
hesitate to directly reach out to any of the
current committers to learn more.
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.11.1/overview.md
b/website/versioned_docs/version-0.11.1/overview.md
index 8aee1728b3..e35da8ac03 100644
--- a/website/versioned_docs/version-0.11.1/overview.md
+++ b/website/versioned_docs/version-0.11.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get
started.
### Join in on discussions
See all the ways to [engage with the community here](/community/get-involved).
Two most popular methods include:
-- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+- [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
- [Hudi mailing list](mailto:[email protected]) - (send any msg
to subscribe)
### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a
lasting impact on the
[contributor guide](/contribute/how-to-contribute) to learn more, and don’t
hesitate to directly reach out to any of the
current committers to learn more.
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to
contribute? Join the [Hudi Slack
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
and share!
\ No newline at end of file
diff --git a/website/versioned_sidebars/version-0.10.0-sidebars.json
b/website/versioned_sidebars/version-0.10.0-sidebars.json
index b0afe55fa9..e3fbc8cbc7 100644
--- a/website/versioned_sidebars/version-0.10.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.10.0-sidebars.json
@@ -240,7 +240,7 @@
{
"type": "link",
"label": "Chat with us on Slack",
- "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q"
+ "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
}
]
}
diff --git a/website/versioned_sidebars/version-0.10.1-sidebars.json
b/website/versioned_sidebars/version-0.10.1-sidebars.json
index d71646d514..bbda127292 100644
--- a/website/versioned_sidebars/version-0.10.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.10.1-sidebars.json
@@ -244,7 +244,7 @@
{
"type": "link",
"label": "Chat with us on Slack",
- "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q"
+ "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
}
]
}
diff --git a/website/versioned_sidebars/version-0.11.0-sidebars.json
b/website/versioned_sidebars/version-0.11.0-sidebars.json
index f1c1f615a8..c5c03e63f4 100644
--- a/website/versioned_sidebars/version-0.11.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.11.0-sidebars.json
@@ -114,7 +114,7 @@
{
"type": "link",
"label": "Chat with us on Slack",
- "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q"
+ "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
}
]
}
diff --git a/website/versioned_sidebars/version-0.11.1-sidebars.json
b/website/versioned_sidebars/version-0.11.1-sidebars.json
index db280a6350..585ec2ab9a 100644
--- a/website/versioned_sidebars/version-0.11.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.11.1-sidebars.json
@@ -121,7 +121,7 @@
{
"type": "link",
"label": "Chat with us on Slack",
- "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q"
+ "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
}
]
}
diff --git a/website/versioned_sidebars/version-0.9.0-sidebars.json
b/website/versioned_sidebars/version-0.9.0-sidebars.json
index fb67998041..9c752e3ecc 100644
--- a/website/versioned_sidebars/version-0.9.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.9.0-sidebars.json
@@ -119,7 +119,7 @@
{
"type": "link",
"label": "Chat with us on Slack",
- "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1d5zjsfl3-d_TefVaGyvEe16EANrxz6Q"
+ "href":
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w"
}
]
}