This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
The following commit(s) were added to refs/heads/master by this push:
new 3105af32 Remove reference to Hadoop 3 download
new d16e7d67 Merge pull request #427 from
abhishekagarwal87/abhishekagarwal87-patch-1
3105af32 is described below
commit 3105af320d8313fb92df7e5e3ba4e4e589763c15
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Sat Oct 28 16:10:47 2023 +0530
Remove reference to Hadoop 3 download
---
src/pages/downloads.mdx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx
index d7190bf0..57e72473 100644
--- a/src/pages/downloads.mdx
+++ b/src/pages/downloads.mdx
@@ -23,9 +23,7 @@ import { Releases } from "../../static/js/version";
<li>Release date: {Releases[0].date}</li>
<li>Binary download: <a href={
`https://www.apache.org/dyn/closer.cgi?path=/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-bin.tar.gz`}>apache-druid-{Releases[0].version}-bin.tar.gz</a>
(<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-bin.tar.gz.sha512`}>sha512</a>,
<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-bin.tar.gz.asc`}>pgp</a>)</li>
<li>Source download: <a href={
`https://www.apache.org/dyn/closer.cgi?path=/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-src.tar.gz`}>apache-druid-{Releases[0].version}-bin.tar.gz</a>
(<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-src.tar.gz.sha512`}>sha512</a>,
<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-src.tar.gz.asc`}>pgp</a>)</li>
-<li>Hadoop3 compatible artifacts (use these only if you use Hadoop3 with your
Druid cluster):
- <ul><li>Binary download: <a href={
`https://www.apache.org/dyn/closer.cgi?path=/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-hadoop3-bin.tar.gz`}>apache-druid-{Releases[0].version}-bin.tar.gz</a>
(<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-hadoop3-bin.tar.gz.sha512`}>sha512</a>,
<a href={
`https://www.apache.org/dist/druid/${Releases[0].version}/apache-druid-${Releases[0].version}-hadoop3-bin.tar.gz.asc`}>
[...]
- </li>
+
<li>Release notes: <a href={
`https://github.com/apache/druid/releases/tag/druid-${Releases[0].version}`}>{Releases[0].version}</a></li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]