Skip to content

Commit 8d0c87b

Browse files
authored
Merge branch 'apache:master' into master
2 parents 4ec0da2 + e8ac737 commit 8d0c87b

File tree

82 files changed

+854
-892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+854
-892
lines changed

blog/arrow-flight-sql-in-apache-doris-for-10x-faster-data-transfer.md

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Configure parameters for Doris frontend (FE) and backend (BE):
9999

100100
- In `be/conf/be.conf`, set `arrow_flight_sql_port ` to an available port, such as 9091.
101101

102+
`Note: The arrow_flight_sql_port port number configured in fe.conf and be.conf is different`
103+
104+
After modifying the configuration and restarting the cluster, searching for `Arrow Flight SQL service is started` in the fe/log/fe.log file indicates that the Arrow Flight Server of FE has been successfully started; searching for `Arrow Flight Service bind to host` in the be/log/be.INFO file indicates that the Arrow Flight Server of BE has been successfully started.
105+
102106
Suppose that the Arrow Flight SQL services for the Doris instance will run on ports 9090 and 9091 for FE and BE respectively, and the Doris username/password is "user" and "pass", the connection process would be:
103107

104108
```C++

docs/admin-manual/auth/authorization/data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Equivalent to automatically adding the predicate set in the Row Policy for users
3737
Row Policy cannot be set for default users root and admin.
3838

3939
### Related Commands
40-
- View Row Permission Policies [SHOW ROW POLICY](../../../sql-manual/sql-statements/Show-Statements/SHOW-POLICY.md)
41-
- Create Row Permission Policy [CREATE ROW POLICY](../../../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-POLICY.md)
40+
- View Row Permission Policies [SHOW ROW POLICY](../../../sql-manual/sql-statements/data-governance/SHOW-ROW-POLICY)
41+
- Create Row Permission Policy [CREATE ROW POLICY](../../../sql-manual/sql-statements/data-governance/CREATE-ROW-POLICY)
4242

4343
### Row Permission Example
4444
1. Restrict the test user to only query data in table1 where c1='a'

docs/admin-manual/auth/user-privilege.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ The default role cannot be deleted or assigned to others. When a user is deleted
9696
1. Create users: [CREATE USER](../../sql-manual/sql-statements/account-management/CREATE-USER)
9797
2. Alter users: [ALTER USER](../../sql-manual/sql-statements/account-management/ALTER-USER)
9898
3. Delete users: [DROP USER](../../sql-manual/sql-statements/account-management/DROP-USER)
99-
4. Authorization/Assign roles: [GRANT](../../sql-manual/sql-reference/Account-Management-Statements/GRANT.md)
100-
5. Withdrawal/REVOKE roles: [REVOKE](../../sql-manual/sql-reference/Account-Management-Statements/REVOKE.md)
99+
4. Authorization/Assign roles: [GRANT](../../sql-manual/sql-statements/account-management/GRANT-TO)
100+
5. Withdrawal/REVOKE roles: [REVOKE](../../sql-manual/sql-statements/account-management/REVOKE-FROM)
101101
6. Create role: [CREATE ROLE](../../sql-manual/sql-statements/account-management/CREATE-ROLE)
102102
7. Delete roles: [DROP ROLE](../../sql-manual/sql-statements/account-management/DROP-ROLE)
103103
8. View current user privileges: [SHOW GRANTS](../../sql-manual/sql-statements/account-management/SHOW-GRANTS)
@@ -293,4 +293,4 @@ Here are some usage scenarios of Doris privilege system.
293293

294294
## More help
295295

296-
For more detailed syntax and best practices for permission management use, please refer to the [GRANTS](../../sql-manual/sql-reference/Account-Management-Statements/GRANT.md) command manual. Enter `HELP GRANTS` at the command line of the MySql client for more help information.
296+
For more detailed syntax and best practices for permission management use, please refer to the [GRANTS](../../sql-manual/sql-statements/account-management/GRANT-TO) command manual. Enter `HELP GRANTS` at the command line of the MySql client for more help information.

docs/admin-manual/config/fe-config-template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are two ways to view the configuration items of FE:
4848

4949
2. View by command
5050

51-
After the FE is started, you can view the configuration items of the FE in the MySQL client with the following command,Concrete language law reference [ADMIN-SHOW-CONFIG](../../sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md):
51+
After the FE is started, you can view the configuration items of the FE in the MySQL client with the following command,Concrete language law reference [ADMIN-SHOW-CONFIG](../../sql-manual/sql-statements/cluster-management/instance-management/SHOW-FRONTEND-CONFIG):
5252

5353
`ADMIN SHOW FRONTEND CONFIG;`
5454

@@ -1519,7 +1519,7 @@ For some high-frequency load work, such as: INSERT, STREAMING LOAD, ROUTINE_LOAD
15191519

15201520
#### `label_clean_interval_second`
15211521

1522-
Default1 * 3600 (1 hour)
1522+
Default: 1 * 3600 (1 hour)
15231523

15241524
Load label cleaner will run every *label_clean_interval_second* to clean the outdated jobs.
15251525

docs/admin-manual/workload-management/compute-group.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ SHOW COMPUTE GROUPS;
6262

6363
## Adding Compute Groups
6464

65-
Managing compute groups requires `OPERATOR` privilege, which controls node management permissions. For more details, please refer to [Privilege Management](../sql-manual/sql-statements/Account-Management-Statements/GRANT.md). By default, only the root account has the `OPERATOR` privilege, but it can be granted to other accounts using the `GRANT` command.
66-
To add a BE and assign it to a compute group, use the [Add BE](../sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-ADD-BACKEND.md) command. For example:
65+
Managing compute groups requires `OPERATOR` privilege, which controls node management permissions. For more details, please refer to [Privilege Management](../../sql-manual/sql-statements/account-management/GRANT-TO). By default, only the root account has the `OPERATOR` privilege, but it can be granted to other accounts using the `GRANT` command.
66+
To add a BE and assign it to a compute group, use the [Add BE](../../sql-manual/sql-statements/cluster-management/instance-management/ADD-BACKEND) command. For example:
6767

6868
```sql
6969
ALTER SYSTEM ADD BACKEND 'host:9050' PROPERTIES ("tag.compute_group_name" = "new_group");

docs/data-operate/import/file-format/csv.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Doris supports the following methods to load CSV format data:
3434
- [Broker Load](../import-way/broker-load-manual)
3535
- [Routine Load](../import-way/routine-load-manual)
3636
- [MySQL Load](../import-way/mysql-load-manual)
37-
- [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-valued-functions/s3)
38-
- [INSERT INTO FROM HDFS TVF](../../sql-manual/sql-functions/table-valued-functions/hdfs)
37+
- [INSERT INTO FROM S3 TVF](../../../sql-manual/sql-functions/table-valued-functions/s3)
38+
- [INSERT INTO FROM HDFS TVF](../../../sql-manual/sql-functions/table-valued-functions/hdfs)
3939

4040
## Parameter Configuration
4141

docs/data-operate/import/file-format/json.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The following loading methods support JSON format data:
3333
- [Stream Load](../import-way/stream-load-manual.md)
3434
- [Broker Load](../import-way/broker-load-manual.md)
3535
- [Routine Load](../import-way/routine-load-manual.md)
36-
- [INSERT INTO FROM S3 TVF](../../sql-manual/sql-functions/table-valued-functions/s3)
37-
- [INSERT INTO FROM HDFS TVF](../../sql-manual/sql-functions/table-valued-functions/hdfs)
36+
- [INSERT INTO FROM S3 TVF](../../../sql-manual/sql-functions/table-valued-functions/s3)
37+
- [INSERT INTO FROM HDFS TVF](../../../sql-manual/sql-functions/table-valued-functions/hdfs)
3838

3939
## Supported JSON Formats
4040

docs/data-operate/import/import-way/insert-into-manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ PROPERTIES (
314314
);
315315
```
316316

317-
2. For detailed instructions on creating Doris tables, please refer to [CREATE TABLE](../../../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE/).
317+
2. For detailed instructions on creating Doris tables, please refer to [CREATE TABLE](../../../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE).
318318

319319
3. Importing data (from the `hive.db1.source_tbl` table into the `target_tbl` table).
320320

docs/db-connect/arrow-flight-sql-connect.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ Modify the configuration parameters of Doris FE and BE:
6868
- Modify arrow_flight_sql_port in fe/conf/fe.conf to an available port, such as 9090.
6969
- Modify arrow_flight_sql_port in be/conf/be.conf to an available port, such as 9091.
7070

71-
`Note: arrow_flight_sql_port configured in fe.conf and be.conf are different`
71+
`Note: The arrow_flight_sql_port port number configured in fe.conf and be.conf is different`
72+
73+
After modifying the configuration and restarting the cluster, searching for `Arrow Flight SQL service is started` in the fe/log/fe.log file indicates that the Arrow Flight Server of FE has been successfully started; searching for `Arrow Flight Service bind to host` in the be/log/be.INFO file indicates that the Arrow Flight Server of BE has been successfully started.
7274

7375
Assuming that the Arrow Flight SQL services of FE and BE in the Doris instance will run on ports 9090 and 9091 respectively, and the Doris username/password is "user"/"pass", the connection process is as follows:
7476

@@ -281,7 +283,7 @@ The open source JDBC driver of Arrow Flight SQL protocol is compatible with the
281283
POM dependency:
282284
```Java
283285
<properties>
284-
<arrow.version>15.0.1</arrow.version>
286+
<arrow.version>17.0.0</arrow.version>
285287
</properties>
286288
<dependencies>
287289
<dependency>

docs/ecosystem/hive-bitmap-udf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS `test`.`hive_bitmap_table`(
125125
) stored as textfile
126126
```
127127

128-
2. [Creating a Catalog in Doris](../lakehouse/datalake-analytics/hive.md)
128+
2. [Creating a Catalog in Doris](../lakehouse/catalogs/hive-catalog)
129129

130130
```sql
131131
CREATE CATALOG hive PROPERTIES (

docs/ecosystem/hive-hll-udf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ CREATE TABLE IF NOT EXISTS `hive_hll_table`(
181181
-- then reuse the previous steps to insert data from a normal table into it using the to_hll function
182182
```
183183

184-
2. [Create a Doris catalog](../lakehouse/datalake-analytics/hive.md)
184+
2. [Create a Doris catalog](../lakehouse/catalogs/hive-catalog)
185185

186186
```sql
187187
CREATE CATALOG hive PROPERTIES (

docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md

+26
Original file line numberDiff line numberDiff line change
@@ -725,3 +725,29 @@ For more details on creating users, setting passwords, and granting permissions,
725725
:::tip Tip
726726
After setting the root password and configuring the new username and password for managing nodes after deployment, the existing services will be restarted once in a rolling manner.
727727
:::
728+
729+
## Automatic Service Restart on Configuration Changes
730+
Doris specifies startup parameters through configuration files. While most parameters can be modified through web interfaces and take effect immediately, certain parameters requiring service restart can now be automatically handled through Doris Operator's restart capability introduced in version 25.1.0.
731+
To enable this functionality in a `DorisCluster` resource, configure:
732+
```yaml
733+
spec:
734+
enableRestartWhenConfigChange: true
735+
```
736+
When this configuration is present, Doris Operator will:
737+
1. Monitor changes to cluster startup configurations (mounted via ConfigMap, see [Customizing Startup Configurations](#custom-startup-configuration)).
738+
2. Automatically restart affected services when configurations change.
739+
740+
### Example Usage
741+
Support configmap monitoring and restart for FE and BE, Use FE usage as example.
742+
1. Sample DorisCluster deployment specification:
743+
```yaml
744+
spec:
745+
enableRestartWhenConfigChange: true
746+
feSpec:
747+
image: apache/doris:fe-2.1.8
748+
replicas: 1
749+
configMapInfo:
750+
configMapName: fe-configmap
751+
```
752+
2. Update FE service configurations.
753+
When modifying values under the `fe.conf` key in the fe-configmap ConfigMap (containing FE service configurations), Doris Operator will automatically perform a rolling restart of FE services to apply changes.

docs/query-acceleration/materialized-view/async-materialized-view/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Unable to find a suitable base table for partitioning
8888

8989
This error typically indicates that the SQL definition of the materialized view and the choice of partitioning fields do not allow incremental partition updates, resulting in an error during the creation of the partitioned materialized view.
9090

91-
- For incremental partition updates, the materialized view's SQL definition and partitioning field selection must meet specific requirements. See [Materialized View Refresh Modes](../../../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-ASYNC-MATERIALIZED-VIEW#refreshmethod) for details.
91+
- For incremental partition updates, the materialized view's SQL definition and partitioning field selection must meet specific requirements. See [Materialized View Refresh Modes](../../../sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW#optional-parameters) for details.
9292

9393
- The latest code can indicate the reason for partition build failure, with error summaries and descriptions provided in Appendix 2.
9494

docs/query-acceleration/materialized-view/async-materialized-view/use-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When the following conditions are met, it is recommended to create partitioned m
5252

5353
- The tables used by the materialized view, except for the partitioned table, do not change frequently.
5454

55-
- The definition SQL of the materialized view and the partition field meet the requirements of partition derivation, that is, meet the requirements of partition incremental update. Detailed requirements can be found in [CREATE-ASYNC-MATERIALIZED-VIEW](../../../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-ASYNC-MATERIALIZED-VIEW/#refreshmethod)
55+
- The definition SQL of the materialized view and the partition field meet the requirements of partition derivation, that is, meet the requirements of partition incremental update. Detailed requirements can be found in [CREATE-ASYNC-MATERIALIZED-VIEW](../../../sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW#optional-parameters)
5656

5757
- The number of partitions in the materialized view is not large, as too many partitions will lead to excessively long partition materialized view construction time.
5858

@@ -62,7 +62,7 @@ If partitioned materialized views cannot be constructed, you can consider choosi
6262

6363
## Common Usage of Partitioned Materialized Views
6464

65-
When the materialized view's base table data volume is large and the base table is a partitioned table, if the materialized view's definition SQL and partition fields meet the requirements of partition derivation, this scenario is suitable for building partitioned materialized views. For detailed requirements of partition derivation, refer to [CREATE-ASYNC-MATERIALIZED-VIEW](../../../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-ASYNC-MATERIALIZED-VIEW/#refreshmethod) and [Async Materialized View FAQ Building Question 12](../../../query-acceleration/materialized-view/async-materialized-view/faq#q12-error-when-building-partitioned-materialized-view).
65+
When the materialized view's base table data volume is large and the base table is a partitioned table, if the materialized view's definition SQL and partition fields meet the requirements of partition derivation, this scenario is suitable for building partitioned materialized views. For detailed requirements of partition derivation, refer to [CREATE-ASYNC-MATERIALIZED-VIEW](../../../sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW#optional-parameters) and [Async Materialized View FAQ Building Question 12](../../../query-acceleration/materialized-view/async-materialized-view/faq#q12-error-when-building-partitioned-materialized-view).
6666

6767
The materialized view's partitions are created following the base table's partition mapping, generally having a 1:1 or 1:n relationship with the base table's partitions.
6868

docs/query-data/udf/java-user-defined-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ UDTF is supported starting from Doris version 3.0.
377377
}
378378
```
379379

380-
2. Register and create the Java-UDTF function in Doris. Two UDTF functions will be registered. Table functions in Doris may exhibit different behaviors due to the `_outer` suffix. For more details, refer to [OUTER combinator](../../sql-manual/sql-functions/table-functions/explode-numbers-outer.md).
380+
2. Register and create the Java-UDTF function in Doris. Two UDTF functions will be registered. Table functions in Doris may exhibit different behaviors due to the `_outer` suffix. For more details, refer to [OUTER combinator](../../sql-manual/sql-functions/table-functions/explode-numbers).
381381
For more syntax details, please refer to [CREATE FUNCTION](../../sql-manual/sql-statements/function/CREATE-FUNCTION).
382382

383383
```sql

0 commit comments

Comments
 (0)