Hi all,

Please review and vote on Apache Doris 0.12.0-incubating-rc03 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/r7e87245e8e9af643e9cd5ba13a58b100b88043e7ba6a93f3e7a2abc2%40%3Cdev.doris.apache.org%3E

The vote result email thread:
https://lists.apache.org/thread.html/rc4852baaba81243c010f1626fe59997237ddbd528587553aca0b42a6%40%3Cdev.doris.apache.org%3E

The release candidate has been tagged in GitHub as 0.12.0-rc03, available here:
https://github.com/apache/incubator-doris/releases/tag/0.12.0-rc03

Thanks to everyone who has contributed to this release, and there is a simple 
release notes can be found here:
https://github.com/apache/incubator-doris/issues/2872

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.12.0-rc03/


This has been signed with PGP key 9BDFF97E, corresponding to 
lichaoy...@apache.org<mailto:lichaoy...@apache.org>.
KEYS file is available here:
https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS

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-env:build-env-1.2
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.2

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.12.0-rc03/apache-doris-0.12.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.12.0-incubating-src.tar.gz
$ cd apache-doris-0.12.0-incubating-src
$ sh build.sh

Best Regards,
Li Chaoyong

----
DISCLAIMER-WIP:
Apache Doris is an effort undergoing incubation at The Apache Software 
Foundation (ASF),
sponsored by the Apache Incubator. Incubation is required of all newly accepted 
projects
until a further review indicates that the infrastructure, communications, and 
decision
making process have stabilized in a manner consistent with other successful ASF 
projects.
While incubation status is not necessarily a reflection of the completeness or 
stability
of the code, it does indicate that the project has yet to be fully endorsed by 
the ASF.

Some of the incubating project’s releases may not be fully compliant with ASF 
policy. For
example, releases may have incomplete or un-reviewed licensing conditions. What 
follows is
a list of known issues the project is currently aware of (note that this list, 
by definition,
is likely to be incomplete):

* Releases may have incomplete licensing conditions

If you are planning to incorporate this work into your product/project, please 
be aware that
you will need to conduct a thorough licensing review to determine the overall 
implications of
including this work. For the current status of this project through the Apache 
Incubator
visit: https://incubator.apache.org/projects/doris.html


Reply via email to