This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 83719a9a7f3 [doc](load) document the compute_group argument (#2932)
83719a9a7f3 is described below

commit 83719a9a7f3bbc41ca836afc95aa2afb29e1bb50
Author: Kaijie Chen <[email protected]>
AuthorDate: Tue Sep 30 20:14:41 2025 +0800

    [doc](load) document the compute_group argument (#2932)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    ---------
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 docs/admin-manual/system-tables/information_schema/processlist.md    | 2 +-
 docs/data-operate/import/import-way/stream-load-manual.md            | 5 +++++
 .../admin-manual/system-tables/information_schema/processlist.md     | 2 +-
 .../current/data-operate/import/import-way/stream-load-manual.md     | 5 +++++
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/admin-manual/system-tables/information_schema/processlist.md 
b/docs/admin-manual/system-tables/information_schema/processlist.md
index bf3fbc76b0d..7a5dc1973cc 100644
--- a/docs/admin-manual/system-tables/information_schema/processlist.md
+++ b/docs/admin-manual/system-tables/information_schema/processlist.md
@@ -32,4 +32,4 @@ View All Current Connections
 | QUERY_ID          | varchar(256)   | ID of the last query                 |
 | INFO              | varchar(65533) | Query statement of the last query    |
 | FE                | varchar(64)    | Connected Front-End (FE)             |
-| CLOUD_CLUSTER     | varchar(64)    | Name of the Cloud Cluster being used |
\ No newline at end of file
+| COMPUTE_GROUP     | varchar(64)    | Name of the Compute Group being used |
diff --git a/docs/data-operate/import/import-way/stream-load-manual.md 
b/docs/data-operate/import/import-way/stream-load-manual.md
index 0be87cfe2f1..04aa41d1f55 100644
--- a/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/data-operate/import/import-way/stream-load-manual.md
@@ -241,6 +241,11 @@ Under the storage-computation separation mode, Compute 
Groups can be specified i
 -H "cloud_cluster:cluster1"
 ```
 
+Starting from Doris 4.0.0, you can use `compute_group` as an alternative
+```
+-H "compute_group:cluster1"
+```
+
 2. Specify Compute Group in the user properties bound to Stream Load. If both 
user properties and the HTTP header specify a Compute Group, the Compute Group 
specified in the Header takes precedence.
 ```
 set property for user1 'default_compute_group'='cluster1';
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/processlist.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/processlist.md
index a065ab823a4..1a8d300e47c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/processlist.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/processlist.md
@@ -32,4 +32,4 @@
 | QUERY_ID          | varchar(256)   | 最后一次查询的 ID             |
 | INFO              | varchar(65533) | 最后一次查询的查询语句        |
 | FE                | varchar(64)    | 连接的 FE                     |
-| CLOUD_CLUSTER     | varchar(64)    | 使用的 Cloud Cluster 名字     |
\ No newline at end of file
+| COMPUTE_GROUP     | varchar(64)    | 使用的 Compute Group 名字     |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
index 4e7cd6649a2..426c00250d4 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
@@ -239,6 +239,11 @@ mysql> show stream load from testdb;
 -H "cloud_cluster:cluster1"
 ```
 
+从 Doris 4.0.0 开始,你也可以使用 `compute_group` 参数来指定
+```
+-H "compute_group:cluster1"
+```
+
 2. 在 Stream Load 绑定的 user 属性中指定 Compute Group。如果 user 属性和 HTTP header 同时指定了 
Compute Group,那么以 Header 中指定的 Compute Group 为准。
 ```
 set property for user1 'default_compute_group'='cluster1';


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to