>Just one question, when will the Doris community switch to JIRA for issue
>tracking and release management?

Hi Shaofeng:
There have been internal discussions before, but there are always some problems 
when visiting Jira in Mainland China,
which makes it inconvenient for most Doris developers to use jira.
However, it seems that this issue has improved in recent times, and we will 
re-discuss this issue in the future.
Thanks for your suggestion!




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
chenmin...@apache.org





在 2021-11-27 16:09:52,"陈明雨" <morning...@163.com> 写道:
>Hi Shaofeng:
>Thanks for your vote.
>
>
>And dear Incubator PMC, we are still looking for one more vote! Thank you!
>
>
>
>
>--
>
>此致!Best Regards
>陈明雨 Mingyu Chen
>
>Email:
>morning...@163.com;
>morningman....@gmail.com
>
>
>
>
>
>在 2021-11-26 14:47:01,"ShaoFeng Shi" <shaofeng...@apache.org> 写道:
>>+1 binding
>>
>>I checked the source package, License, Notice, signature, etc. Looks good
>>to me.
>>
>>Just one question, when will the Doris community switch to JIRA for issue
>>tracking and release management?
>>
>>Best regards,
>>
>>Shaofeng Shi 史少锋
>>Apache Kylin PMC,
>>Apache Incubator PMC,
>>Email: shaofeng...@apache.org
>>
>>Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html
>>Join Kylin user mail group: user-subscr...@kylin.apache.org
>>Join Kylin dev mail group: dev-subscr...@kylin.apache.org
>>
>>
>>
>>
>>陈明雨 <morning...@163.com> 于2021年11月24日周三 下午10:24写道:
>>
>>> Hi Willem,
>>> Thanks for your review!
>>>
>>>
>>>
>>>
>>> --
>>>
>>> 此致!Best Regards
>>> 陈明雨 Mingyu Chen
>>>
>>> Email:
>>> chenmin...@apache.org
>>>
>>>
>>>
>>>
>>>
>>> 在 2021-11-24 09:10:53,"Willem Jiang" <willem.ji...@gmail.com> 写道:
>>> >+1 bing
>>> >
>>> >I checked,
>>> >
>>> >- incubating in name
>>> >
>>> >- signed key and checksum.
>>> >
>>> >- the License and Notice file.
>>> >
>>> >- There is no binary file in the source Kit.
>>> >
>>> >- all ASF files have ASF headers
>>> >
>>> >- I didn’t compile the code in Mac OSX
>>> >
>>> >
>>> >Willem Jiang
>>> >
>>> >Twitter: willemjiang
>>> >Weibo: 姜宁willem
>>> >
>>> >On Mon, Nov 22, 2021 at 5:25 PM 陈明雨 <morning...@163.com> wrote:
>>> >>
>>> >> Hi all,
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> Please review and vote on Apache Doris 0.15.0-incubating-rc04 release.
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> Apache Doris is an MPP-based interactive SQL data warehousing for
>>> reporting and analysis. The official website is:
>>> >> http://doris.incubator.apache.org/
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> The Apache Doris community has voted on and approved this release:
>>> >>
>>> >>
>>> https://lists.apache.org/thread.html/d70f7c8a8ae448bf6680a15914646005c6483564464cfa15f4ddc2fc@%3Cdev.doris.apache.org%3E
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> The vote result email thread:
>>> >>
>>> >> https://lists.apache.org/thread/lhnp6fnfddzc44hm1wmo2x5sqpp2by4k
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> The release candidate has been tagged in GitHub as 0.15.0-rc04,
>>> available here:
>>> >>
>>> >> https://github.com/apache/incubator-doris/tree/0.15.0-rc04
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> Thanks to everyone who has contributed to this release, and the CHANGE
>>> LOG can be found here:
>>> >>
>>> >> https://github.com/apache/incubator-doris/issues/6806
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> 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.15/0.15.0-rc04/
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> This has been signed with PGP key
>>> 7C392A1E9C66C9CCCF388618F10626E3624583CB, corresponding to
>>> chenmin...@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/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 apache/incubator-doris:build-env-1.4.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 apache/incubator-doris:build-env-1.4.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.15/0.15.0-rc04/apache-doris-0.15.0.rc04-incubating-src.tar.gz
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> Step4: Build Doris
>>> >>
>>> >> Now you can decompress and enter Doris source path and build Doris.
>>> >>
>>> >> $ tar zxvf apache-doris-0.15.0.rc04-incubating-src.tar.gz
>>> >>
>>> >> $ cd apache-doris-0.15.0.rc04-incubating-src
>>> >>
>>> >> $ sh build.sh
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >>
>>> >> 此致!Best Regards
>>> >> 陈明雨 Mingyu Chen
>>> >>
>>> >> Email:
>>> >> chenmin...@apache.org
>>> >
>>> >---------------------------------------------------------------------
>>> >To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>> >For additional commands, e-mail: general-h...@incubator.apache.org
>>>

Reply via email to