You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by ShaoFeng Shi <sh...@apache.org> on 2019/07/01 03:21:44 UTC

Re: [VOTE] Release Apache Doris 0.10.0-incubating-rc04

+1
I have checked:

1. Download links are all good.
2. Checksums and PGP signatures are OK.
3. LICENSE and NOTICE files are all corrected.


Best regards,

Shaofeng Shi 史少锋
Apache Kylin PMC
Email: shaofengshi@apache.org

Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html
Join Kylin user mail group: user-subscribe@kylin.apache.org
Join Kylin dev mail group: dev-subscribe@kylin.apache.org




MingyuChen <mo...@163.com> 于2019年6月30日周日 下午5:25写道:

> Hi Sheng Wu:
>
> Thank you for your remind.
>
> We just use MySQL client library in Doris so that Doris is able to visit
> external MySQL table.
> Without MySQL client library, Doris still works, fully functional.
> So I think this dependency is OPTIONAL to Doris.
>
> On the other hand, we are considering to replace the MySQL client library
> with other alternative implements,
> so that it will not be a problem anymore.
>
>
> > 在 2019年6月30日,上午11:39,Sheng Wu <wu...@gmail.com> 写道:
> >
> >> We will change the default building options of some libraries which
> > License are not compatible with ASL, such as Mysql, to false
> > on next release.
> >
> > Just a reminder.
> > For this kind of dependency, you also should make this library as
> optional
> > in your feature. Such as for MySQL, should have a default DB, which
> license
> > is compatible with Apache 2.0
> > If MySQL is always required, and you just didn't include in binary, it is
> > still the catalog X dependency.
> >
> > Sheng Wu 吴晟
> >
> > Apache SkyWalking, ShardingSphere, Zipkin
> > Twitter, wusheng1108
> >
> >
> > MingyuChen <mo...@163.com> 于2019年6月30日周日 上午9:55写道:
> >
> >> Hi Willem:
> >>
> >> Thank you for your check.
> >>
> >> We will change the default building options of some libraries which
> >> License are not compatible with ASL, such as Mysql, to false
> >> on next release.
> >>
> >>
> >>> 在 2019年6月29日,下午5:58,Willem Jiang <wi...@gmail.com> 写道:
> >>>
> >>> +1.
> >>>
> >>> I checked
> >>> The artifacts has incubating in the name.
> >>> There is no binary in the release kit.
> >>> signature and hash is OK
> >>> DISCLAIMER file exists
> >>> LICENSE and NOTICE looks good to me.
> >>>
> >>> There is a license notice section in the README file need to be
> >>> polished, I think by default build we should exclude the libraries
> >>> which License is not compiled with ASL.
> >>> End user could enable the feature by building the binary himself with
> >>> some additional options.
> >>>
> >>> Willem Jiang
> >>>
> >>> Twitter: willemjiang
> >>> Weibo: 姜宁willem
> >>>
> >>> On Tue, Jun 25, 2019 at 9:15 AM 陈明雨 <mo...@163.com> wrote:
> >>>>
> >>>> Hi all,
> >>>>
> >>>>
> >>>> Please review and vote on Apache Doris 0.10.0-incubating-rc04 release.
> >>>>
> >>>>
> >>>> Apache Doris is an MPP-based interactive SQL data warehousing for
> >> reporting and analysis.
> >>>>
> >>>>
> >>>> The Apache Doris community has voted on and approved this release:
> >>>>
> >>
> https://lists.apache.org/thread.html/a4b5c1102168769e6802aa7fe4db0482f7288d76210b58125b074355@%3Cdev.doris.apache.org%3E
> >>>>
> >>>>
> >>>> The vote result email is at end of this thread:
> >>>>
> >>
> https://lists.apache.org/thread.html/a4b5c1102168769e6802aa7fe4db0482f7288d76210b58125b074355@%3Cdev.doris.apache.org%3E
> >>>>
> >>>>
> >>>> The release candidate has been tagged in GitHub as 0.10.0-rc04,
> >> available here:
> >>>> https://github.com/apache/incubator-doris/releases/tag/0.10.0-rc04
> >>>>
> >>>>
> >>>> ===== CHANGE LOG ====
> >>>>
> >>>>
> >>>> New Features:
> >>>>
> >>>>
> >>>> * Support Routine Load
> >>>> Doris now support routine load job, which allow user to create a
> routine
> >>>> load job with simple instruction, and the data will be consumed and
> >> loaded
> >>>> into Doris automatically. More information and guide can be found in
> >>>> [Routine Load](
> >>
> https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md
> >> ).
> >>>>
> >>>>
> >>>> * Support Doris on ES
> >>>> Doris now support querying Elasticsearch. User can create an extern
> >> table
> >>>> with engine type `ES`, and query it as a normal table. Doris also
> >> support a
> >>>> new built-in function `es_query()`, which allow user to write special
> >>>> Elasticsearch query language in SQL. More information and guide can be
> >>>> found in [Doris-On-ES](
> >>
> https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/extending-doris/doris-on-es.md
> >> )
> >>>>
> >>>>
> >>>> * Support UDF and UDAF
> >>>> Now user can write UDF and UDAF in C++ language.
> >>>>
> >>>>
> >>>> * New documentation framework
> >>>> All documents of Doris will be moved to the directory
> >>>> `docs/documentation/`. You can see [README](
> >>>> https://github.com/apache/incubator-doris/blob/master/docs/readme.md)
> >> to
> >>>> get more information, and help us complete the documentations. Any
> >>>> documents are welcome.
> >>>> There is also a new directory `samples/` which contains some samples
> of
> >>>> using Doris.
> >>>>
> >>>>
> >>>> Enhancement:
> >>>>
> >>>>
> >>>> * High performance Decimal type implementation.(#727)
> >>>> * Parallel execution of fragment instance (#851)
> >>>> * Support hll_union_agg in Analytic Function (#819)
> >>>> * Support hll_raw_agg in Aggregate Function (#832)
> >>>> * Support adding columns to multiple rollup indexes in one ALTER TABLE
> >>>> stmt (#931)
> >>>>
> >>>>
> >>>> Usability:
> >>>>
> >>>>
> >>>> * Add --daemon option to all start scripts (#642)
> >>>> * Remove the restrict that delete stmt must specify partition even for
> >>>> unpartitioned table (#668)
> >>>> * Remove restrict of that Analytic function must have partition by
> >> clause
> >>>> (#659)
> >>>> * Support `enable_insert_strict` session variable to control the
> insert
> >>>> request (#1013)
> >>>> * Support NEGATIVE keyword in Broker Load (#1101)
> >>>> * Support more functions which can be calculated in Frontends:
> >>>> unix_timestamp(), str_to_date(), current_user(), user()
> >>>> * Support more built-in functions: money_format(), left(), right()
> >>>> * New metrics: disk_state, tablet_distribution, scheduled_tablet_num
> >>>> * Forward some requests to Master Frontend to get accurate results
> >> (#944)
> >>>>
> >>>>
> >>>> Bug fixed:
> >>>>
> >>>>
> >>>> * A lot of bugs fixed. Please see [ISSUES](
> >> https://github.com/apache/incubator-doris/issues) to get more
> >>>> information.
> >>>>
> >>>>
> >>>> ======================
> >>>>
> >>>>
> >>>> The artifacts (source, signature and checksum) corresponding to this
> >> release candidate can be found here:
> >>>>
> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/
> >>>>
> >>>>
> >>>> This has been signed with PGP key A30C9DA2, corresponding to
> >> chenmingyu@apache.org.
> >>>> KEYS file is available here:
> >>>>
> >>
> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/KEYS
> >>>> It is also listed here:
> >>>> https://people.apache.org/keys/committer/morningman.asc
> >>>>
> >>>>
> >>>> The vote will be open for at least 72 hours.
> >>>> [ ] +1 Approve the release
> >>>> [ ] +0 No opinion
> >>>> [ ] -1 Do not release this package because ...
> >>>>
> >>>>
> >>>> To verify and build, you can refer to following instruction:
> >>>>
> >>>>
> >>>> Firstly, you must be install and start docker service, and then you
> >> could build Doris as following steps:
> >>>>
> >>>>
> >>>> Step1: Pull the docker image with Doris building environment
> >>>> $ docker pull apachedoris/doris-dev:build-env-1.1
> >>>> You can check it by listing images, its size is about 3.28GB.
> >>>>
> >>>>
> >>>> Step2: Run the Docker image
> >>>> You can run image directly:
> >>>> $ docker run -it apachedoris/doris-dev:build-env-1.1
> >>>>
> >>>>
> >>>> Step3: Download Doris source
> >>>> Now you should in docker environment, and you can download Doris
> source
> >> package.
> >>>> (If you have downloaded source and it is not in image, you can map its
> >> path to image in Step2.)
> >>>> $ wget
> >>
> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/apache-doris-0.10.0-incubating-src.tar.gz
> >>>>
> >>>>
> >>>> Step4: Build Doris
> >>>> Now you can decompress and enter Doris source path and build Doris.
> >>>> $ tar zxvf apache-doris-0.10.0-incubating-src.tar.gz
> >>>> $ cd apache-doris-0.10.0-incubating-src
> >>>> $ sh build.sh
> >>>>
> >>>>
> >>>> --
> >>>> 此致!Best Regards
> >>>> 陈明雨 Mingyu Chen
> >>>>
> >>>> Email:
> >>>> chenmingyu@apache.org
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> >>> For additional commands, e-mail: general-help@incubator.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: general-help@incubator.apache.org
> >>
> >>
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache Doris 0.10.0-incubating-rc04

Posted by MingyuChen <mo...@163.com>.
Hi ShaoFeng:
Thanks for your check!

> 在 2019年7月1日,上午11:21,ShaoFeng Shi <sh...@apache.org> 写道:
> 
> +1
> I have checked:
> 
> 1. Download links are all good.
> 2. Checksums and PGP signatures are OK.
> 3. LICENSE and NOTICE files are all corrected.
> 
> 
> Best regards,
> 
> Shaofeng Shi 史少锋
> Apache Kylin PMC
> Email: shaofengshi@apache.org
> 
> Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html
> Join Kylin user mail group: user-subscribe@kylin.apache.org
> Join Kylin dev mail group: dev-subscribe@kylin.apache.org
> 
> 
> 
> 
> MingyuChen <mo...@163.com> 于2019年6月30日周日 下午5:25写道:
> 
>> Hi Sheng Wu:
>> 
>> Thank you for your remind.
>> 
>> We just use MySQL client library in Doris so that Doris is able to visit
>> external MySQL table.
>> Without MySQL client library, Doris still works, fully functional.
>> So I think this dependency is OPTIONAL to Doris.
>> 
>> On the other hand, we are considering to replace the MySQL client library
>> with other alternative implements,
>> so that it will not be a problem anymore.
>> 
>> 
>>> 在 2019年6月30日,上午11:39,Sheng Wu <wu...@gmail.com> 写道:
>>> 
>>>> We will change the default building options of some libraries which
>>> License are not compatible with ASL, such as Mysql, to false
>>> on next release.
>>> 
>>> Just a reminder.
>>> For this kind of dependency, you also should make this library as
>> optional
>>> in your feature. Such as for MySQL, should have a default DB, which
>> license
>>> is compatible with Apache 2.0
>>> If MySQL is always required, and you just didn't include in binary, it is
>>> still the catalog X dependency.
>>> 
>>> Sheng Wu 吴晟
>>> 
>>> Apache SkyWalking, ShardingSphere, Zipkin
>>> Twitter, wusheng1108
>>> 
>>> 
>>> MingyuChen <mo...@163.com> 于2019年6月30日周日 上午9:55写道:
>>> 
>>>> Hi Willem:
>>>> 
>>>> Thank you for your check.
>>>> 
>>>> We will change the default building options of some libraries which
>>>> License are not compatible with ASL, such as Mysql, to false
>>>> on next release.
>>>> 
>>>> 
>>>>> 在 2019年6月29日,下午5:58,Willem Jiang <wi...@gmail.com> 写道:
>>>>> 
>>>>> +1.
>>>>> 
>>>>> I checked
>>>>> The artifacts has incubating in the name.
>>>>> There is no binary in the release kit.
>>>>> signature and hash is OK
>>>>> DISCLAIMER file exists
>>>>> LICENSE and NOTICE looks good to me.
>>>>> 
>>>>> There is a license notice section in the README file need to be
>>>>> polished, I think by default build we should exclude the libraries
>>>>> which License is not compiled with ASL.
>>>>> End user could enable the feature by building the binary himself with
>>>>> some additional options.
>>>>> 
>>>>> Willem Jiang
>>>>> 
>>>>> Twitter: willemjiang
>>>>> Weibo: 姜宁willem
>>>>> 
>>>>> On Tue, Jun 25, 2019 at 9:15 AM 陈明雨 <mo...@163.com> wrote:
>>>>>> 
>>>>>> Hi all,
>>>>>> 
>>>>>> 
>>>>>> Please review and vote on Apache Doris 0.10.0-incubating-rc04 release.
>>>>>> 
>>>>>> 
>>>>>> Apache Doris is an MPP-based interactive SQL data warehousing for
>>>> reporting and analysis.
>>>>>> 
>>>>>> 
>>>>>> The Apache Doris community has voted on and approved this release:
>>>>>> 
>>>> 
>> https://lists.apache.org/thread.html/a4b5c1102168769e6802aa7fe4db0482f7288d76210b58125b074355@%3Cdev.doris.apache.org%3E
>>>>>> 
>>>>>> 
>>>>>> The vote result email is at end of this thread:
>>>>>> 
>>>> 
>> https://lists.apache.org/thread.html/a4b5c1102168769e6802aa7fe4db0482f7288d76210b58125b074355@%3Cdev.doris.apache.org%3E
>>>>>> 
>>>>>> 
>>>>>> The release candidate has been tagged in GitHub as 0.10.0-rc04,
>>>> available here:
>>>>>> https://github.com/apache/incubator-doris/releases/tag/0.10.0-rc04
>>>>>> 
>>>>>> 
>>>>>> ===== CHANGE LOG ====
>>>>>> 
>>>>>> 
>>>>>> New Features:
>>>>>> 
>>>>>> 
>>>>>> * Support Routine Load
>>>>>> Doris now support routine load job, which allow user to create a
>> routine
>>>>>> load job with simple instruction, and the data will be consumed and
>>>> loaded
>>>>>> into Doris automatically. More information and guide can be found in
>>>>>> [Routine Load](
>>>> 
>> https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md
>>>> ).
>>>>>> 
>>>>>> 
>>>>>> * Support Doris on ES
>>>>>> Doris now support querying Elasticsearch. User can create an extern
>>>> table
>>>>>> with engine type `ES`, and query it as a normal table. Doris also
>>>> support a
>>>>>> new built-in function `es_query()`, which allow user to write special
>>>>>> Elasticsearch query language in SQL. More information and guide can be
>>>>>> found in [Doris-On-ES](
>>>> 
>> https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/extending-doris/doris-on-es.md
>>>> )
>>>>>> 
>>>>>> 
>>>>>> * Support UDF and UDAF
>>>>>> Now user can write UDF and UDAF in C++ language.
>>>>>> 
>>>>>> 
>>>>>> * New documentation framework
>>>>>> All documents of Doris will be moved to the directory
>>>>>> `docs/documentation/`. You can see [README](
>>>>>> https://github.com/apache/incubator-doris/blob/master/docs/readme.md)
>>>> to
>>>>>> get more information, and help us complete the documentations. Any
>>>>>> documents are welcome.
>>>>>> There is also a new directory `samples/` which contains some samples
>> of
>>>>>> using Doris.
>>>>>> 
>>>>>> 
>>>>>> Enhancement:
>>>>>> 
>>>>>> 
>>>>>> * High performance Decimal type implementation.(#727)
>>>>>> * Parallel execution of fragment instance (#851)
>>>>>> * Support hll_union_agg in Analytic Function (#819)
>>>>>> * Support hll_raw_agg in Aggregate Function (#832)
>>>>>> * Support adding columns to multiple rollup indexes in one ALTER TABLE
>>>>>> stmt (#931)
>>>>>> 
>>>>>> 
>>>>>> Usability:
>>>>>> 
>>>>>> 
>>>>>> * Add --daemon option to all start scripts (#642)
>>>>>> * Remove the restrict that delete stmt must specify partition even for
>>>>>> unpartitioned table (#668)
>>>>>> * Remove restrict of that Analytic function must have partition by
>>>> clause
>>>>>> (#659)
>>>>>> * Support `enable_insert_strict` session variable to control the
>> insert
>>>>>> request (#1013)
>>>>>> * Support NEGATIVE keyword in Broker Load (#1101)
>>>>>> * Support more functions which can be calculated in Frontends:
>>>>>> unix_timestamp(), str_to_date(), current_user(), user()
>>>>>> * Support more built-in functions: money_format(), left(), right()
>>>>>> * New metrics: disk_state, tablet_distribution, scheduled_tablet_num
>>>>>> * Forward some requests to Master Frontend to get accurate results
>>>> (#944)
>>>>>> 
>>>>>> 
>>>>>> Bug fixed:
>>>>>> 
>>>>>> 
>>>>>> * A lot of bugs fixed. Please see [ISSUES](
>>>> https://github.com/apache/incubator-doris/issues) to get more
>>>>>> information.
>>>>>> 
>>>>>> 
>>>>>> ======================
>>>>>> 
>>>>>> 
>>>>>> The artifacts (source, signature and checksum) corresponding to this
>>>> release candidate can be found here:
>>>>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/
>>>>>> 
>>>>>> 
>>>>>> This has been signed with PGP key A30C9DA2, corresponding to
>>>> chenmingyu@apache.org.
>>>>>> KEYS file is available here:
>>>>>> 
>>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/KEYS
>>>>>> It is also listed here:
>>>>>> https://people.apache.org/keys/committer/morningman.asc
>>>>>> 
>>>>>> 
>>>>>> The vote will be open for at least 72 hours.
>>>>>> [ ] +1 Approve the release
>>>>>> [ ] +0 No opinion
>>>>>> [ ] -1 Do not release this package because ...
>>>>>> 
>>>>>> 
>>>>>> To verify and build, you can refer to following instruction:
>>>>>> 
>>>>>> 
>>>>>> Firstly, you must be install and start docker service, and then you
>>>> could build Doris as following steps:
>>>>>> 
>>>>>> 
>>>>>> Step1: Pull the docker image with Doris building environment
>>>>>> $ docker pull apachedoris/doris-dev:build-env-1.1
>>>>>> You can check it by listing images, its size is about 3.28GB.
>>>>>> 
>>>>>> 
>>>>>> Step2: Run the Docker image
>>>>>> You can run image directly:
>>>>>> $ docker run -it apachedoris/doris-dev:build-env-1.1
>>>>>> 
>>>>>> 
>>>>>> Step3: Download Doris source
>>>>>> Now you should in docker environment, and you can download Doris
>> source
>>>> package.
>>>>>> (If you have downloaded source and it is not in image, you can map its
>>>> path to image in Step2.)
>>>>>> $ wget
>>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/apache-doris-0.10.0-incubating-src.tar.gz
>>>>>> 
>>>>>> 
>>>>>> Step4: Build Doris
>>>>>> Now you can decompress and enter Doris source path and build Doris.
>>>>>> $ tar zxvf apache-doris-0.10.0-incubating-src.tar.gz
>>>>>> $ cd apache-doris-0.10.0-incubating-src
>>>>>> $ sh build.sh
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> 此致!Best Regards
>>>>>> 陈明雨 Mingyu Chen
>>>>>> 
>>>>>> Email:
>>>>>> chenmingyu@apache.org
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>>>>> For additional commands, e-mail: general-help@incubator.apache.org
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>>>> For additional commands, e-mail: general-help@incubator.apache.org
>>>> 
>>>> 
>>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: general-help@incubator.apache.org
>> 
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org