This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 2b81553879 [doc](docs) Add some docs of baidu cloud bos (#22833) 2b81553879 is described below commit 2b8155387916669acd144350d03a3ae3514ea887 Author: zxealous <zhouchang...@baidu.com> AuthorDate: Sat Aug 12 07:09:57 2023 +0800 [doc](docs) Add some docs of baidu cloud bos (#22833) * [doc](docs) Add some docs of baidu cloud bos * fix --- docs/en/docs/advanced/broker.md | 12 ++++++++++++ docs/zh-CN/docs/advanced/broker.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/en/docs/advanced/broker.md b/docs/en/docs/advanced/broker.md index ae7ceaa354..65b55dc6a1 100644 --- a/docs/en/docs/advanced/broker.md +++ b/docs/en/docs/advanced/broker.md @@ -30,6 +30,7 @@ Broker is an optional process in the Doris cluster. It is mainly used to support - Apache HDFS - Aliyun OSS +- Baidu Cloud BOS - Tencent Cloud CHDFS - Tencent Cloud GFS (since 1.2.0) - Huawei Cloud OBS (since 1.2.0) @@ -218,6 +219,17 @@ Same as Apache HDFS ) ``` +#### Baidu Cloud OBS +Currently, when using BOS, it is necessary to download and unzip the [bos-hdfs-sdk-1.0.3-community.jar.zip](https://sdk.bce.baidu.com/console-sdk/bos-hdfs-sdk-1.0.3-community.jar.zip), and then move the jar in the lib directory of the broker. + +``` +( + "fs.bos.access.key" = "xx", + "fs.bos.secret.access.key" = "xx", + "fs.bos.endpoint" = "xx" +) +``` + #### Huawei Cloud OBS ``` diff --git a/docs/zh-CN/docs/advanced/broker.md b/docs/zh-CN/docs/advanced/broker.md index 98261e4c51..b92c4200be 100644 --- a/docs/zh-CN/docs/advanced/broker.md +++ b/docs/zh-CN/docs/advanced/broker.md @@ -30,6 +30,7 @@ Broker 是 Doris 集群中一种可选进程,主要用于支持 Doris 读写 - Apache HDFS - 阿里云 OSS +- 百度云 BOS - 腾讯云 CHDFS - 腾讯云 GFS (1.2.0 版本支持) - 华为云 OBS (1.2.0 版本后支持) @@ -211,6 +212,17 @@ WITH BROKER "broker_name" ) ``` +#### 百度云 BOS +当前使用BOS时需要将[bos-hdfs-sdk-1.0.3-community.jar.zip](https://sdk.bce.baidu.com/console-sdk/bos-hdfs-sdk-1.0.3-community.jar.zip)下载并解压后把jar包放到broker的lib目录下。 + +``` +( + "fs.bos.access.key" = "xx", + "fs.bos.secret.access.key" = "xx", + "fs.bos.endpoint" = "xx" +) +``` + #### 华为云 OBS ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org