caiconghui opened a new pull request #4416:
URL: https://github.com/apache/incubator-doris/pull/4416
## Proposed changes
Fix typo for 'UNINSTALL PLUGIN'
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
caiconghui opened a new issue #4415:
URL: https://github.com/apache/incubator-doris/issues/4415
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
francisoliverlee commented on issue #4414:
URL:
https://github.com/apache/incubator-doris/issues/4414#issuecomment-678069116
may it possible when be dead, FE hold conections, so there are a lot of dead
conections not to be release.
francisoliverlee commented on issue #4414:
URL:
https://github.com/apache/incubator-doris/issues/4414#issuecomment-67802
> `java.io.IOException: 打开的文件过多`
>
> Looks like encounter `too many open files`? Have you deploy FE and BE on
same host?
no
-
morningman commented on issue #4414:
URL:
https://github.com/apache/incubator-doris/issues/4414#issuecomment-678066400
`java.io.IOException: 打开的文件过多`
Looks like encounter `too many open files`? Have you deploy FE and BE on
same host?
---
francisoliverlee opened a new issue #4414:
URL: https://github.com/apache/incubator-doris/issues/4414
**Describe the bug**
fe not alive on fe UI console when some be dead
**Expected behavior**
FEs run OK, be dead
**Screenshots**
FE log
```java
2020-08-21 02:0
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r474429568
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java
##
@@ -0,0 +1,450 @@
+// Licensed to the Apache Software Foun
wuyunfeng closed issue #4335:
URL: https://github.com/apache/incubator-doris/issues/4335
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
EmmyMiao87 commented on a change in pull request #4388:
URL: https://github.com/apache/incubator-doris/pull/4388#discussion_r474424442
##
File path: be/src/olap/schema_change.cpp
##
@@ -385,37 +385,37 @@ bool count_field(RowCursor* read_helper, RowCursor*
write_helper, const T
marising commented on a change in pull request #4330:
URL: https://github.com/apache/incubator-doris/pull/4330#discussion_r474392090
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -575,6 +583,78 @@ private void handleSetStmt() {
cont
yangzhg opened a new pull request #4413:
URL: https://github.com/apache/incubator-doris/pull/4413
## Proposed changes
In the current code, if we do not specify replication_num when creating
OlapTable, the default value of 3 will be used, but for some test environments
and small clus
caiconghui edited a comment on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-678018019
related issue #4402
This is an automated message from the Apache Git Service.
To respond to the m
morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474388758
##
File path: docs/en/README.md
##
@@ -74,3 +74,23 @@ cases:
actionText: Quick Start →
actionLink: /en/installing/compilation
---
+
Review
caiconghui commented on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-678018019
related issue #4355
This is an automated message from the Apache Git Service.
To respond to the message,
EmmyMiao87 commented on issue #4402:
URL:
https://github.com/apache/incubator-doris/issues/4402#issuecomment-678017060
@caiconghui Great! Please mention this issue in PR #4405
This is an automated message from the Apache Git
morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474383396
##
File path: docs/zh-CN/installing/compilation.md
##
@@ -106,3 +106,22 @@ under the License.
```
编译完成后,产出文件在 `output/` 目录中。
+
caiconghui commented on issue #4402:
URL:
https://github.com/apache/incubator-doris/issues/4402#issuecomment-678016056
@EmmyMiao87 @WingsGo is doing it now #4405
This is an automated message from the Apache Git Service.
To
EmmyMiao87 commented on issue #4402:
URL:
https://github.com/apache/incubator-doris/issues/4402#issuecomment-678015612
@francisoliverlee The grammar you mentioned only needs to modify the grammar
files `sql_parser.cup` and add a new `CreateTableLikeStmt` in analysis package.
This function
morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474382172
##
File path: build.sh
##
@@ -140,6 +124,13 @@ if [ ${CLEAN} -eq 1 -a ${BUILD_BE} -eq 0 -a ${BUILD_FE}
-eq 0 -a ${BUILD_SPARK_D
exit 1
f
morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474381723
##
File path: docs/en/README.md
##
@@ -74,3 +74,23 @@ cases:
actionText: Quick Start →
actionLink: /en/installing/compilation
---
+
Review
francisoliverlee commented on issue #4412:
URL:
https://github.com/apache/incubator-doris/issues/4412#issuecomment-678010244
put creating-table on a WebUI, hide the default replication_num logic.
or doris users should know one be in test-env, so replication_num must 1,
not defualt
--
yangzhg opened a new issue #4412:
URL: https://github.com/apache/incubator-doris/issues/4412
In the current code, if we do not specify `replication_num` when creating
OlapTable, the default value of 3 will be used, but for some test environments
and small clusters, the number of backends i
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 76a04de [MV] Input correct keys ty
morningman merged pull request #4408:
URL: https://github.com/apache/incubator-doris/pull/4408
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
morningman closed issue #4164:
URL: https://github.com/apache/incubator-doris/issues/4164
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 09b1965 [MV] Fix errors when alter materialized view which based on
dup table (#4375)
add a7422ee
morningman merged pull request #4406:
URL: https://github.com/apache/incubator-doris/pull/4406
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
morningman commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r474375267
##
File path: be/test/exec/unix_odbc_test.cpp
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
morningman merged pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
morningman closed issue #4374:
URL: https://github.com/apache/incubator-doris/issues/4374
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 0715c54 Fix mispelling (#4407)
add 09b1965 [MV] Fix errors when alter materialized view which bas
zhangy5 opened a new issue #4411:
URL: https://github.com/apache/incubator-doris/issues/4411
**Describe the bug**

**To Reproduce**
1. create table:
`CREATE TABLE t
wuyunfeng closed issue #4341:
URL: https://github.com/apache/incubator-doris/issues/4341
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
satanson opened a new pull request #4410:
URL: https://github.com/apache/incubator-doris/pull/4410
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature requ
imay commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r474354238
##
File path: be/test/exec/unix_odbc_test.cpp
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribu
chaoyli merged pull request #4407:
URL: https://github.com/apache/incubator-doris/pull/4407
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 04a75b7 [Doc] Fix spelling errors in dynamic partition docs (#4395)
add 0715c54 Fix mispelling (#
WillemJiang commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474335521
##
File path: build.sh
##
@@ -140,6 +124,13 @@ if [ ${CLEAN} -eq 1 -a ${BUILD_BE} -eq 0 -a ${BUILD_FE}
-eq 0 -a ${BUILD_SPARK_D
exit 1
morningman commented on a change in pull request #4404:
URL: https://github.com/apache/incubator-doris/pull/4404#discussion_r474054040
##
File path: docs/en/administrator-guide/load-data/delete-manual.md
##
@@ -162,6 +162,12 @@ In general, Doris's deletion timeout is limited fr
satanson opened a new issue #4409:
URL: https://github.com/apache/incubator-doris/issues/4409
"align_tag_path" and ALIGN_TAG_PREFIX is needless, so involved codes can
removed to improve coverage ratio.
```
ag align_tag_path
be/src/olap/data_dir.cpp
99:std::string
caiconghui commented on a change in pull request #4405:
URL: https://github.com/apache/incubator-doris/pull/4405#discussion_r473953517
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableLikeStmt.java
##
@@ -0,0 +1,96 @@
+// Licensed to the Apache Softw
EmmyMiao87 opened a new pull request #4408:
URL: https://github.com/apache/incubator-doris/pull/4408
Define Expr will not serialized in Column `toThrift`.
1. When adding partition, different indexes should use their own keys type
instead of using the keys type of base table uniform
bigdataplumber opened a new pull request #4407:
URL: https://github.com/apache/incubator-doris/pull/4407
Centers to centos
This is an automated message from the Apache Git Service.
To respond to the message, please lo
morningman commented on a change in pull request #4362:
URL: https://github.com/apache/incubator-doris/pull/4362#discussion_r473822913
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/InformationFunction.java
##
@@ -75,3 +80,5 @@ public String toSqlImpl() {
morningman commented on a change in pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r473762089
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/AlterTableStmt.java
##
@@ -70,6 +76,50 @@ public void analyze(Analyzer analyz
ZhangYu0123 opened a new pull request #4406:
URL: https://github.com/apache/incubator-doris/pull/4406
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature r
yangzhg commented on a change in pull request #4362:
URL: https://github.com/apache/incubator-doris/pull/4362#discussion_r473781656
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/InformationFunction.java
##
@@ -75,3 +80,5 @@ public String toSqlImpl() {
wuyunfeng edited a comment on issue #4341:
URL:
https://github.com/apache/incubator-doris/issues/4341#issuecomment-677448131
$YOUR_DORIS_FE_RESFUL_PORT should be http port of Doris FE. You can get the
`http` port from `fe.conf` -> `http_port`
@7itrees
If you have already resolved t
morningman commented on a change in pull request #4359:
URL: https://github.com/apache/incubator-doris/pull/4359#discussion_r473743952
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java
##
@@ -96,6 +98,14 @@ public Expr evalExpr(Expr cons
wuyunfeng edited a comment on issue #4341:
URL:
https://github.com/apache/incubator-doris/issues/4341#issuecomment-677448131
$YOUR_DORIS_FE_RESFUL_PORT should be http port of Doris FE. You can get the
`http` port from `fe.conf` -> `http_port`
@7itrees
---
wuyunfeng commented on issue #4341:
URL:
https://github.com/apache/incubator-doris/issues/4341#issuecomment-677448131
$YOUR_DORIS_FE_RESFUL_PORT should be http port of Doris FE. You can get the
`http` port from `fe.conf` -> `http_port`
---
WingsGo opened a new pull request #4405:
URL: https://github.com/apache/incubator-doris/pull/4405
## Proposed changes
Support new synatx `CREATE TABLE [IF NOT EXISTS] [db_name].table_name AS
[db_name2].table_name2;` to create a new table from existed table with same
table schema.Ref
EmmyMiao87 commented on issue #4341:
URL:
https://github.com/apache/incubator-doris/issues/4341#issuecomment-677427931
This looks like the connection fails when spark wants to link to doris. You
can directly telnet the doris port on the spark cluster machine to see if it
can be connected?
caiconghui opened a new pull request #4404:
URL: https://github.com/apache/incubator-doris/pull/4404
## Proposed changes
Add in predicate support content in delete-manual.md
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in th
EmmyMiao87 commented on issue #4402:
URL:
https://github.com/apache/incubator-doris/issues/4402#issuecomment-677425517
目前并不支持,不过这确实是一个好需求。
但doris的表结构导出后,应该只能给doris自身使用。并不适合mysql数据库。因为doris本身的数据模型和mysql是不一样的。
目前你可以通过 `show create table table_name` 命令来查看建表的sql。但不能批量导出。
It is
caiconghui opened a new issue #4403:
URL: https://github.com/apache/incubator-doris/issues/4403
some content of delete-manual.md is out of date, and need to be updated and
corrected
This is an automated message from the Apac
EmmyMiao87 commented on a change in pull request #4359:
URL: https://github.com/apache/incubator-doris/pull/4359#discussion_r473690884
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java
##
@@ -96,6 +98,14 @@ public Expr evalExpr(Expr cons
lambgong opened a new issue #4402:
URL: https://github.com/apache/incubator-doris/issues/4402
doris是否支持类似mysqldump这种工具,可以导出整个库的表结构之类的?
This is an automated message from the Apache Git Service.
To respond to the message, pleas
59 matches
Mail list logo