This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.12 by this push:
new 236c319 [website] modify download links & remove some links' suffix
`_EN`(branch-0.12) (#3574)
236c319 is described below
commit 236c31914f2631f8ac634e0e2062b71c26bbd8be
Author: hffariel <[email protected]>
AuthorDate: Fri May 15 14:04:01 2020 +0800
[website] modify download links & remove some links' suffix
`_EN`(branch-0.12) (#3574)
modify download links & remove document links' suffix `_EN`
---
.../alter-table/alter-table-bitmap-index.md | 18 +++++++--------
docs/en/community/verify-apache-release.md | 24 +++++++++----------
docs/en/downloads/downloads.md | 14 +++++------
docs/zh-CN/community/verify-apache-release.md | 27 +++++++++++-----------
docs/zh-CN/downloads/downloads.md | 10 ++++----
5 files changed, 46 insertions(+), 47 deletions(-)
diff --git
a/docs/en/administrator-guide/alter-table/alter-table-bitmap-index.md
b/docs/en/administrator-guide/alter-table/alter-table-bitmap-index.md
index 25d6b1f..0917dd5 100644
--- a/docs/en/administrator-guide/alter-table/alter-table-bitmap-index.md
+++ b/docs/en/administrator-guide/alter-table/alter-table-bitmap-index.md
@@ -33,32 +33,32 @@ This document focuses on how to create an index job, as
well as some considerati
## Basic Principles
Creating and droping index is essentially a schema change job. For details,
please refer to
-[Schema Change](alter-table-schema-change_EN.html)。
+[Schema Change](alter-table-schema-change.html)。
## Syntax
There are two forms of index creation and modification related syntax, one is
integrated with alter table statement, and the other is using separate
create/drop index syntax
1. Create Index
- Please refer to [CREATE
INDEX](../../sql-reference/sql-statements/Data%20Definition/CREATE%20INDEX_EN.html)
- or [ALTER
TABLE](../../sql-reference/sql-statements/Data%20Definition/ALTER%20TABLE_EN.html),
- You can also specify a bitmap index when creating a table,Please refer to
[CREATE
TABLE](../../sql-reference/sql-statements/Data%20Definition/CREATE%20TABLE_EN.html)
+ Please refer to [CREATE
INDEX](../../sql-reference/sql-statements/Data%20Definition/CREATE%20INDEX.html)
+ or [ALTER
TABLE](../../sql-reference/sql-statements/Data%20Definition/ALTER%20TABLE.html),
+ You can also specify a bitmap index when creating a table,Please refer to
[CREATE
TABLE](../../sql-reference/sql-statements/Data%20Definition/CREATE%20TABLE.html)
2. Show Index
- Please refer to [SHOW
INDEX](../../sql-reference/sql-statements/Administration/SHOW%20INDEX_EN.html)
+ Please refer to [SHOW
INDEX](../../sql-reference/sql-statements/Administration/SHOW%20INDEX.html)
3. Drop Index
- Please refer to [DROP
INDEX](../../sql-reference/sql-statements/Data%20Definition/DROP%20INDEX_EN.html)
or [ALTER
TABLE](../../sql-reference/sql-statements/Data%20Definition/ALTER%20TABLE_EN.html)
+ Please refer to [DROP
INDEX](../../sql-reference/sql-statements/Data%20Definition/DROP%20INDEX.html)
or [ALTER
TABLE](../../sql-reference/sql-statements/Data%20Definition/ALTER%20TABLE.html)
## Create Job
-Please refer to [Scheam Change](alter-table-schema-change_EN.html)
+Please refer to [Scheam Change](alter-table-schema-change.html)
## View Job
-Please refer to [Scheam Change](alter-table-schema-change_EN.html)
+Please refer to [Scheam Change](alter-table-schema-change.html)
## Cancel Job
-Please refer to [Scheam Change](alter-table-schema-change_EN.html)
+Please refer to [Scheam Change](alter-table-schema-change.html)
## Notice
* Currently only index of bitmap type is supported.
diff --git a/docs/en/community/verify-apache-release.md
b/docs/en/community/verify-apache-release.md
index 2556638..f473b1a 100644
--- a/docs/en/community/verify-apache-release.md
+++ b/docs/en/community/verify-apache-release.md
@@ -41,21 +41,21 @@ To verify the release, following checklist can used to
reference:
Download all artifacts, take a.b.c-incubating as an example:
-```
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz
+``` shell
+wget
https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.sha512
+wget
https://www.apache.org/dist/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.sha512
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.asc
+wget
https://www.apache.org/dist/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.asc
-wget https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+wget https://www.apache.org/dist/incubator/doris/KEYS
```
## 2. Verify signature and hash
GnuPG is recommended, which can install by yum install gnupg or apt-get
install gnupg.
-```
+``` shell
gpg --import KEYS
gpg --verify apache-doris-a.b.c-incubating-src.tar.gz.asc
apache-doris-a.b.c-incubating-src.tar.gz
sha512sum --check apache-doris-a.b.c-incubating-src.tar.gz.sha512
@@ -65,18 +65,18 @@ sha512sum --check
apache-doris-a.b.c-incubating-src.tar.gz.sha512
Apache RAT is recommended to verify license headder, which can dowload as
following command.
-```
-wget
http://mirrors.tuna.tsinghua.edu.cn/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
-tar zxvf apache -rat -0.12 -bin.tar.gz
+``` shell
+wget
http://mirrors.tuna.tsinghua.edu.cn/apache/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz
+tar zxvf apache -rat -0.13 -bin.tar.gz
```
Given your source dir is apache-doris-a.b.c-incubating-src, you can check with
following command.
It will output a file list which don't include ASF license header, and these
files used other licenses.
-```
-/usr/java/jdk/bin/java -jar apache-rat-0.12/apache-rat-0.12.jar -a -d
apache-doris-a.b.c-incubating-src -E
apache-doris-a.b.c-incubating-src/.rat-excudes
+``` shell
+/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d
apache-doris-a.b.c-incubating-src -E
apache-doris-a.b.c-incubating-src/.rat-excudes
```
## 4. Verify building
-To compile the Doris, please read
[Compilation](../installing/compilation_EN.html)
+To compile the Doris, please read [Compilation](../installing/compilation.html)
diff --git a/docs/en/downloads/downloads.md b/docs/en/downloads/downloads.md
index ef88868..2eccd20 100644
--- a/docs/en/downloads/downloads.md
+++ b/docs/en/downloads/downloads.md
@@ -7,14 +7,14 @@
# Downloads
-You can download source code from following links, then compile and install
Doirs.
+You can download source code from following links, then compile and install
Doris.
| Version | Release Date | Download Source from Mirror |
|---|---|---|
-| 0.11.0 | 2019-11-29 |
[Source](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512))
|
-| 0.10.0 | 2019-07-02 |
[Source](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.sha512))
|
-| 0.9.0 | 2019-02-18 |
[Source](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512))
|
-
-To verify the downloaded files, please read [Verify Apache
Release](../community/verify-apache-release_EN.html).
+| 0.11.0 | 2019-11-29 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512))
|
+| 0.10.0 | 2019-07-02 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.sha512))
|
+| 0.9.0 | 2019-02-18 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512))
|
-After verification, please read
[Compilation](../installing/compilation_EN.html) and [Installation and
deployment](../installing/install-deploy_EN.html) to compile and install Doris.
+To verify the downloaded files, please read [Verify Apache
Release](../community/verify-apache-release.html) and using these
[KEYS](https://www.apache.org/dist/incubator/doris/KEYS).
+
+After verification, please read [Compilation](../installing/compilation.html)
and [Installation and deployment](../installing/install-deploy.html) to compile
and install Doris.
diff --git a/docs/zh-CN/community/verify-apache-release.md
b/docs/zh-CN/community/verify-apache-release.md
index 3797328..a390795 100644
--- a/docs/zh-CN/community/verify-apache-release.md
+++ b/docs/zh-CN/community/verify-apache-release.md
@@ -41,26 +41,26 @@ under the License.
下载所有相关文件, 以 a.b.c-incubating 为示例:
-```
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz
+``` shell
+wget
https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.sha512
+wget
https://www.apache.org/dist/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.sha512
-wget
https://dist.apache.org/repos/dist/dev/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.asc
+wget
https://www.apache.org/dist/incubator/doris/a.b.c-incubating/apache-doris-a.b.c-incubating-src.tar.gz.asc
-wget https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+wget https://www.apache.org/dist/incubator/doris/KEYS
```
## 2. 检查签名和校验值
推荐使用 GunPG,可以通过以下命令安装:
-```
+``` shell
CentOS: yum install gnupg
Ubuntu: apt-get install gnupg
```
-```
+``` shell
gpg --import KEYS
gpg --verify apache-doris-a.b.c-incubating-src.tar.gz.asc
apache-doris-a.b.c-incubating-src.tar.gz
sha512sum --check apache-doris-a.b.c-incubating-src.tar.gz.sha512
@@ -68,21 +68,20 @@ sha512sum --check
apache-doris-a.b.c-incubating-src.tar.gz.sha512
## 3. 验证源码协议头
-推荐使用 Apache RAT 验证源码协议,可以从一下连接下载:
+推荐使用 Apache RAT 验证源码协议,可以从以下链接下载:
-```
-wget
http://mirrors.tuna.tsinghua.edu.cn/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
-tar zxvf apache-rat-0.12-bin.tar.gz
+``` shell
+wget
http://mirrors.tuna.tsinghua.edu.cn/apache/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz
+tar zxvf apache -rat -0.13 -bin.tar.gz
```
假设源码目录名称为 apache-doris-a.b.c-incubating-src,可以使用以下命令进行验证。
这个命令会产生一个文件,其中列举了所有非 ASF 协议的文件。
-```
-/usr/java/jdk/bin/java -jar apache-rat-0.12/apache-rat-0.12.jar -a -d
apache-doris-a.b.c-incubating-src -E
apache-doris-a.b.c-incubating-src/.rat-excudes
+``` shell
+/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d
apache-doris-a.b.c-incubating-src -E
apache-doris-a.b.c-incubating-src/.rat-excudes
```
## 4. 验证编译
详细的编译步骤,请参阅 [编译文档](../installing/compilation.html)
-
diff --git a/docs/zh-CN/downloads/downloads.md
b/docs/zh-CN/downloads/downloads.md
index 8448b9d..9d370d8 100644
--- a/docs/zh-CN/downloads/downloads.md
+++ b/docs/zh-CN/downloads/downloads.md
@@ -11,10 +11,10 @@
| 版本 | 发布日期 | 从镜像网站下载 |
|---|---|---|
-| 0.11.0 | 2019-11-29 |
[Source](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512))
|
-| 0.10.0 | 2019-07-02 |
[Source](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.sha512))
|
-| 0.9.0 | 2019-02-18 |
[Source](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz)
([Signature](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)
[SHA512](https://downloads.apache.org/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512))
|
-
-关于如何校验下载文件,请参阅 [校验下载文件](../community/verify-apache-release.html)。
+| 0.11.0 | 2019-11-29 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512))
|
+| 0.10.0 | 2019-07-02 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.10.0-incubating/apache-doris-0.10.0-incubating-src.tar.gz.sha512))
|
+| 0.9.0 | 2019-02-18 |
[Source](https://www.apache.org/dyn/closer.cgi?path=/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz)
([Signature](https://www.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)
[SHA512](https://www.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512))
|
+
+关于如何校验下载文件,请参阅
[校验下载文件](../community/verify-apache-release.html),并使用这些[KEYS](https://www.apache.org/dist/incubator/doris/KEYS)。
校验完成后,可以参阅 [编译文档](../installing/compilation.html) 以及
[安装与部署文档](../installing/install-deploy.html) 进行 Doris 的编译、安装与部署。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]