[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669312 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669307 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669341 ## File path: fe/src/main/java/org/apache/doris/catalog/BrokerTable.java ## @@ -202,7 +218,7 @@ p

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669329 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Soft

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669338 ## File path: be/src/exec/local_file_reader.cpp ## @@ -14,13 +14,15 @@ // KIND, either express o

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-02 Thread GitBox
worker24h commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r289669326 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Soft

[GitHub] [incubator-doris] morningman opened a new issue #1234: SSL support in routine load with kafka

2019-06-02 Thread GitBox
morningman opened a new issue #1234: SSL support in routine load with kafka URL: https://github.com/apache/incubator-doris/issues/1234 Some Kafka cluster enables the encryption and authentication with SSL, which need client to offer certification file or client public/private key files when

[GitHub] [incubator-doris] morningman opened a new pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
morningman opened a new pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235 1. Implement a Small File Manager which allows user to upload small files, save them in Doris and use them later. Details can be fo

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289695500 ## File path: docs/documentation/cn/administrator-guide/http-actions/fe_get_log_file.md

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
kangpinghuang commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289701527 ## File path: docs/documentation/cn/administrator-guide/load-data/routine-load-manual.

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289695500 ## File path: docs/documentation/cn/administrator-guide/http-actions/fe_get_log_file.md

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289696806 ## File path: docs/help/Contents/Data Definition/ddl_stmt.md ## @@ -595,9 +595,9

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-02 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289698255 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateFileStmt.java ##

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289712195 ## File path: fe/src/main/java/org/apache/doris/common/util/KafkaUtil.java ## @@ -0,0

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289713077 ## File path: fe/src/test/java/org/apache/doris/common/util/SmallFileMgrTest.java ## @

[GitHub] [incubator-doris] imay opened a new issue #1236: Bad performance when query a table which has many columns(100+)

2019-06-03 Thread GitBox
imay opened a new issue #1236: Bad performance when query a table which has many columns(100+) URL: https://github.com/apache/incubator-doris/issues/1236 **Describe the bug** When query two columns in a wide table (`table1`) which has many columns, in this case is 178 columns. I

[GitHub] [incubator-doris] imay commented on issue #1236: Bad performance when query a table which has many columns(100+)

2019-06-03 Thread GitBox
imay commented on issue #1236: Bad performance when query a table which has many columns(100+) URL: https://github.com/apache/incubator-doris/issues/1236#issuecomment-498170972 When I looked into code, I found the only difference between these two query is that in wide table, we will crea

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1237: Change strategy of incorrect data

2019-06-03 Thread GitBox
EmmyMiao87 opened a new pull request #1237: Change strategy of incorrect data URL: https://github.com/apache/incubator-doris/pull/1237 This change adds a config named enable_load_strict which is used to prohibit the incorrect data. When the config is set to false, the incorrect data will

[GitHub] [incubator-doris] imay opened a new pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
imay opened a new pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238 Before RowBlock will reserve memory for all columns in schema, even if it is not queried. Which will cause bad performance when quering wide table. In thi

[GitHub] [incubator-doris] kangkaisen opened a new issue #1239: IllegalArgumentException when loadLoadJobsV2

2019-06-03 Thread GitBox
kangkaisen opened a new issue #1239: IllegalArgumentException when loadLoadJobsV2 URL: https://github.com/apache/incubator-doris/issues/1239 **Describe the bug** ``` java.lang.IllegalArgumentException: No enum constant org.apache.doris.load.EtlJobType. at java.base/java.l

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen opened a new pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240 Fix https://github.com/apache/incubator-doris/issues/1239 This is an automated m

[GitHub] [incubator-doris] morningman commented on a change in pull request #1237: Change strategy of incorrect data

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1237: Change strategy of incorrect data URL: https://github.com/apache/incubator-doris/pull/1237#discussion_r289786192 ## File path: be/src/common/config.h ## @@ -419,6 +419,11 @@ namespace config { // same cache size

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1241: Add new format file api

2019-06-03 Thread GitBox
kangpinghuang opened a new pull request #1241: Add new format file api URL: https://github.com/apache/incubator-doris/pull/1241 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] imay opened a new issue #1242: Upgrade BRPC to 0.9.5

2019-06-03 Thread GitBox
imay opened a new issue #1242: Upgrade BRPC to 0.9.5 URL: https://github.com/apache/incubator-doris/issues/1242 **Describe the bug** We use json2pb in our UT, but we meet BRPC's [bug](https://github.com/apache/incubator-brpc/issues/283). So we need to upgrade our BRPC depende

[GitHub] [incubator-doris] imay opened a new pull request #1243: Upgrade brpc to 0.9.5

2019-06-03 Thread GitBox
imay opened a new pull request #1243: Upgrade brpc to 0.9.5 URL: https://github.com/apache/incubator-doris/pull/1243 Fix #1242 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] imay commented on issue #1242: Upgrade BRPC to 0.9.5

2019-06-03 Thread GitBox
imay commented on issue #1242: Upgrade BRPC to 0.9.5 URL: https://github.com/apache/incubator-doris/issues/1242#issuecomment-498287464 apache/incubator-brpc#283 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289698255 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateFileStmt.java ##

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r289696806 ## File path: docs/help/Contents/Data Definition/ddl_stmt.md ## @@ -595,9 +595,9

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
kangpinghuang commented on a change in pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238#discussion_r290095012 ## File path: be/src/olap/row_block.cpp ## @@ -314,51 +115,29 @@ void RowBlock::clear() { } void RowB

[GitHub] [incubator-doris] imay commented on a change in pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
imay commented on a change in pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238#discussion_r290099274 ## File path: be/src/olap/row_block.cpp ## @@ -314,51 +115,29 @@ void RowBlock::clear() { } void RowBlock::_com

[GitHub] [incubator-doris] imay closed pull request #1243: Upgrade brpc to 0.9.5

2019-06-03 Thread GitBox
imay closed pull request #1243: Upgrade brpc to 0.9.5 URL: https://github.com/apache/incubator-doris/pull/1243 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] imay opened a new pull request #1243: Upgrade brpc to 0.9.5

2019-06-03 Thread GitBox
imay opened a new pull request #1243: Upgrade brpc to 0.9.5 URL: https://github.com/apache/incubator-doris/pull/1243 Fix #1242 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290106749 ## File path: fe/src/test/java/org/apache/doris/common/util/SmallFileMgrTest.java ###

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290106759 ## File path: fe/src/main/java/org/apache/doris/common/util/KafkaUtil.java ## @@

[GitHub] [incubator-doris] morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#issuecomment-498496714 @kangkaisen This is an automated message from the

[GitHub] [incubator-doris] kangpinghuang closed pull request #1241: Add new format file api

2019-06-03 Thread GitBox
kangpinghuang closed pull request #1241: Add new format file api URL: https://github.com/apache/incubator-doris/pull/1241 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] worker24h opened a new pull request #1244: fixup leak memory

2019-06-03 Thread GitBox
worker24h opened a new pull request #1244: fixup leak memory URL: https://github.com/apache/incubator-doris/pull/1244 When I declared that the compilation mode was BUILD_TYPE=LSAN, there was a memory leak after running doris. be.out: Direct leak of 32816 byte(s) in 1 object(s) all

[GitHub] [incubator-doris] morningman edited a comment on issue #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
morningman edited a comment on issue #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#issuecomment-498496714 @kangkaisen `Save the small file content to FE metadata is necessary? could we save the small file conte

[GitHub] [incubator-doris] imay merged pull request #1244: fixup leak memory

2019-06-03 Thread GitBox
imay merged pull request #1244: fixup leak memory URL: https://github.com/apache/incubator-doris/pull/1244 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] kangkaisen commented on issue #1235: Support SSL authentication with Kafka in routine load job

2019-06-03 Thread GitBox
kangkaisen commented on issue #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#issuecomment-498502628 > @kangkaisen > `Save the small file content to FE metadata is necessary? could we save the small file content i

[GitHub] [incubator-doris] morningman closed issue #1242: Upgrade BRPC to 0.9.5

2019-06-03 Thread GitBox
morningman closed issue #1242: Upgrade BRPC to 0.9.5 URL: https://github.com/apache/incubator-doris/issues/1242 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] morningman merged pull request #1243: Upgrade brpc to 0.9.5

2019-06-03 Thread GitBox
morningman merged pull request #1243: Upgrade brpc to 0.9.5 URL: https://github.com/apache/incubator-doris/pull/1243 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] imay closed pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
imay closed pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay opened a new pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
imay opened a new pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238 Before RowBlock will reserve memory for all columns in schema, even if it is not queried. Which will cause bad performance when quering wide table. In thi

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen opened a new pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240 Fix https://github.com/apache/incubator-doris/issues/1239 This is an automated m

[GitHub] [incubator-doris] imay closed pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
imay closed pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290123942 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java ## @@ -662,6 +662,24

[GitHub] [incubator-doris] morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290123896 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] imay opened a new pull request #1245: Add converter to convert expression to plan node

2019-06-03 Thread GitBox
imay opened a new pull request #1245: Add converter to convert expression to plan node URL: https://github.com/apache/incubator-doris/pull/1245 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] chenhao7253886 merged pull request #1245: Add converter to convert expression to plan node

2019-06-03 Thread GitBox
chenhao7253886 merged pull request #1245: Add converter to convert expression to plan node URL: https://github.com/apache/incubator-doris/pull/1245 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman merged pull request #1238: Reduce memory RowBlock needed

2019-06-03 Thread GitBox
morningman merged pull request #1238: Reduce memory RowBlock needed URL: https://github.com/apache/incubator-doris/pull/1238 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290133953 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290135798 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
morningman commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290135848 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] imay commented on a change in pull request #1237: Change strategy of incorrect data

2019-06-03 Thread GitBox
imay commented on a change in pull request #1237: Change strategy of incorrect data URL: https://github.com/apache/incubator-doris/pull/1237#discussion_r290139546 ## File path: docs/documentation/cn/administrator-guide/config/be_config.md ## @@ -0,0 +1,20 @@ +# be ��˵�

[GitHub] [incubator-doris] imay opened a new issue #1246: Make MySQL optional

2019-06-03 Thread GitBox
imay opened a new issue #1246: Make MySQL optional URL: https://github.com/apache/incubator-doris/issues/1246 Now, we support scanning MySQL table. we use libmysqlclient.a whose license is GPLv2, which is not compatible with APLv2. we should make it optional so that we can make it an

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290145895 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290145895 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-03 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290146308 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] chenhao7253886 closed issue #1053: New query scheduler

2019-06-04 Thread GitBox
chenhao7253886 closed issue #1053: New query scheduler URL: https://github.com/apache/incubator-doris/issues/1053 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1247: Add segment v2 api

2019-06-04 Thread GitBox
kangpinghuang opened a new pull request #1247: Add segment v2 api URL: https://github.com/apache/incubator-doris/pull/1247 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay opened a new pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay opened a new pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 #1246 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on a change in pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248#discussion_r290262004 ## File path: build.sh ## @@ -48,25 +48,32 @@ usage() { echo " Usage: $0 Optional options: - --be

[GitHub] [incubator-doris] morningman commented on a change in pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248#discussion_r290261942 ## File path: build.sh ## @@ -48,25 +48,32 @@ usage() { echo " Usage: $0 Optional options: - --be

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290268959 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] imay opened a new pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout

2019-06-04 Thread GitBox
imay opened a new pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout URL: https://github.com/apache/incubator-doris/pull/1249 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290302644 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] morningman merged pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout

2019-06-04 Thread GitBox
morningman merged pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout URL: https://github.com/apache/incubator-doris/pull/1249 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] imay closed pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay closed pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] imay opened a new pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay opened a new pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 #1246 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman closed issue #1239: IllegalArgumentException when loadLoadJobsV2

2019-06-04 Thread GitBox
morningman closed issue #1239: IllegalArgumentException when loadLoadJobsV2 URL: https://github.com/apache/incubator-doris/issues/1239 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman merged pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
morningman merged pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331312 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337597 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337094 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290335537 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290335073 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331427 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337424 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290338852 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331208 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337800 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290335722 ## File path: be/src/runtime/routine_load/data_consumer.cpp ## @@ -199,6 +227,66 @@ St

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290352092 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ## @@ -0

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290355134 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290335969 ## File path: be/src/runtime/routine_load/data_consumer.cpp ## @@ -199,6 +227,66 @@ St

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290354184 ## File path: fe/src/main/java/org/apache/doris/http/rest/GetSmallFileAction.java ## @

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290352781 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ## @@ -0

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290346108 ## File path: gensrc/thrift/BackendService.thrift ## @@ -144,4 +161,6 @@ service Backe

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290551341 ## File path: gensrc/thrift/BackendService.thrift ## @@ -144,4 +161,6 @@ service

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290552087 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ##

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290552100 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ##

[GitHub] [incubator-doris] morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#issuecomment-498908599 temporary close This is an automated message from

[GitHub] [incubator-doris] morningman closed pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman closed pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] kangkaisen opened a new issue #1250: HLL query error when only upgrade BE to 0.10

2019-06-04 Thread GitBox
kangkaisen opened a new issue #1250: HLL query error when only upgrade BE to 0.10 URL: https://github.com/apache/incubator-doris/issues/1250 **Describe the bug** ``` mysql> select HLL_UNION_AGG(set1), HLL_UNION_AGG(set2), count(*) from hll_test; ERROR 1064 (HY000): Unable to f

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1251: Make hll function backward compatibility

2019-06-04 Thread GitBox
kangkaisen opened a new pull request #1251: Make hll function backward compatibility URL: https://github.com/apache/incubator-doris/pull/1251 Fix https://github.com/apache/incubator-doris/issues/1250 This is an automated mess

[GitHub] [incubator-doris] lshmouse opened a new issue #1252: Failed to build doris 0.10 on centos 7.3

2019-06-04 Thread GitBox
lshmouse opened a new issue #1252: Failed to build doris 0.10 on centos 7.3 URL: https://github.com/apache/incubator-doris/issues/1252 Building thirdparty lib success, but be/fe failed with folliwing erros in centos 7.3 with gcc 5.3.1 Any suggestion? Thanks~ ``` /home/liushaohui/

[GitHub] [incubator-doris] luoyafei opened a new issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation

2019-06-04 Thread GitBox
luoyafei opened a new issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation URL: https://github.com/apache/incubator-doris/issues/1253 I have upgraded to 0.10, but not find 'kafka load example' in 'help stream load' doc.

[GitHub] [incubator-doris] imay commented on issue #1252: Failed to build doris 0.10 on centos 7.3

2019-06-04 Thread GitBox
imay commented on issue #1252: Failed to build doris 0.10 on centos 7.3 URL: https://github.com/apache/incubator-doris/issues/1252#issuecomment-498922717 It seems that enable zstd compress when build rocksdb, however there is no zstd library. you should rebuild rocksdb with ZSTD disabled.

[GitHub] [incubator-doris] imay merged pull request #1251: Make hll function backward compatibility

2019-06-04 Thread GitBox
imay merged pull request #1251: Make hll function backward compatibility URL: https://github.com/apache/incubator-doris/pull/1251 This is an automated message from the Apache Git Service. To respond to the message, please log

<    1   2   3   4   5   6   7   8   9   10   >