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 00c13ccb4c [doc](stream_load)fix_stream_load2pc_doc (#1234)
00c13ccb4c is described below

commit 00c13ccb4ced7d2b3de69c2942d266572b6eeb61
Author: kkop <2449402...@qq.com>
AuthorDate: Tue Oct 29 10:05:04 2024 +0800

    [doc](stream_load)fix_stream_load2pc_doc (#1234)
    
    # Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [x] Chinese
    - [x] English
---
 docs/data-operate/transaction.md                                    | 6 +++---
 .../current/data-operate/transaction.md                             | 6 +++---
 .../version-2.1/data-operate/transaction.md                         | 6 +++---
 .../version-3.0/data-operate/transaction.md                         | 6 +++---
 versioned_docs/version-2.1/data-operate/transaction.md              | 6 +++---
 versioned_docs/version-3.0/data-operate/transaction.md              | 6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/data-operate/transaction.md b/docs/data-operate/transaction.md
index 567e6e399c..638a62bcb2 100644
--- a/docs/data-operate/transaction.md
+++ b/docs/data-operate/transaction.md
@@ -435,7 +435,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -457,7 +457,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -467,7 +467,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the label:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/transaction.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/transaction.md
index 61fb75618f..3d9cb7e952 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/transaction.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/transaction.md
@@ -433,7 +433,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -455,7 +455,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -465,7 +465,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 也可以使用 label 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/transaction.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/transaction.md
index 20fd9d7398..146268eeeb 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/transaction.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/transaction.md
@@ -176,7 +176,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -198,7 +198,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -208,7 +208,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 也可以使用 label 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/transaction.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/transaction.md
index 61fb75618f..3d9cb7e952 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/transaction.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/transaction.md
@@ -433,7 +433,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -455,7 +455,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 可以使用事务 id 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -465,7 +465,7 @@ curl  --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt h
 - 也可以使用 label 指定事务
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd  -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."
diff --git a/versioned_docs/version-2.1/data-operate/transaction.md 
b/versioned_docs/version-2.1/data-operate/transaction.md
index 885ae617aa..f1b877ba72 100644
--- a/versioned_docs/version-2.1/data-operate/transaction.md
+++ b/versioned_docs/version-2.1/data-operate/transaction.md
@@ -180,7 +180,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -202,7 +202,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -212,7 +212,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the label:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."
diff --git a/versioned_docs/version-3.0/data-operate/transaction.md 
b/versioned_docs/version-3.0/data-operate/transaction.md
index eafe4c563f..d17a0fe1be 100644
--- a/versioned_docs/version-3.0/data-operate/transaction.md
+++ b/versioned_docs/version-3.0/data-operate/transaction.md
@@ -437,7 +437,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18036" -H 
"txn_operation:commit" 
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18036] commit successfully."
@@ -459,7 +459,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the Transaction ID:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H 
"txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "transaction [18037] abort successfully."
@@ -469,7 +469,7 @@ curl --location-trusted -u user:passwd -H 
"two_phase_commit:true" -T test.txt ht
 - Specify the transaction using the label:
 
   ```shell
-  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/stream_load2pc
+  curl -X PUT --location-trusted -u user:passwd -H 
"label:55c8ffc9-1c40-4d51-b75e-f2265b3602ef" -H "txn_operation:abort"  
http://fe_host:http_port/api/{db}/{table}/_stream_load_2pc
   {
       "status": "Success",
       "msg": "label [55c8ffc9-1c40-4d51-b75e-f2265b3602ef] abort successfully."


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

Reply via email to