[GitHub] [incubator-doris] imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh

2019-08-02 Thread GitBox
imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh URL: https://github.com/apache/incubator-doris/pull/1579 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 #1578: Compile BE with right MACRO after run-ut.sh

2019-08-02 Thread GitBox
imay opened a new issue #1578: Compile BE with right MACRO after run-ut.sh URL: https://github.com/apache/incubator-doris/issues/1578 Currently, if we compile BE after running run-ut.sh, we will get a compiled BE with BE_TEST enable. In that BE, some code can't run correctly because it is

Fwd: [MENTORS] IPMC Policy change work in progress disclaimer

2019-08-02 Thread Dave Fisher
FYI > Begin forwarded message: > > From: Justin Mclean > Subject: [MENTORS] IPMC Policy change work in progress disclaimer > Date: August 1, 2019 at 7:25:00 PM PDT > To: gene...@incubator.apache.org > Reply-To: gene...@incubator.apache.org > > Hi, > > The work in progress progress disclaimer (

[GitHub] [incubator-doris] imay opened a new pull request #1577: Support Segment for BetaRowset

2019-08-02 Thread GitBox
imay opened a new pull request #1577: Support Segment for BetaRowset URL: https://github.com/apache/incubator-doris/pull/1577 This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: 询问关于API的问题

2019-08-02 Thread Zhao Chun
你可以像访问MySQL一样访问Doris。MySQL的JDBC就可以用来访问Doris 程亚楠 于2019年8月2日周五 下午5:01写道: > 尊敬的Doris工作人员: > 您好,Doris有没有提供相应的Java或者Scala API啊,Apache Doris官网上并没有相关内容

????????API??????

2019-08-02 Thread ??????
??Doris?? ??DorisJavaScala APIApache Doris

[GitHub] [incubator-doris] morningman commented on a change in pull request #1575: Thrown TabletQuorumFailedException in commitTxn

2019-08-02 Thread GitBox
morningman commented on a change in pull request #1575: Thrown TabletQuorumFailedException in commitTxn URL: https://github.com/apache/incubator-doris/pull/1575#discussion_r310038618 ## File path: fe/src/main/java/org/apache/doris/transaction/TabletQuorumFailedException.java #

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310029920 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated Meta

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310024330 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310014596 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310027271 ## File path: be/src/olap/key_coder.h ## @@ -0,0 +1,221 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310022895 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310025240 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310020386 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310021203 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] chaoyli opened a new pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-02 Thread GitBox
chaoyli opened a new pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576 1. Calculate cumulative point when loading tablet first time. 2. Simplify pick rowsets logic upon delete predicate. 3. S

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1575: Thrown TabletQuorumFailedException in commitTxn

2019-08-02 Thread GitBox
EmmyMiao87 opened a new pull request #1575: Thrown TabletQuorumFailedException in commitTxn URL: https://github.com/apache/incubator-doris/pull/1575 The TabletQuorumFailedException will be thrown in commitTxn while the success replica num of tablet is less then quorom replica num. The H