This is an automated email from the ASF dual-hosted git repository.
zykkk 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 876bd1c747 [typo](Docs) Capitalize the Title of Files in Data
Operation - Import Category (#22456)
876bd1c747 is described below
commit 876bd1c7478a751644f9f731f0be299006967de5
Author: KassieZ <[email protected]>
AuthorDate: Wed Aug 2 22:17:15 2023 +0800
[typo](Docs) Capitalize the Title of Files in Data Operation - Import
Category (#22456)
---
.../import/import-scenes/external-storage-load.md | 4 ++--
.../import/import-scenes/external-table-load.md | 2 +-
.../docs/data-operate/import/import-scenes/jdbc-load.md | 4 ++--
.../data-operate/import/import-scenes/load-atomicity.md | 2 +-
.../import/import-scenes/load-data-convert.md | 4 ++--
.../import/import-scenes/load-strict-mode.md | 2 +-
.../data-operate/import/import-scenes/local-file-load.md | 10 +++++-----
.../data-operate/import/import-way/load-json-format.md | 6 +++---
.../data-operate/import/import-way/mysql-load-manual.md | 4 ++--
.../data-operate/import/import-way/stream-load-manual.md | 4 ++--
docs/en/docs/data-operate/import/load-manual.md | 16 ++++++++--------
11 files changed, 29 insertions(+), 29 deletions(-)
diff --git
a/docs/en/docs/data-operate/import/import-scenes/external-storage-load.md
b/docs/en/docs/data-operate/import/import-scenes/external-storage-load.md
index 48840ee25f..aaf4bf7339 100644
--- a/docs/en/docs/data-operate/import/import-scenes/external-storage-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/external-storage-load.md
@@ -1,6 +1,6 @@
---
{
- "title": "External storage data import",
+ "title": "External Storage Data Import",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# External storage data import
+# External Storage Data Import
The following mainly introduces how to import data stored in an external
system. For example (HDFS, All object stores that support the S3 protocol)
## HDFS LOAD
diff --git
a/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
b/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
index 5e042bf4c7..2ae0aa08e4 100644
--- a/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/external-table-load.md
@@ -1,6 +1,6 @@
---
{
- "title": "Synchronize data through external table",
+ "title": "Synchronize Data Through External Table",
"language": "en"
}
---
diff --git a/docs/en/docs/data-operate/import/import-scenes/jdbc-load.md
b/docs/en/docs/data-operate/import/import-scenes/jdbc-load.md
index a700963d63..fa418d065f 100644
--- a/docs/en/docs/data-operate/import/import-scenes/jdbc-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/jdbc-load.md
@@ -1,6 +1,6 @@
---
{
- "title": "Synchronize data using Insert method",
+ "title": "Synchronize Data Using Insert Method",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Synchronize data using Insert method
+# Synchronize Data Using Insert Method
Users can use INSERT statement to import data through MySQL protocol.
diff --git a/docs/en/docs/data-operate/import/import-scenes/load-atomicity.md
b/docs/en/docs/data-operate/import/import-scenes/load-atomicity.md
index a1373ca85b..821d6d29b6 100644
--- a/docs/en/docs/data-operate/import/import-scenes/load-atomicity.md
+++ b/docs/en/docs/data-operate/import/import-scenes/load-atomicity.md
@@ -1,6 +1,6 @@
---
{
- "title": "Data import things and atomicity",
+ "title": "Data Import Things and Atomicity",
"language": "en"
}
---
diff --git
a/docs/en/docs/data-operate/import/import-scenes/load-data-convert.md
b/docs/en/docs/data-operate/import/import-scenes/load-data-convert.md
index 8f9291b3ce..e686da128c 100644
--- a/docs/en/docs/data-operate/import/import-scenes/load-data-convert.md
+++ b/docs/en/docs/data-operate/import/import-scenes/load-data-convert.md
@@ -1,6 +1,6 @@
---
{
- "title": "Data transformation, column mapping and filtering",
+ "title": "Data Transformation, Column Mapping and Filtering",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Imported data transformation, column mapping and filtering
+# Imported Data Transformation, Column Mapping and Filtering
## Supported import methods
diff --git a/docs/en/docs/data-operate/import/import-scenes/load-strict-mode.md
b/docs/en/docs/data-operate/import/import-scenes/load-strict-mode.md
index 318bc44468..2887543cc4 100644
--- a/docs/en/docs/data-operate/import/import-scenes/load-strict-mode.md
+++ b/docs/en/docs/data-operate/import/import-scenes/load-strict-mode.md
@@ -1,6 +1,6 @@
---
{
- "title": "import strict mode",
+ "title": "Import Strict Mode",
"language": "en"
}
---
diff --git a/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
b/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
index 24fef12ee1..187bc5e39b 100644
--- a/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
@@ -1,6 +1,6 @@
---
{
- "title": "Import local data",
+ "title": "Import Local Data",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Import local data
+# Import Local Data
The following mainly introduces how to import local data in client.
Now Doris support two way to load data from client local file:
@@ -111,12 +111,12 @@ PUT /api/{db}/{table}/_stream_load
- The status of the `Status` field is `Success`, which means the import is
successful.
- For details of other fields, please refer to the [Stream
Load](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md)
command documentation.
-### Import suggestion
+### Import Suggestion
- Stream Load can only import local files.
- It is recommended to limit the amount of data for an import request to 1 - 2
GB. If you have a large number of local files, you can submit them concurrently
in batches.
-### Java code example
+### Java Code Examples
Here is a simple JAVA example to execute Stream Load:
@@ -269,7 +269,7 @@ public class DorisStreamLoader {
- Load success if the client show the return rows. Otherwise sql statement
will throw an exception and show the error message in client.
- For details of other fields, please refer to the [MySQL
Load](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/MYSQL-LOAD.md)
command documentation.
-### Import suggestion
+### Import Suggestion
- MySql Load can only import local files(which can be client local file or
fe local file) and only support csv format.
- It is recommended to limit the amount of data for an import request to 1
- 2 GB. If you have a large number of local files, you can submit them
concurrently in batches.
diff --git a/docs/en/docs/data-operate/import/import-way/load-json-format.md
b/docs/en/docs/data-operate/import/import-way/load-json-format.md
index bd389069ea..6bee1d0a50 100644
--- a/docs/en/docs/data-operate/import/import-way/load-json-format.md
+++ b/docs/en/docs/data-operate/import/import-way/load-json-format.md
@@ -1,6 +1,6 @@
---
{
- "title": "Load JSON Format Data",
+ "title": "Importing Data in JSON Format",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# JSON format data import
+# Importing Data in JSON Format
Doris supports importing data in JSON format. This document mainly describes
the precautions when importing data in JSON format.
@@ -38,7 +38,7 @@ Currently, only the following import methods support data
import in JSON format:
Other ways of importing data in JSON format are not currently supported.
-## Supported JSON formats
+## Supported JSON Formats
Currently only the following two JSON formats are supported:
diff --git a/docs/en/docs/data-operate/import/import-way/mysql-load-manual.md
b/docs/en/docs/data-operate/import/import-way/mysql-load-manual.md
index d9ca89a9b8..17849a01c9 100644
--- a/docs/en/docs/data-operate/import/import-way/mysql-load-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/mysql-load-manual.md
@@ -1,6 +1,6 @@
---
{
- "title": "MySql load",
+ "title": "MySql Load",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Mysql load
+# Mysql Load
<version since="dev">
This is an stand syntax of MySql [LOAD
DATA](https://dev.mysql.com/doc/refman/8.0/en/load-data.html) for user to load
local file.
diff --git a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
index 52f8f1b6ee..f28eced657 100644
--- a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
@@ -1,6 +1,6 @@
---
{
- "title": "Stream load",
+ "title": "Stream Load",
"language": "en"
}
---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Stream load
+# Stream Load
Stream load is a synchronous way of importing. Users import local files or
data streams into Doris by sending HTTP protocol requests. Stream load
synchronously executes the import and returns the import result. Users can
directly determine whether the import is successful by the return body of the
request.
diff --git a/docs/en/docs/data-operate/import/load-manual.md
b/docs/en/docs/data-operate/import/load-manual.md
index 06cf89f371..372358d9b2 100644
--- a/docs/en/docs/data-operate/import/load-manual.md
+++ b/docs/en/docs/data-operate/import/load-manual.md
@@ -26,11 +26,11 @@ under the License.
# Import Overview
-## Supported data sources
+## Supported Data Sources
Doris provides a variety of data import solutions, and you can choose
different data import methods for different data sources.
-### By scene
+### By Scene
| Data Source | Import Method
|
| ------------------------------------ |
------------------------------------------------------------ |
@@ -41,7 +41,7 @@ Doris provides a variety of data import solutions, and you
can choose different
| Import via JDBC | [Sync data using
JDBC](./import-scenes/jdbc-load.md) |
| Import JSON format data | [JSON format data
import](./import-way/load-json-format.md) |
-### Divided by import method
+### Divided by Import Method
| Import method name | Use method
|
| ------------------ |
------------------------------------------------------------ |
@@ -53,7 +53,7 @@ Doris provides a variety of data import solutions, and you
can choose different
| S3 Load | [Object storage data import of S3
protocol](./import-way/s3-load-manual.md) |
| MySql Load | [Local data import of MySql
protocol](./import-way/mysql-load-manual.md) |
-## Supported data formats
+## Supported Data Formats
Different import methods support slightly different data formats.
@@ -64,11 +64,11 @@ Different import methods support slightly different data
formats.
| Routine Load | csv, json |
| MySql Load | csv |
-## import instructions
+## Import Instructions
The data import implementation of Apache Doris has the following common
features, which are introduced here to help you better use the data import
function
-## Import atomicity guarantees
+## Import Atomicity Guarantees
Each import job of Doris, whether it is batch import using Broker Load or
single import using INSERT statement, is a complete transaction operation. The
import transaction can ensure that the data in a batch takes effect atomically,
and there will be no partial data writing.
@@ -78,11 +78,11 @@ Label is used to ensure that the corresponding import job
can only be successful
For best practices on atomicity guarantees, see Importing Transactions and
Atomicity.
-## Synchronous and asynchronous imports
+## Synchronous and Asynchronous Imports
Import methods are divided into synchronous and asynchronous. For the
synchronous import method, the returned result indicates whether the import
succeeds or fails. For the asynchronous import method, a successful return only
means that the job was submitted successfully, not that the data was imported
successfully. You need to use the corresponding command to check the running
status of the import job.
-## Import the data of array type
+## Import the Data of Array Types
The array function can only be supported in vectorization scenarios, but
non-vectorization scenarios are not supported.
if you want to apply the array function to import data, you should enable
vectorization engine. Then you need to cast the input parameter column into the
array type according to the parameter of the array function. Finally, you can
continue to use the array function.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]