This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 93060d749aa About the modification of broker load specifying hdfs user
name parameter (#79)
93060d749aa is described below
commit 93060d749aa877df1161f089a0a0bf9f222b83c1
Author: caoliang-web <[email protected]>
AuthorDate: Mon Sep 5 19:33:10 2022 +0800
About the modification of broker load specifying hdfs user name parameter
(#79)
About the modification of broker load specifying hdfs user name parameter
---
docs/data-operate/import/import-way/broker-load-manual.md | 2 +-
.../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 4 ++--
.../current/data-operate/import/import-way/broker-load-manual.md | 2 +-
.../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/data-operate/import/import-way/broker-load-manual.md
b/docs/data-operate/import/import-way/broker-load-manual.md
index 946e70bf979..f72e02e8afc 100644
--- a/docs/data-operate/import/import-way/broker-load-manual.md
+++ b/docs/data-operate/import/import-way/broker-load-manual.md
@@ -247,7 +247,7 @@ LOAD LABEL demo.label_20220402
)
with HDFS (
"fs.defaultFS"="hdfs://10.220.147.151:8020",
- "hdfs_user"="root"
+ "hadoop.username"="root"
)
PROPERTIES
(
diff --git
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
index 458880199e5..b8e967c498f 100644
---
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
+++
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
@@ -358,7 +358,7 @@ WITH BROKER broker_name
)
WITH HDFS
(
- "username"="user",
+ "hadoop.username"="user",
"password"="pass"
)
PROPERTIES
@@ -385,7 +385,7 @@ WITH BROKER broker_name
)
WITH HDFS
(
- "username"="user",
+ "hadoop.username"="user",
"password"="pass"
)
````
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
index 3aade30ce11..b203f68a02c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
@@ -246,7 +246,7 @@ LOAD LABEL demo.label_20220402
)
with HDFS (
"fs.defaultFS"="hdfs://10.220.147.151:8020",
- "hdfs_user"="root"
+ "hadoop.username"="root"
)
PROPERTIES
(
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
index 06d1df8244b..d3f5a83910b 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
@@ -358,7 +358,7 @@ WITH BROKER broker_name
)
WITH HDFS
(
- "username"="user",
+ "hadoop.username"="user",
"password"="pass"
)
PROPERTIES
@@ -385,7 +385,7 @@ WITH BROKER broker_name
)
WITH HDFS
(
- "username"="user",
+ "hadoop.username"="user",
"password"="pass"
)
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]