Commit Graph

1341 Commits

Author SHA1 Message Date
ce10151273 [docs](fix)fix some error path (#11741) 2022-08-15 21:43:56 +08:00
8c8f48c4c2 [feature-wip](array-type) add the array_join function (#11406)
this pr is used to add the array_join function.
Co-authored-by: hucheng01 <hucheng01@baidu.com>
2022-08-15 11:43:17 +08:00
073e46097f [doc](community) modify verify release doc (#11766)
modify verify release doc
2022-08-15 09:59:17 +08:00
6d56755336 update english doc (#11759)
update english doc
2022-08-14 07:42:50 +08:00
0333261a75 [typo](doc) Fix sidebar version (#11764)
fix sidebar version
2022-08-14 07:41:16 +08:00
43ff796419 [typo](doc)Solve the problem that the official website of the document fails to compile and publish (#11762)
Solve the problem that the official website of the document fails to compile and publish
2022-08-13 23:47:17 +08:00
031fba4259 [typo](fix)Fix community documentation link errors (#11758)
Fix community documentation link errors
2022-08-13 21:24:54 +08:00
db83f37256 [doc](typo)Add doc sidebars (#11749)
add doc sidebars
2022-08-13 20:46:52 +08:00
2827ced1f6 [improvement](doc)Import data example from hive partition table (#11732)
Import data example from hive partition table
2022-08-12 19:38:45 +08:00
f30553e0fe [tools](mysql2doris)add mysql to doris documentation #11726 2022-08-12 15:44:35 +08:00
56ce8c0c5c [feature](http) add api for showing current queries and kill query (#11657) 2022-08-11 10:32:46 +08:00
7fb0913d35 Usage example of modifying the "storage_root_path" parameter (#11659)
Usage example of modifying the "storage_root_path" parameter
2022-08-11 09:57:50 +08:00
200b558156 [typo](doc)spark load uses kerberos authentication method (#11662)
spark load uses kerberos authentication method
2022-08-11 09:57:26 +08:00
04d26ddf22 [feature-wip](multi-catalog)Support use catalog.db and show databases from catalog stmt (#11338)
Support use catalog.db and show databases from catalog stmt.
2022-08-11 09:50:32 +08:00
5d99abb3ec MOD: label with cte doc (#11661)
insert label with cte doc
2022-08-11 09:45:59 +08:00
d60afe82a4 FIX: doc error (#11660)
es doc fix
2022-08-11 09:20:06 +08:00
290f0400d3 [docs] Fix Chinese description in En dos (#11512) 2022-08-10 20:28:05 +08:00
adf61a77bd [docs](query profile)add show query profile (#11635) 2022-08-10 19:26:58 +08:00
71d9b383d4 [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml (#11634)
* [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml


Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2022-08-10 14:49:50 +08:00
a478e1d669 [doc][fix] fix the duplicate partition name in example of CREATE TABLE (#11188) 2022-08-10 10:26:12 +08:00
df47b6941d [feature-wip](array-type) support the array type in reverse function (#11213)
Co-authored-by: hucheng01 <hucheng01@baidu.com>
2022-08-09 20:49:09 +08:00
2cadf85988 [improvement](alter) modify table's default replica if table is unpartitioned (#11550)
Before, if a table is unpartitioned, when executing following alter stmt:
```
alter table tbl1 set ("replication_num" = "1");
```
Only the tbl1 partition's replication_num is changed
(for unpartitioned table, it also has a single partition with same name as table's)
But the table's default replication_num is unchanged.
So when executing `show create table tbl1`, you will find that the replication_num is still the origin value.

This CL mainly changes:
1. For unpartitioned table, if user change it's replication num, both table's and partition's replication_num will be changed.
2022-08-09 14:09:38 +08:00
85e67b04e2 fix-doc3 (#11587)
bloomFilter   fix-doc
2022-08-09 13:35:32 +08:00
fcf767b2e4 [fix](doc)Modify the installation document, the description of disk space limit (#11609)
Modify the installation document, the description of disk space limit
2022-08-09 13:33:32 +08:00
970a35d658 [fix](docs) Fix some errors related to privilege and grant in the docs (#11377)
Fix some errors related to privilege and grant in the docs
2022-08-09 11:02:47 +08:00
25a6be850d [doc](fix)Export doc fix (#11584)
export doc fix
2022-08-08 19:27:57 +08:00
b93860902f [doc](tablet-health) modify content about tablet state (#11086)
Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2022-08-08 10:43:13 +08:00
40b50400b2 [fix](doc) remove docs for direct compiling on Centos (#11575)
I tried to compile doris on Centos directly according to docs, however
it does not work. It is very difficult to find tools needed by doris
compilation on Centos.
2022-08-08 09:56:47 +08:00
6ea3465264 [improvement](doc)Description of bitmap type query result is null (#11506)
Description of bitmap type query result is null
2022-08-08 09:51:45 +08:00
74340dac44 bitmap_from_string support uint64 string, but docs is wrong (#11510)
bitmap_from_string support uint64 string, but docs is wrong
2022-08-05 08:49:38 +08:00
9078ab4d24 [feature](FE): add new property to control whether use light schema change or not (#11169) 2022-08-04 15:49:05 +08:00
35f2632c3a [doc]fix-doc (#11439)
Update get-starting.md
2022-08-04 14:00:43 +08:00
277e5e7bd1 [fix](doc)Document correction, delete some old document content, add some explanatory information (#11504)
Document correction, delete some old document content, add some explanatory information
2022-08-04 14:00:03 +08:00
9ed36aa48b [doc](website)fe elastic scaling documentation issue (#11471)
fe elastic scaling documentation issue
2022-08-04 13:57:59 +08:00
7366f187d7 [doc](schema change) Correct Schema Change error description (#11456)
Correct Schema Change error description
2022-08-03 18:35:55 +08:00
71ea3f2906 fix(typo): in docs(zh-CN) how to be a committer (#11445) 2022-08-03 08:45:22 +08:00
4850873f66 [doc](sql-block-rule) add more example (#11416)
sql-block-rule : add more example
2022-08-02 18:39:13 +08:00
6e684c695d fix-doc (#11436)
fe-config fix
2022-08-02 18:38:30 +08:00
f730a048b1 [feature-wip](load) Support single replica load (#10298)
During load process, the same operation are performed on all replicas such as sort and aggregation,
which are resource-intensive.
Concurrent data load would consume much CPU and memory resources.
It's better to perform write process (writing data into MemTable and then data flush) on single replica
and synchronize data files to other replicas before transaction finished.
2022-08-02 11:44:18 +08:00
abbf75d302 [doc][refactor](metrics) Reorganize FE and BE metrics and add document (#11307) 2022-08-02 11:34:06 +08:00
f8f63874a3 [docs](routine-load)modify config name (#11394)
modify config name
2022-08-02 11:17:37 +08:00
8537ec6c02 [doc] Add missing ADMIN DIAGNOSE TABLET doc (#11273)
Add missing ADMIN DIAGNOSE TABLET doc
2022-08-02 11:13:57 +08:00
22f5dedf8a [doc]Doc fix (#11384)
* fix document,pull-request and get-starting
2022-08-02 11:12:11 +08:00
5c1cd058f2 [Feature] Add interface to check tablet segment lost (#10711)
Co-authored-by: weizuo <weizuo@xiaomi.com>
2022-08-02 09:40:04 +08:00
547c18d28b [feature](load) support CLEAN LABEL stmt (#11362) 2022-08-01 10:43:33 +08:00
e002b55b01 fix be config buffer_pool_limit default value (#11373)
fix be config buffer_pool_limit default value
2022-08-01 08:46:15 +08:00
e7635e54ee [doc](unique key) add suggestion for replace_if_not_null (#11223) 2022-07-29 20:02:18 +08:00
a7e7df658c [Doc] update FAQ about ODBC (#11263) 2022-07-29 19:18:28 +08:00
4cbfd7822a update flink connecotr problem (#11075)
update flink connecotr problem
2022-07-29 17:22:59 +08:00
ea2fac597e update json import with read json by line (#11061)
update json import with read json by line
2022-07-29 17:04:45 +08:00