That seems to be a brand issue.
Doris is an Apache incubator project, so the name of the project `Baidu
Doris` will confuse users.

Thanks,
Ming Wen, Apache APISIX PMC Chair
Twitter: _WenMing


ling miao <lingm...@apache.org> 于2021年4月12日周一 上午10:23写道:

> Hi Ming Wen,
>
> > When I searched for `Doris 0.14` on Google, I found an article[1]
> mentioning that Doris 0.14.7 has been released.
> Doris 0.14.7 is an internal version of our baidu doris. It is not the
> version of apache doris, so apache doris has not released version 0.14.
> [1] The article is actually a release of the internal version.
>
> > But I checked the historical release[2] and did not have this version.
> Since the community has not formally voted for the release, the
> documentation of our community has not yet been updated [2]. We will update
> the community documentation after the community has completed the release.
>
> Shouldn't it be a problem?
>
> Ling Miao
>
> Ming Wen <wenm...@apache.org> 于2021年4月12日周一 上午9:27写道:
>
>> Hello,
>> When I searched for `Doris 0.14` on Google, I found an article[1]
>> mentioning that Doris 0.14.7 has been released.
>> But I checked the historical release[2] and did not have this version.
>> In my understanding, 0.14.0 has not been released. Why does 0.14.7 exist?
>>
>> [1] https://www.modb.pro/db/49638
>> [2] https://doris.apache.org/master/en/downloads/downloads.html
>>
>> Thanks,
>> Ming Wen, Apache APISIX PMC Chair
>> Twitter: _WenMing
>>
>>
>> Xun Liu <liu...@apache.org> 于2021年4月11日周日 下午11:05写道:
>>
>> > +1 (non-binding)
>> >
>> > I checked:
>> > [√] Download links are valid.
>> > [√] Checksums and PGP signatures are valid.
>> > [√] LICENSE, NOTICE and DISCLAIMER files exist.
>> > [√] All files have license headers if necessary.
>> >
>> > Thanks,
>> > Xun Liu
>> >
>> > On Sun, Apr 11, 2021 at 10:13 PM Willem Jiang <willem.ji...@gmail.com>
>> > wrote:
>> >
>> > >  I’m +1, I checked
>> > >
>> > > - LICENSE, DISCLAIM and NOTICE files exist;
>> > > - Release candidate tar is signed, the Shasum.
>> > > - “incubating” exists in tar file name and documentation;
>> > > - License headers exist in files if necessary.
>> > >
>> > > Willem Jiang
>> > >
>> > > Twitter: willemjiang
>> > > Weibo: 姜宁willem
>> > >
>> > > On Wed, Apr 7, 2021 at 1:37 PM 寒江雪 <yangz...@gmail.com> wrote:
>> > > >
>> > > > Hi all,
>> > > >
>> > > > Please review and vote on Apache Doris 0.14.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/rc95a58e64b926dc89b61e747fd11f8cb7bb173d95395fa26d02d2c00%40%3Cdev.doris.apache.org%3E
>> > > >
>> > > > The vote result email thread:
>> > > >
>> > >
>> >
>> https://lists.apache.org/thread.html/r14fc4ffeb31046343570a226dd7870ca74b0f15fbad492b09f0bb69f%40%3Cdev.doris.apache.org%3E
>> > > >
>> > > > The release candidate has been tagged in GitHub as 0.14.0-rc04,
>> > available
>> > > > here:
>> > > > https://github.com/apache/incubator-doris/releases/tag/0.14.0-rc04
>> > > >
>> > > > 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/5374
>> > > >
>> > > > 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.14/0.14.0-rc04/
>> > > >
>> > > > This has been signed with PGP key 59F2ACED, corresponding to
>> > > > yang...@apache.org.
>> > > > KEYS file is available here:
>> > > > https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
>> > > > It is also listed here:
>> > > > https://people.apache.org/keys/committer/yangzhg.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 the following wiki:
>> > > >
>> > >
>> >
>> https://github.com/apache/incubator-doris/wiki/How-to-verify-Apache-Release
>> > > > https://wiki.apache.org/incubator/Incubator+Release+Checklist
>> > > >
>> > > > You can also refer to instruction:
>> > > >
>> > > > Firstly, you must install and start docker service, and then you
>> could
>> > > > build Doris as the following steps:
>> > > >
>> > > > Step1: Pull the docker image with Doris building environment
>> > > > $ docker pull apachedoris/doris-dev:build-env-1.2
>> > > > You can check it by listing images, its IMAGE ID is d854b488afaf
>> > > >
>> > > > Step2: Run the Docker image
>> > > > You can run the image directly:
>> > > > $ docker run -it apachedoris/doris-dev:build-env1.2
>> > > >
>> > > > Step3: Download Doris source
>> > > > Now you should in the docker environment, and you can download the
>> > Doris
>> > > > source package.
>> > > > (If you have downloaded the 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.14/0.14.0-rc04/apache-doris-0.14.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.14.0-incubating-src.tar.gz
>> > > > $ cd apache-doris-0.14.0-incubating-src
>> > > > $ sh build.sh
>> > > >
>> > > > Best Regards,
>> > > > Yang Zhengguo
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> > > For additional commands, e-mail: general-h...@incubator.apache.org
>> > >
>> > >
>> >
>>
>

Reply via email to