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 539204ebb51 [doc]modify error description about clickhouse (#831)
539204ebb51 is described below

commit 539204ebb51a7a580f0490f8e6c373c250431698
Author: ZhenchaoXu <49646212+i...@users.noreply.github.com>
AuthorDate: Mon Jul 8 21:13:52 2024 +0800

    [doc]modify error description about clickhouse (#831)
---
 .../import/migrate-data-from-other-olap.md             |   4 ++--
 .../import/migrate-data-from-other-olap.md             |   6 +++---
 .../import/migrate-data-from-other-olap.md             |   6 +++---
 .../import/migrate-data-from-other-olap.md             |   6 +++---
 static/images/x2doris-core-features.png                | Bin 243730 -> 0 bytes
 .../import/migrate-data-from-other-olap.md             |   4 ++--
 .../import/migrate-data-from-other-olap.md             |   4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/data-operate/import/migrate-data-from-other-olap.md 
b/docs/data-operate/import/migrate-data-from-other-olap.md
index 8a2a866a9ee..1a54eb939b0 100644
--- a/docs/data-operate/import/migrate-data-from-other-olap.md
+++ b/docs/data-operate/import/migrate-data-from-other-olap.md
@@ -38,7 +38,7 @@ In addition to the above methods, 
[VeloDB](https://www.velodb.io), the commercia
 
 ### Support multiple data sources
 
-As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
ClickHouse, StarRocks, and Apache Doris itself as data source. What's more, 
there are more data sources such as Greenplum and Druid that are under 
development and will be released subsequently. Among them, the Hive version 
already supports Hive 1.x and 2.x, while Doris, StarRocks, Kudu, and other data 
sources also support multiple different versions.
+As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
StarRocks, and Apache Doris itself as data source. What's more, there are more 
data sources such as Greenplum and Druid that are under development and will be 
released subsequently. Among them, the Hive version already supports Hive 1.x 
and 2.x, while Doris, StarRocks, Kudu, and other data sources also support 
multiple different versions.
 
 Now, X2Doris is supported migrating data to Apache Doris and VeloDB, including 
VeloDB Cloud and VeloDB Enterprise. With X2Doris, users can build a complete 
database migration link from other OLAP systems to Apache Doris, and can also 
achieve data backup and recovery between different Doris clusters.
 
@@ -46,7 +46,7 @@ Now, X2Doris is supported migrating data to Apache Doris and 
VeloDB, including V
 
 ### Auto table creation
 
-One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive 
or ClickHouse, and it would be extremely inefficient and impractical for users 
to manually create tables and convert corresponding DDL statements.
+One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive, 
and it would be extremely inefficient and impractical for users to manually 
create tables and convert corresponding DDL statements.
 
 X2Doris has been adapted for this scenario. Taking Hive table migration as an 
example, when migrating Hive tables, X2Doris automatically creates Duplicate 
Key model tables (which can also be manually modified) in Apache Doris and 
reads the metadata information of Hive tables. It automatically identifies 
partition fields based on field names and types, and if partitions are 
detected, it prompts for partition mapping. Finally, it directly generates the 
corresponding Doris target table DDL.
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/migrate-data-from-other-olap.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/migrate-data-from-other-olap.md
index 9e207965f84..c631c8a8056 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/migrate-data-from-other-olap.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/migrate-data-from-other-olap.md
@@ -41,16 +41,16 @@ X2Doris 是 SelectDB 开发的,专门用于将各种离线数据迁移到 Apac
 
 ### 多源支持
 
-定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、ClickHouse、StarRocks 以及 
Apache Doris 自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 
1.x 和 2.x 版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
+定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、StarRocks 以及 Apache Doris 
自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 1.x 和 2.x 
版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
 
 目标端已支持 Apache Doris 和 SelectDB,包含 SelectDB Cloud 和 SelectDB Enterprise。基于 
X2Doris 用户可以构建从其他 OLAP 系统到 Apache Doris 的整库迁移链路,并可以实现不同 Doris 集群间的数据备份和恢复。
 
 
-![X2Doris 核心特性](/images/x2doris-core-features.png)
+![X2Doris 核心特性](/images/x2doris.jpg)
 
 ### 自动建表
 
-数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 或 
ClickHouse 中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
+数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 
中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
 
 X2Doris 为此场景做了适配,在此以 Hive 表迁移为例。在迁移 Hive 表的时候,X2Doris 会在 Apache Doris 中自动创建 
Duplicate Key 模型表(也可手动修改)并读取 Hive 
表的元数据信息,通过字段名和字段类型自动识别分区字段,如果识别到分区则会提示进行分区映射,最后会直接生成对应的 Doris 目标表 DDL。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
index 9e207965f84..c631c8a8056 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
@@ -41,16 +41,16 @@ X2Doris 是 SelectDB 开发的,专门用于将各种离线数据迁移到 Apac
 
 ### 多源支持
 
-定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、ClickHouse、StarRocks 以及 
Apache Doris 自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 
1.x 和 2.x 版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
+定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、StarRocks 以及 Apache Doris 
自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 1.x 和 2.x 
版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
 
 目标端已支持 Apache Doris 和 SelectDB,包含 SelectDB Cloud 和 SelectDB Enterprise。基于 
X2Doris 用户可以构建从其他 OLAP 系统到 Apache Doris 的整库迁移链路,并可以实现不同 Doris 集群间的数据备份和恢复。
 
 
-![X2Doris 核心特性](/images/x2doris-core-features.png)
+![X2Doris 核心特性](/images/x2doris.jpg)
 
 ### 自动建表
 
-数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 或 
ClickHouse 中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
+数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 
中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
 
 X2Doris 为此场景做了适配,在此以 Hive 表迁移为例。在迁移 Hive 表的时候,X2Doris 会在 Apache Doris 中自动创建 
Duplicate Key 模型表(也可手动修改)并读取 Hive 
表的元数据信息,通过字段名和字段类型自动识别分区字段,如果识别到分区则会提示进行分区映射,最后会直接生成对应的 Doris 目标表 DDL。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
index 9e207965f84..c631c8a8056 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
@@ -41,16 +41,16 @@ X2Doris 是 SelectDB 开发的,专门用于将各种离线数据迁移到 Apac
 
 ### 多源支持
 
-定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、ClickHouse、StarRocks 以及 
Apache Doris 自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 
1.x 和 2.x 版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
+定位于一站式数据迁移工具,X2Doris 目前已支持了 Apache Hive、Apache Kudu、StarRocks 以及 Apache Doris 
自身作为数据源端,Greenplum、Druid 等更多数据源正在开发中,后续将陆续发布。其中 Hive 版本已支持 Hive 1.x 和 2.x 
版本,Doris、StarRocks、Kudu 等数据源也同时支持了多个不同版本。
 
 目标端已支持 Apache Doris 和 SelectDB,包含 SelectDB Cloud 和 SelectDB Enterprise。基于 
X2Doris 用户可以构建从其他 OLAP 系统到 Apache Doris 的整库迁移链路,并可以实现不同 Doris 集群间的数据备份和恢复。
 
 
-![X2Doris 核心特性](/images/x2doris-core-features.png)
+![X2Doris 核心特性](/images/x2doris.jpg)
 
 ### 自动建表
 
-数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 或 
ClickHouse 中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
+数据迁移中最大的痛点,首当其冲的是如何将待迁移的源表在 Apache Doris 中创建对应的目标表。在实际业务场景中,存储在 Hive 
中动辄上千张表,让用户手动创建目标表并转换对应的 DDL 语句效率显得过于低下,不具备实际操作可能性。
 
 X2Doris 为此场景做了适配,在此以 Hive 表迁移为例。在迁移 Hive 表的时候,X2Doris 会在 Apache Doris 中自动创建 
Duplicate Key 模型表(也可手动修改)并读取 Hive 
表的元数据信息,通过字段名和字段类型自动识别分区字段,如果识别到分区则会提示进行分区映射,最后会直接生成对应的 Doris 目标表 DDL。
 
diff --git a/static/images/x2doris-core-features.png 
b/static/images/x2doris-core-features.png
deleted file mode 100644
index d13f301062f..00000000000
Binary files a/static/images/x2doris-core-features.png and /dev/null differ
diff --git 
a/versioned_docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
 
b/versioned_docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
index 81f70c50429..4fcecbf4086 100644
--- 
a/versioned_docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
+++ 
b/versioned_docs/version-2.0/data-operate/import/migrate-data-from-other-olap.md
@@ -38,7 +38,7 @@ In addition to the above methods, 
[VeloDB](https://www.velodb.io), the commercia
 
 ### Support multiple data sources
 
-As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
ClickHouse, StarRocks, and Apache Doris itself as data source. What's more, 
there are more data sources such as Greenplum and Druid that are under 
development and will be released subsequently. Among them, the Hive version 
already supports Hive 1.x and 2.x, while Doris, StarRocks, Kudu, and other data 
sources also support multiple different versions.
+As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
StarRocks, and Apache Doris itself as data source. What's more, there are more 
data sources such as Greenplum and Druid that are under development and will be 
released subsequently. Among them, the Hive version already supports Hive 1.x 
and 2.x, while Doris, StarRocks, Kudu, and other data sources also support 
multiple different versions.
 
 Now, X2Doris is supported migrating data to Apache Doris and VeloDB, including 
VeloDB Cloud and VeloDB Enterprise. With X2Doris, users can build a complete 
database migration link from other OLAP systems to Apache Doris, and can also 
achieve data backup and recovery between different Doris clusters.
 
@@ -46,7 +46,7 @@ Now, X2Doris is supported migrating data to Apache Doris and 
VeloDB, including V
 
 ### Auto table creation
 
-One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive 
or ClickHouse, and it would be extremely inefficient and impractical for users 
to manually create tables and convert corresponding DDL statements.
+One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive, 
and it would be extremely inefficient and impractical for users to manually 
create tables and convert corresponding DDL statements.
 
 X2Doris has been adapted for this scenario. Taking Hive table migration as an 
example, when migrating Hive tables, X2Doris automatically creates Duplicate 
Key model tables (which can also be manually modified) in Apache Doris and 
reads the metadata information of Hive tables. It automatically identifies 
partition fields based on field names and types, and if partitions are 
detected, it prompts for partition mapping. Finally, it directly generates the 
corresponding Doris target table DDL.
 
diff --git 
a/versioned_docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
 
b/versioned_docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
index 8a2a866a9ee..1a54eb939b0 100644
--- 
a/versioned_docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
+++ 
b/versioned_docs/version-2.1/data-operate/import/migrate-data-from-other-olap.md
@@ -38,7 +38,7 @@ In addition to the above methods, 
[VeloDB](https://www.velodb.io), the commercia
 
 ### Support multiple data sources
 
-As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
ClickHouse, StarRocks, and Apache Doris itself as data source. What's more, 
there are more data sources such as Greenplum and Druid that are under 
development and will be released subsequently. Among them, the Hive version 
already supports Hive 1.x and 2.x, while Doris, StarRocks, Kudu, and other data 
sources also support multiple different versions.
+As a one-stop data migration tool, X2Doris supports Apache Hive, Apache Kudu, 
StarRocks, and Apache Doris itself as data source. What's more, there are more 
data sources such as Greenplum and Druid that are under development and will be 
released subsequently. Among them, the Hive version already supports Hive 1.x 
and 2.x, while Doris, StarRocks, Kudu, and other data sources also support 
multiple different versions.
 
 Now, X2Doris is supported migrating data to Apache Doris and VeloDB, including 
VeloDB Cloud and VeloDB Enterprise. With X2Doris, users can build a complete 
database migration link from other OLAP systems to Apache Doris, and can also 
achieve data backup and recovery between different Doris clusters.
 
@@ -46,7 +46,7 @@ Now, X2Doris is supported migrating data to Apache Doris and 
VeloDB, including V
 
 ### Auto table creation
 
-One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive 
or ClickHouse, and it would be extremely inefficient and impractical for users 
to manually create tables and convert corresponding DDL statements.
+One of the biggest challenges in data migration is how to create corresponding 
target tables in Apache Doris for the source tables that need to be migrated. 
In real business scenarios, there are often thousands of tables stored in Hive, 
and it would be extremely inefficient and impractical for users to manually 
create tables and convert corresponding DDL statements.
 
 X2Doris has been adapted for this scenario. Taking Hive table migration as an 
example, when migrating Hive tables, X2Doris automatically creates Duplicate 
Key model tables (which can also be manually modified) in Apache Doris and 
reads the metadata information of Hive tables. It automatically identifies 
partition fields based on field names and types, and if partitions are 
detected, it prompts for partition mapping. Finally, it directly generates the 
corresponding Doris target table DDL.
 


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

Reply via email to