[Doc] Modify absolute paths in docs (#21986)

* [Doc] update ANALYZE TABLE manual collection

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

* Update resource_group.md

* [Doc] update ANALYZE TABLE manual collection

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

* Update resource_group.md

* [Doc] 3.0 privilege

* [Doc] 3.0 privilege

* Update TOC.md

* minor fixes

* [Doc] modify absolute paths in doc

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

---------

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>
This commit is contained in:
evelyn.zhaojie 2023-04-20 11:32:02 +08:00 committed by GitHub
parent 589b353db1
commit d7ce2b6154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,7 @@
Contributing to StarRocks is cordially welcome from everyone. Contributing to StarRocks is not limited to contributing code. Below, we list different approaches to contributing to our community.
| Report a bug | You can [file an issue](https://github.com/StarRocks/starrocks/issues/new/choose) to report a bug with StarRocks. You can also click `Feedback` in the upper-right corner of the page you are reading in the [Documentation Center](https://docs.starrocks.io/en-us/latest/introduction/StarRocks_intro) to report a bug. |
| Report a bug | You can [file an issue](https://github.com/StarRocks/starrocks/issues/new/choose) to report a bug with StarRocks. You can also click `Feedback` in the upper-right corner of the page you are reading in the Documentation Site to report a bug. |
| ----------------------------------- | ------------------------------------------------------------ |
| **Contribute code** | You can contribute your code by fixing a bug or implementing a feature. |
| **Contribute test case** | You can contribute your test cases. |

View File

@ -39,7 +39,7 @@ from sklearn_evaluation import plot
**You'd need to make sure your StarRocks instance is up and reachable for the next stages.**
**Note:** You will need to adjust the connection string according to the instance type you're trying to connect to (url, user, password). In the example below we've used a local instance. To learn more about it, check out the [introduction guide](https://docs.starrocks.io/en-us/latest/introduction/StarRocks_intro).
**Note:** You will need to adjust the connection string according to the instance type you're trying to connect to (url, user, password). In the example below we've used a local instance. To learn more about it, check out [Introduction to StarRocks](../../introduction/StarRocks_intro.md).
## Connecting to StarRocks via Jupysql

View File

@ -129,7 +129,7 @@ MySQL [example_db]> SHOW ROUTINE LOAD TASK WHERE JobName = "routine_wiki_edit_1"
## Alter a load job
Before altering a load job, you must pause it by using the [PAUSE ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/PAUSE%20ROUTINE%20LOAD.md) statement. Then you can execute the [ALTER ROUTINE LOAD](https://docs.starrocks.io/en-us/latest/sql-reference/sql-statements/data-manipulation/alter-routine-load). After altering it, you can execute the [RESUME ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/RESUME%20ROUTINE%20LOAD.md) statement to resume it, and check its status by using the [SHOW ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/SHOW%20ROUTINE%20LOAD.md) statement.
Before altering a load job, you must pause it by using the [PAUSE ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/PAUSE%20ROUTINE%20LOAD.md) statement. Then you can execute the [ALTER ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/alter-routine-load.md). After altering it, you can execute the [RESUME ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/RESUME%20ROUTINE%20LOAD.md) statement to resume it, and check its status by using the [SHOW ROUTINE LOAD](../sql-reference/sql-statements/data-manipulation/SHOW%20ROUTINE%20LOAD.md) statement.
When Routine Load is used to consume data from Pulsar, most returned parameters except for `data_source_properties` are the same as consuming data from Kafka.

View File

@ -260,7 +260,7 @@ Release date: July 29, 2022
- Monitor resource groups: You can view the resource group of the query in the audit log and obtain the metrics of the resource group by calling APIs. For more information, see [Monitor and Alerting](../administration/Monitor_and_Alert.md#monitor-and-alerting).
- Limit the consumption of large queries on CPU, memory, and I/O resources: You can route queries to specific resource groups based on the classifiers or by configuring session variables. For more information, see [Resource group](../administration/resource_group.md).
- JDBC external tables can be used to conveniently query data in Oracle, PostgreSQL, MySQL, SQLServer, ClickHouse, and other databases. StarRocks also supports predicate pushdown, improving query performance. For more information, see [External table for a JDBC-compatible database](../data_source/External_table.md#external-table-for-a-JDBC-compatible-database).
- [Preview] A new Data Source Connector framework is released to support external catalogs. You can use external catalogs to directly access and query Hive data without creating external tables. For more information, see [Use catalogs to manage internal and external data](https://docs.starrocks.io/en-us/2.3/data_source/Manage_data).
- [Preview] A new Data Source Connector framework is released to support external catalogs. You can use external catalogs to directly access and query Hive data without creating external tables. For more information, see [Use catalogs to manage internal and external data](../data_source/catalog/query_external_data.md).
- Added the following functions:
- [window_funnel](../sql-reference/sql-functions/aggregate-functions/window_funnel.md)
- [ntile](../sql-reference/sql-functions/Window_function.md)

View File

@ -121,7 +121,7 @@ Assume that in Flink you create a table that consists of three columns, which ar
## Data type mapping between StarRocks and Flink
The following data type mapping is valid only for Flink reading data from StarRocks. For the data type mapping used for Flink writing data into StarRocks, see [Continuously load data from Apache Flink®](https://docs.starrocks.io/en-us/latest/loading/Flink-connector-starrocks).
The following data type mapping is valid only for Flink reading data from StarRocks. For the data type mapping used for Flink writing data into StarRocks, see [Continuously load data from Apache Flink®](../loading/Flink-connector-starrocks.md).
| StarRocks | Flink |
| ---------- | --------- |

View File

@ -23,14 +23,16 @@ Optional:
- --enable_debug: default false ,`--enable_debug=true`
- --max_threads: parallel thread number , default min(server_core_number,32) ,`--max_threads=16`
- --timeout: http protocol connect timeout and proccess timeout , default 60*1000ms, for example 5s `--timeout=5000`
- --timeout: http protocol connect timeout and process timeout , default 60*1000ms, for example 5s `--timeout=5000`
- --queue_size: memory queue limit size , default 256 , not reset unless you have a lot of memory and you need reset `-Xmx`
- --H: http request header , for example `--H=column_separator:,`,column_separator as key,`,`as value
Other:
https://docs.starrocks.io/en-us/latest/loading/StreamLoad
[Stream Load](../../docs/loading/StreamLoad.md)
### Warn
When appear error a certain thread, other normal thread transaction will not rollback
Currently, you need ensure your file not contain error data,and can clear table