You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/06/07 06:49:04 UTC

[doris-website] branch master updated: update donwlaod (#237)

This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f752c5e12a4 update donwlaod (#237)
f752c5e12a4 is described below

commit f752c5e12a4774698c60a65ff1647df297f4c3a4
Author: wangyongfeng <94...@qq.com>
AuthorDate: Wed Jun 7 14:48:59 2023 +0800

    update donwlaod (#237)
    
    Co-authored-by: wangyf0555 <wa...@flywheels.com>
---
 i18n/zh-CN/code.json          |   6 +-
 src/constant/download.data.ts | 143 +++++++++++++--------------------
 src/pages/download/index.scss |   3 +
 src/pages/download/index.tsx  | 178 +++++++++++++-----------------------------
 4 files changed, 115 insertions(+), 215 deletions(-)

diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index f8095fd3ade..c1c974627df 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -787,5 +787,9 @@
   "user.case-description": {
     "message": "There are more than 1,000 companies worldwide leveraging Apache Doris to build their unified data analytical database. Some of them are listed below:",
     "description": "There are more than 1,000 companies worldwide leveraging Apache Doris to build their unified\n                            data analytical database. Some of them are listed below:"
+  },
+  "download.version": {
+    "message": "版本",
+    "description": "Binary Version"
   }
-}
+}
\ No newline at end of file
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 0fc189e7032..4e867d1a9a2 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -8,12 +8,12 @@ interface item {
 }
 export interface DownloadLinkProps {
     id: string;
-    sh?: string;
+    sh?: item;
     items: item[];
 }
 
 const APACHE_LINK = 'https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=';
-const APACHE_DOWNLOAD_LINK = 'https://downloads.apache.org/'
+const APACHE_DOWNLOAD_LINK = 'https://downloads.apache.org/';
 const CHINA_MIRROR_LINK = 'https://mirrors.tuna.tsinghua.edu.cn/apache/';
 
 const FLINK_CONNECTOR_LINK = 'https://dist.apache.org/repos/dist/release/';
@@ -26,133 +26,100 @@ const ALL_RELEASE_LINK = 'https://archive.apache.org/dist/';
 // There is no mirror site for archieve in China, so use same link.
 const CHINA_ALL_RELEASE_MIRROR_LINK = 'https://archive.apache.org/dist/';
 
+const ORIGIN = 'https://apache-doris-releases.oss-accelerate.aliyuncs.com/';
+
+const APACHE_ARCHIVE = 'https://archive.apache.org/dist/';
+
 export function getAllDownloadLinks(locale: string) {
     const sources = locale.toLocaleUpperCase() === 'EN' ? APACHE_LINK : CHINA_MIRROR_LINK;
     const shSource = locale.toLocaleUpperCase() === 'EN' ? 'apache' : 'tsinghua';
     return [
         {
             id: '2.0.0-alpha1-intel-avx2-jdk8',
-            sh: `https://doris.apache.org/download-scripts/2.0.0-alpha1/download_x64_${shSource}.sh`,
-            items: [
-                {
-                    label: 'apache-doris-fe-2.0.0-alpha1-bin-x86_64.tar.xz',
-                    links: {
-                        source: `${sources}doris/2.0/2.0.0-alpha1/apache-doris-fe-2.0.0-alpha1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-fe-2.0.0-alpha1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-fe-2.0.0-alpha1-bin-x86_64.tar.xz.sha512`,
-                    },
-                },
-                {
-                    label: 'apache-doris-be-2.0.0-alpha1-bin-x86_64.tar.xz',
-                    links: {
-                        source: `${sources}doris/2.0/2.0.0-alpha1/apache-doris-be-2.0.0-alpha1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-be-2.0.0-alpha1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-be-2.0.0-alpha1-bin-x86_64.tar.xz.sha512`,
-                    },
+            sh: {
+                label: 'apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz',
+                links: {
+                    source: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz`,
+                    signature: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz.asc`,
+                    sha512: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz.sha512`,
                 },
+            },
+            items: [
                 {
-                    label: 'apache-doris-dependencies-2.0.0-alpha1-bin-x86_64.tar.xz',
+                    label: 'apache-doris-2.0.0-alpha1-src.tar.gz',
                     links: {
-                        source: `${sources}doris/2.0/2.0.0-alpha1/apache-doris-dependencies-2.0.0-alpha1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-dependencies-2.0.0-alpha1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/2.0/2.0.0-alpha1/apache-doris-dependencies-2.0.0-alpha1-bin-x86_64.tar.xz.sha512`,
+                        source: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz`,
+                        signature: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz.asc`,
+                        sha512: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz.sha512`,
                     },
                 },
             ],
         },
         {
             id: '1.2.4.1-intel-avx2-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.4.1/download_x64_${shSource}.sh`,
-            items: [
-                {
-                    label: 'apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz.sha512`,
-                    },
-                },
-                {
-                    label: 'apache-doris-be-1.2.4.1-bin-x86_64.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64.tar.xz.sha512`,
-                    },
+            sh: {
+                label: 'apache-doris-1.2.4.1-bin-x86_64.tar.xz',
+                links: {
+                    source: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64.tar.xz`,
+                    signature: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64.tar.xz.asc`,
+                    sha512: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64.tar.xz.sha512`,
                 },
+            },
+            items: [
                 {
-                    label: 'apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz',
+                    label: 'apache-doris-1.2.4.1-src.tar.gz',
                     links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz.sha512`,
+                        source: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz`,
+                        signature: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.asc`,
+                        sha512: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.sha512`,
                     },
                 },
             ],
         },
         {
             id: '1.2.4.1-intel-noavx2-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.4.1/download_x64_noavx2_${shSource}.sh`,
-            items: [
-                {
-                    label: 'apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-x86_64.tar.xz.sha512`,
-                    },
-                },
-                {
-                    label: 'apache-doris-be-1.2.4.1-bin-x86_64-noavx2.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64-noavx2.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64-noavx2.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-x86_64-noavx2.tar.xz.sha512`,
-                    },
+            sh: {
+                label: 'apache-doris-1.2.4.1-bin-x86_64-noavx2.tar.xz',
+                links: {
+                    source: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64-noavx2.tar.xz`,
+                    signature: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64-noavx2.tar.xz.asc`,
+                    sha512: `${ORIGIN}apache-doris-1.2.4.1-bin-x86_64-noavx2.tar.xz.sha512`,
                 },
+            },
+            items: [
                 {
-                    label: 'apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz',
+                    label: 'apache-doris-1.2.4.1-src.tar.gz',
                     links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-x86_64.tar.xz.sha512`,
+                        source: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz`,
+                        signature: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.asc`,
+                        sha512: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.sha512`,
                     },
                 },
             ],
         },
         {
             id: '1.2.4.1-arm-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.4.1/download_arm_${shSource}.sh`,
-            items: [
-                {
-                    label: 'apache-doris-fe-1.2.4.1-bin-arm.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-arm.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-arm.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-fe-1.2.4.1-bin-arm.tar.xz.sha512`,
-                    },
-                },
-                {
-                    label: 'apache-doris-be-1.2.4.1-bin-arm.tar.xz',
-                    links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-arm.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-arm.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-be-1.2.4.1-bin-arm.tar.xz.sha512`,
-                    },
+            sh: {
+                label: 'apache-doris-1.2.4.1-bin-arm.tar.xz',
+                links: {
+                    source: `${ORIGIN}apache-doris-1.2.4.1-bin-aarch64.tar.xz`,
+                    signature: `${ORIGIN}apache-doris-1.2.4.1-bin-aarch64.tar.xz.asc`,
+                    sha512: `${ORIGIN}apache-doris-1.2.4.1-bin-aarch64.tar.xz.sha512`,
                 },
+            },
+            items: [
                 {
-                    label: 'apache-doris-dependencies-1.2.4.1-bin-arm.tar.xz',
+                    label: 'apache-doris-1.2.4.1-src.tar.gz',
                     links: {
-                        source: `${sources}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-arm.tar.xz`,
-                        signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-arm.tar.xz.asc`,
-                        sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.4.1-rc01/apache-doris-dependencies-1.2.4.1-bin-arm.tar.xz.sha512`,
+                        source: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz`,
+                        signature: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.asc`,
+                        sha512: `${APACHE_ARCHIVE}doris/1.2/1.2.4.1-rc01/apache-doris-1.2.4.1-src.tar.gz.sha512`,
                     },
                 },
             ],
         },
         {
             id: '1.2.3-intel-avx2-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.3/download_x64_${shSource}.sh`,
             items: [
                 {
                     label: 'apache-doris-fe-1.2.3-bin-x86_64.tar.xz',
@@ -182,7 +149,6 @@ export function getAllDownloadLinks(locale: string) {
         },
         {
             id: '1.2.3-intel-noavx2-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.3/download_x64_noavx2_${shSource}.sh`,
             items: [
                 {
                     label: 'apache-doris-fe-1.2.3-bin-x86_64.tar.xz',
@@ -212,7 +178,6 @@ export function getAllDownloadLinks(locale: string) {
         },
         {
             id: '1.2.3-arm-jdk8',
-            sh: `https://doris.apache.org/download-scripts/1.2.3/download_arm_${shSource}.sh`,
             items: [
                 {
                     label: 'apache-doris-fe-1.2.3-bin-arm.tar.xz',
diff --git a/src/pages/download/index.scss b/src/pages/download/index.scss
index 8657b52c661..d74074d1932 100644
--- a/src/pages/download/index.scss
+++ b/src/pages/download/index.scss
@@ -139,6 +139,9 @@
                 font-size: var(--global-font-size-smaller);
                 font-weight: 600;
                 color: #556986;
+                a {
+                    margin: 0 0.3125rem;
+                }
             }
             .notice-dir {
                 display: flex;
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index f398c309499..d8c1191244c 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -138,8 +138,8 @@ export default function Download(): JSX.Element {
                     <div className="download-box">
                         <div className="download-type">
                             <label>
-                                <Translate id="download.binary.version" description="Binary Version">
-                                    Binary Version
+                                <Translate id="download.version" description="Binary Version">
+                                    Version
                                 </Translate>
                             </label>
                             <div className="tabs-radio">
@@ -214,8 +214,8 @@ export default function Download(): JSX.Element {
                                     >
                                         <span>
                                             {currentLocale === 'zh-CN'
-                                                ? 'Download All-in-one (推荐)'
-                                                : 'Download All-in-one (Recommended)'}
+                                                ? '二进制下载 (推荐)'
+                                                : 'Binary Download (Recommended)'}
                                         </span>
                                     </div>
 
@@ -225,9 +225,7 @@ export default function Download(): JSX.Element {
                                             checked: downloadWay === 'download',
                                         })}
                                     >
-                                        <Translate id="download.download.link" description="Download">
-                                            Download
-                                        </Translate>
+                                        <span>{currentLocale === 'zh-CN' ? '源码下载' : 'Download'}</span>
                                     </div>
                                 </div>
                             </div>
@@ -246,63 +244,60 @@ export default function Download(): JSX.Element {
                                     show: downloadWay === 'all-in-one',
                                 })}
                             >
-                                <div>
-                                    <CodeBlock language="xml" title="">
-                                        {`curl ${current && current?.sh} | sh`}
-                                    </CodeBlock>
-                                </div>
-                                <div className="tips">
-                                    <div className="title">
-                                        <Translate id="Notice">Notice</Translate>
-                                        {currentLocale === 'zh-CN' ? ':' : ':'}
-                                    </div>
-                                    {currentLocale === 'zh-CN' ? (
-                                        <div>
-                                            <div className="notice-text">
-                                                推荐使用下载脚本一键下载所有二进制文件包(仅适用于 Linux 平台)。
-                                            </div>
-                                            <div className="notice-text">下载后的目录结构如下:</div>
-                                            <div className="notice-text">
-                                                <div>{`apache-doris-<version>-bin/`}</div>
-                                                <div className="notice-dir ">
-                                                    <span className="notice-dir-name md">be</span>
-                                                    <span className="notice-dir-val">Backend</span>
-                                                </div>
-                                                <div className="notice-dir">
-                                                    <span className="notice-dir-name md">fe</span>
-                                                    <span className="notice-dir-val">Frontend</span>
-                                                </div>
-                                                <div className="notice-dir">
-                                                    <span className="notice-dir-name end">dependencies</span>
-                                                    <span className="notice-dir-val">Broker、Audit Plugin</span>
-                                                </div>
+                                {current && current.sh && (
+                                    <div className="tabs-radio">
+                                        <div className="radio">
+                                            <div className="inner" key={current.sh?.label}>
+                                                <Link to={current.sh?.links.source}>{current.sh?.label}</Link>
+                                                <span> ( </span>
+                                                <Link to={current.sh?.links.signature}>asc</Link>,{' '}
+                                                <Link to={current.sh?.links.sha512}>sha512</Link>
+                                                <span> )</span>
                                             </div>
                                         </div>
-                                    ) : (
-                                        <div>
+                                    </div>
+                                )}
+                                {version === VersionEnum.Latest && (
+                                    <div className="tips">
+                                        <div className="title">
+                                            <Translate id="Notice">Notice</Translate>
+                                            {currentLocale === 'zh-CN' ? ':' : ':'}
+                                        </div>
+                                        {currentLocale === 'zh-CN' ? (
                                             <div className="notice-text">
-                                                Download(All-in-one) is recommended(For Linux platform ONLY) to use. It
-                                                will download all packages automatically.
+                                                详细升级注意事项请参考
+                                                <Link to="/docs/dev/releasenotes/release-2.0.0Alpha1">
+                                                    2.0.0 Alpha1 Release Note
+                                                </Link>
+                                                以及
+                                                <Link to="/docs/dev/install/standard-deployment">
+                                                    <Translate id="Installation and deployment">
+                                                        Installation and deployment
+                                                    </Translate>
+                                                </Link>
+                                                以及
+                                                <Link to="/docs/dev/admin-manual/cluster-management/upgrade">
+                                                    <Translate id="Cluster Upgrade">Cluster Upgrade</Translate>
+                                                </Link>
+                                                手册。
                                             </div>
-                                            <div className="notice-text">The result will be like:</div>
+                                        ) : (
                                             <div className="notice-text">
-                                                <div>{`apache-doris-<version>-bin/`}</div>
-                                                <div className="notice-dir ">
-                                                    <span className="notice-dir-name md">be</span>
-                                                    <span className="notice-dir-val">Backend</span>
-                                                </div>
-                                                <div className="notice-dir">
-                                                    <span className="notice-dir-name md">fe</span>
-                                                    <span className="notice-dir-val">Frontend</span>
-                                                </div>
-                                                <div className="notice-dir">
-                                                    <span className="notice-dir-name end">dependencies</span>
-                                                    <span className="notice-dir-val">Broker、Audit Plugin</span>
-                                                </div>
+                                                For detailed upgrade precautions, please refer to the{' '}
+                                                <Link to="/docs/dev/releasenotes/release-2.0.0Alpha1">
+                                                    2.0.0 Alpha1 Release Note
+                                                </Link>
+                                                and the
+                                                <Link to="/docs/dev/install/standard-deployment">deployment</Link> and
+                                                cluster
+                                                <Link to="/docs/dev/admin-manual/cluster-management/upgrade">
+                                                    upgrade
+                                                </Link>
+                                                manual.
                                             </div>
-                                        </div>
-                                    )}
-                                </div>
+                                        )}
+                                    </div>
+                                )}
                             </div>
                             <div
                                 className={clsx('download-way', {
@@ -322,73 +317,6 @@ export default function Download(): JSX.Element {
                                         ))}
                                     </div>
                                 </div>
-                                <div className="tips">
-                                    <div className="title">
-                                        <Translate id="Notice">Notice</Translate>
-                                        {currentLocale === 'zh-CN' ? ':' : ':'}
-                                    </div>
-                                    <ul>
-                                        {version === VersionEnum.Latest ? (
-                                            <>
-                                                {currentLocale === 'zh-CN' ? (
-                                                    <>
-                                                        <li>
-                                                            由于 Apache 服务器文件大小限制,2.0.0 Alpha1
-                                                            版本的二进制程序被分为三个包,其中新增的
-                                                            apache-doris-dependencies 包含用于支持 JDBC 外表和 JAVA UDF
-                                                            的jar包,以及 Broker 和 AuditLoader。 下载后,需要将其中的
-                                                            java-udf-jar-with-dependencies.jar 放到 be/lib 目录下。
-                                                            详细升级注意事项请参考
-                                                            <Link to="/docs/dev/releasenotes/release-2.0.0Alpha1">
-                                                                2.0.0 Alpha1 Release Note
-                                                            </Link>
-                                                            以及
-                                                            <Link to="/docs/dev/install/standard-deployment">
-                                                                <Translate id="Installation and deployment">
-                                                                    Installation and deployment
-                                                                </Translate>
-                                                            </Link>
-                                                            以及
-                                                            <Link to="/docs/dev/admin-manual/cluster-management/upgrade">
-                                                                <Translate id="Cluster Upgrade">
-                                                                    Cluster Upgrade
-                                                                </Translate>
-                                                            </Link>
-                                                            手册。
-                                                        </li>
-                                                    </>
-                                                ) : (
-                                                    <>
-                                                        <li>
-                                                            Due to the file size limitation of the Apache server, the
-                                                            binary program of version 2.0.0 Alpha1 is divided into three
-                                                            packages, among which the newly added
-                                                            apache-doris-dependencies include jar packages for
-                                                            supporting JDBC appearance and JAVA UDF, as well as Broker
-                                                            and AuditLoader. After downloading, you need to put the
-                                                            java-udf-jar-with-dependencies.jar in the be/lib directory.
-                                                        </li>
-                                                    </>
-                                                )}
-                                            </>
-                                        ) : (
-                                            ''
-                                        )}
-                                        {cpus.some(item => item.value === CPUEnum.IntelNoAvx2) && (
-                                            <li>
-                                                <Translate id="download.quick.download.intr.prefix">
-                                                    If the CPU does not support the avx2 instruction set, select the no
-                                                    avx2 version. You can check whether it is supported by
-                                                </Translate>
-                                                <code>cat /proc/cpuinfo</code>
-                                                <Translate id="download.quick.download.intr.suffix">
-                                                    . The avx2 instruction will improve the computational efficiency of
-                                                    data structures such as bloom filter.
-                                                </Translate>
-                                            </li>
-                                        )}
-                                    </ul>
-                                </div>
                             </div>
                         </div>
                     </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org