This is an automated email from the ASF dual-hosted git repository.
morningman 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 4c04df89378 [hive] add some tips (#913)
4c04df89378 is described below
commit 4c04df89378fb21007562736b2caa12313cac22a
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Jul 29 11:03:01 2024 +0800
[hive] add some tips (#913)
---
docs/admin-manual/audit-plugin.md | 12 ++++++++++++
docs/lakehouse/datalake-analytics/lakesoul.md | 4 ++++
docs/lakehouse/datalake-building/hive-build.md | 10 ++++++++++
.../current/admin-manual/audit-plugin.md | 11 +++++++++++
.../current/lakehouse/datalake-analytics/lakesoul.md | 4 ++++
.../current/lakehouse/datalake-building/hive-build.md | 11 ++++++++++-
.../version-2.1/lakehouse/datalake-building/hive-build.md | 9 +++++++++
.../version-3.0/admin-manual/audit-plugin.md | 11 +++++++++++
.../version-3.0/lakehouse/datalake-analytics/lakesoul.md | 4 ++++
.../version-3.0/lakehouse/datalake-building/hive-build.md | 11 ++++++++++-
.../version-2.1/lakehouse/datalake-building/hive-build.md | 10 ++++++++++
versioned_docs/version-3.0/admin-manual/audit-plugin.md | 12 ++++++++++++
.../version-3.0/lakehouse/datalake-analytics/lakesoul.md | 4 ++++
.../version-3.0/lakehouse/datalake-building/hive-build.md | 10 ++++++++++
14 files changed, 121 insertions(+), 2 deletions(-)
diff --git a/docs/admin-manual/audit-plugin.md
b/docs/admin-manual/audit-plugin.md
index 52b7c2a73be..42e4fe67da6 100644
--- a/docs/admin-manual/audit-plugin.md
+++ b/docs/admin-manual/audit-plugin.md
@@ -66,6 +66,18 @@ The following 3 global variables can control some writing
behaviors of the audit
Can be set via `set global xxx=yyy`.
+FE configurations:
+
+- `skip_audit_user_list` (Since 3.0.1)
+
+ If you do not want certain users' operations to be recorded in the audit
log, you can modify this configuration.
+
+ ```
+ skip_audit_user_list=root
+ -- or
+ skip_audit_user_list=user1,user2
+ ```
+
## Compilation, Configuration and Deployment
### FE Configuration
diff --git a/docs/lakehouse/datalake-analytics/lakesoul.md
b/docs/lakehouse/datalake-analytics/lakesoul.md
index 020862c7777..e1ef833624a 100644
--- a/docs/lakehouse/datalake-analytics/lakesoul.md
+++ b/docs/lakehouse/datalake-analytics/lakesoul.md
@@ -24,6 +24,10 @@ specific language governing permissions and limitations
under the License.
-->
+:::tip
+This is an experimental feature.
+:::
+
## Instructions for use
1. Currently, LakeSoul is supported as a source for read operations.
LakeSoul's primary key table, non-primary key table, and MOR reading are all
supported.
diff --git a/docs/lakehouse/datalake-building/hive-build.md
b/docs/lakehouse/datalake-building/hive-build.md
index 3baa987ca45..b2b461eaaee 100644
--- a/docs/lakehouse/datalake-building/hive-build.md
+++ b/docs/lakehouse/datalake-building/hive-build.md
@@ -32,6 +32,16 @@ This article introduces Hive operations supported in Doris,
including syntax and
This is an experimental feature.
:::
+:::tip
+Before using, please set:
+<br/>
+set global enable_nereids_planner = true;
+
+set global enable_fallback_to_original_planner = false;
+<br/>
+For clusters upgraded from old versions, these variables may change.
+:::
+
## Metadata Creation and Deletion
### Catalog
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/audit-plugin.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/audit-plugin.md
index b18c559dfd6..85eda39dcaf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/audit-plugin.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/audit-plugin.md
@@ -67,6 +67,17 @@ Doris 的审计日志插件是在 FE 的插件框架基础上开发的。是一
可以通过 `set global xxx=yyy` 进行设置。
+FE 配置项:
+
+- `skip_audit_user_list` (自 3.0.1 支持)
+
+ 如果不希望某些用户的操作被审计日志记录,可以通过这个配置修改。
+
+ ```
+ skip_audit_user_list=root
+ -- or
+ skip_audit_user_list=user1,user2
+ ```
## 编译、配置和部署
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
index 2c696681ead..0d14760aef7 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
@@ -24,6 +24,10 @@ specific language governing permissions and limitations
under the License.
-->
+:::tip 备注
+这是一个实验功能。
+:::
+
## 使用须知
1. 目前支持 LakeSoul 作为 Source 的读操作,支持 LakeSoul 的主键表、无主键表,支持 MOR 读取。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
index b860e42032a..23a6b202c26 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
@@ -28,10 +28,19 @@ under the License.
本文介绍在 Apache Doris 中支持的 Hive 操作,语法和使用须知。
-:::tip 备注
+:::tip
这是一个实验功能。
:::
+:::tip
+使用前,请先设置:
+<br />
+set global enable_nereids_planner = true;
+set global enable_fallback_to_original_planner = false;
+<br />
+从老版本升级上来的集群,这些参数可能有变化。
+:::
+
## 元数据创建与删除
### Catalog
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
index 794f3d989ed..b9ad6f99e60 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
@@ -32,6 +32,15 @@ under the License.
这是一个实验功能。
:::
+:::tip
+使用前,请先设置:
+<br />
+set global enable_nereids_planner = true;
+set global enable_fallback_to_original_planner = false;
+<br />
+从老版本升级上来的集群,这些参数可能有变化。
+:::
+
## 元数据创建与删除
### Catalog
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/audit-plugin.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/audit-plugin.md
index b18c559dfd6..85eda39dcaf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/audit-plugin.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/audit-plugin.md
@@ -67,6 +67,17 @@ Doris 的审计日志插件是在 FE 的插件框架基础上开发的。是一
可以通过 `set global xxx=yyy` 进行设置。
+FE 配置项:
+
+- `skip_audit_user_list` (自 3.0.1 支持)
+
+ 如果不希望某些用户的操作被审计日志记录,可以通过这个配置修改。
+
+ ```
+ skip_audit_user_list=root
+ -- or
+ skip_audit_user_list=user1,user2
+ ```
## 编译、配置和部署
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
index 2c696681ead..0d14760aef7 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
@@ -24,6 +24,10 @@ specific language governing permissions and limitations
under the License.
-->
+:::tip 备注
+这是一个实验功能。
+:::
+
## 使用须知
1. 目前支持 LakeSoul 作为 Source 的读操作,支持 LakeSoul 的主键表、无主键表,支持 MOR 读取。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-building/hive-build.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-building/hive-build.md
index b860e42032a..c5d732f042e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-building/hive-build.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-building/hive-build.md
@@ -28,10 +28,19 @@ under the License.
本文介绍在 Apache Doris 中支持的 Hive 操作,语法和使用须知。
-:::tip 备注
+:::tip
这是一个实验功能。
:::
+:::tip
+使用前,请先设置:
+<br/>
+set global enable_nereids_planner = true;
+set global enable_fallback_to_original_planner = false;
+<br/>
+从老版本升级上来的集群,这些参数可能有变化。
+:::
+
## 元数据创建与删除
### Catalog
diff --git
a/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
b/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
index 6866bcae2e5..c33c32ef893 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
@@ -32,6 +32,16 @@ This article introduces Hive operations supported in Doris,
including syntax and
This is an experimental feature.
:::
+:::tip
+Before using, please set:
+<br/>
+set global enable_nereids_planner = true;
+
+set global enable_fallback_to_original_planner = false;
+<br/>
+For clusters upgraded from old versions, these variables may change.
+:::
+
## Metadata Creation and Deletion
### Catalog
diff --git a/versioned_docs/version-3.0/admin-manual/audit-plugin.md
b/versioned_docs/version-3.0/admin-manual/audit-plugin.md
index 52b7c2a73be..42e4fe67da6 100644
--- a/versioned_docs/version-3.0/admin-manual/audit-plugin.md
+++ b/versioned_docs/version-3.0/admin-manual/audit-plugin.md
@@ -66,6 +66,18 @@ The following 3 global variables can control some writing
behaviors of the audit
Can be set via `set global xxx=yyy`.
+FE configurations:
+
+- `skip_audit_user_list` (Since 3.0.1)
+
+ If you do not want certain users' operations to be recorded in the audit
log, you can modify this configuration.
+
+ ```
+ skip_audit_user_list=root
+ -- or
+ skip_audit_user_list=user1,user2
+ ```
+
## Compilation, Configuration and Deployment
### FE Configuration
diff --git
a/versioned_docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
b/versioned_docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
index 020862c7777..e1ef833624a 100644
--- a/versioned_docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
+++ b/versioned_docs/version-3.0/lakehouse/datalake-analytics/lakesoul.md
@@ -24,6 +24,10 @@ specific language governing permissions and limitations
under the License.
-->
+:::tip
+This is an experimental feature.
+:::
+
## Instructions for use
1. Currently, LakeSoul is supported as a source for read operations.
LakeSoul's primary key table, non-primary key table, and MOR reading are all
supported.
diff --git
a/versioned_docs/version-3.0/lakehouse/datalake-building/hive-build.md
b/versioned_docs/version-3.0/lakehouse/datalake-building/hive-build.md
index 3baa987ca45..b2b461eaaee 100644
--- a/versioned_docs/version-3.0/lakehouse/datalake-building/hive-build.md
+++ b/versioned_docs/version-3.0/lakehouse/datalake-building/hive-build.md
@@ -32,6 +32,16 @@ This article introduces Hive operations supported in Doris,
including syntax and
This is an experimental feature.
:::
+:::tip
+Before using, please set:
+<br/>
+set global enable_nereids_planner = true;
+
+set global enable_fallback_to_original_planner = false;
+<br/>
+For clusters upgraded from old versions, these variables may change.
+:::
+
## Metadata Creation and Deletion
### Catalog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]