Re: Re: Re: Re: [VOTE] Vote for releasing Apache Doris 1.0.0-incubating-rc03

2022-04-17 Thread Ming Wen
+1 binding

I checked:
 - All the download links work.
 - The License and Notice files are in the source file.
 - The incubating disclaim in the source file.

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


陈明雨  于2022年4月16日周六 14:16写道:

> Oh, I see, thanks you!
> We will modify it in next relaese.
>
> --
>
> 此致!Best Regards
> 陈明雨 Mingyu Chen
>
> Email:
> chenmin...@apache.org
>
>
>
>
>
> At 2022-04-16 13:59:47, "li gang"  wrote:
> >Hi, Mingyu,if iceberg NOTICE is not standard NOTICE file,I think it's
> >necessary to modify it.
> >
> >The Apache standard NOTICE could be removed in the NOTICE,
> >
> >Such as the following text,if they are the ASF products,they can be
> removed
> >to reduce the NOTICE file.
> >
> >
> >```
> >
> >
> >=
> >
> > Notice file for: spark-core_2.12-2.4.6
> >
> >=
> >
> >
> >
> >Spark Project Core
> >
> >Copyright 2020 The Apache Software Foundation
> >
> >
> >This product includes software developed at
> >
> >The Apache Software Foundation (http://www.apache.org/).
> >
> >=
> >
> > Notice file for: httpcore-4.4.15
> >
> >=
> >
> >
> >
> >Apache HttpCore
> >
> >Copyright 2005-2021 The Apache Software Foundation
> >
> >
> >This product includes software developed at
> >
> >The Apache Software Foundation (http://www.apache.org/).
> >
> >```
> >
> >
> >
> >陈明雨  于2022年4月16日周六 13:06写道:
> >
> >> Hi Li,
> >> Thanks for your suggestion. I have read the content of [1] and it said:
> >>
> >>
> >> > though the ASF copyright line and any other portions of NOTICE must be
> >> considered for propagation.
> >>
> >>
> >> For example, the NOTICE file of iceberg[2], I found that the only
> content
> >> that I can remove is:
> >>
> >>
> >> > This product includes software developed at
> >> > The Apache Software Foundation (http://www.apache.org/).
> >>
> >>
> >> Am I right?
> >>
> >>
> >> [1] https://infra.apache.org/licensing-howto.html#bundle-asf-product
> >> [2] https://github.com/apache/iceberg/blob/master/NOTICE
> >>
> >>
> >>
> >>
> >> --
> >>
> >> 此致!Best Regards
> >> 陈明雨 Mingyu Chen
> >>
> >> Email:
> >> chenmin...@apache.org
> >>
> >>
> >>
> >>
> >>
> >> 在 2022-04-16 12:47:08,"li gang"  写道:
> >> >Hi Mingyu,you can review the content of [1],it introduces how to reduce
> >> the
> >> >notice file, Netty is not asf product,so it can't be removed,I checked
> the
> >> >NOTICE-dist.txt under the binary package,Such as Iceberg and spark,they
> >> are
> >> >ASF products and the notice of them are standard notice,I suggest to
> >> remove
> >> >them to reduce the notice file.
> >> >1. https://infra.apache.org/licensing-howto.html#bundle-asf-product
> >> >
> >> >陈明雨  于2022年4月15日周五 15:11写道:
> >> >
> >> >> Thanks for your vote!
> >> >> >1、Suggest to reduce the notice file,It is not necessary to duplicate
> >> the
> >> >> >line "This product includes software developed at the Apache
> Software
> >> >> >Foundation...".
> >> >> We discussed this issue before, because these licenses are
> referenced in
> >> >> some third-party libraries' own NOTICE files (such as Netty).
> >> >> If we delete them, then we need to modify the contents of the
> >> third-party
> >> >> NOTICE files, otherwise invalid file references will be generated.
> So we
> >> >> chose to keep these files containing the APLv2 protocol as is.
> >> >>
> >> >> --
> >> >>
> >> >> 此致!Best Regards
> >> >> 陈明雨 Mingyu Chen
> >> >>
> >> >> Email:
> >> >> chenmin...@apache.org
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> 在 2022-04-14 13:21:36,"li gang"  写道:
> >> >> >+1 (non-binding)
> >> >> >
> >> >> >I checked
> >> >> >[OK] Download links are valid.
> >> >> >[OK] LICENSE and NOTICE files exist
> >> >> >[OK] Include the word incubating in the release file name.
> >> >> >[OK] DISCLAIMER file exist
> >> >> >[OK] Signatures and hashes are fine
> >> >> >
> >> >> >Suggest to update the notice file next release.
> >> >> >1、Suggest to reduce the notice file,It is not necessary to duplicate
> >> the
> >> >> >line "This product includes software developed at the Apache
> Software
> >> >> >Foundation...".
> >> >> >You can see the introduction[1].
> >> >> >2、Update the notice year.
> >> >> >
> >> >> >1.https://infra.apache.org/licensing-howto.html#bundle-asf-product
> >> >> >
> >> >> >陈明雨  于2022年4月10日周日 21:54写道:
> >> >> >
> >> >> >> Hello Incubator Community:
> >> >> >>
> >> >> >> Please review and vote on Apache Doris 1.0.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.
> >> The
> >> >> >> vote result is:
> >> >> >> https://lists.apache.org/thread/ns10zcy0tf5kfkh1c9zlfqfhcg4m4g93
> >> >> >>
> >> >> >> The release candidate has been tagged in GitHub as 1.0.0-rc03,
> >>

Re: Re: Re: [VOTE] Vote for releasing Apache Doris 1.0.0-incubating-rc03

2022-04-15 Thread li gang
Hi, Mingyu,if iceberg NOTICE is not standard NOTICE file,I think it's
necessary to modify it.

The Apache standard NOTICE could be removed in the NOTICE,

Such as the following text,if they are the ASF products,they can be removed
to reduce the NOTICE file.


```


=

 Notice file for: spark-core_2.12-2.4.6

=



Spark Project Core

Copyright 2020 The Apache Software Foundation


This product includes software developed at

The Apache Software Foundation (http://www.apache.org/).

=

 Notice file for: httpcore-4.4.15

=



Apache HttpCore

Copyright 2005-2021 The Apache Software Foundation


This product includes software developed at

The Apache Software Foundation (http://www.apache.org/).

```



陈明雨  于2022年4月16日周六 13:06写道:

> Hi Li,
> Thanks for your suggestion. I have read the content of [1] and it said:
>
>
> > though the ASF copyright line and any other portions of NOTICE must be
> considered for propagation.
>
>
> For example, the NOTICE file of iceberg[2], I found that the only content
> that I can remove is:
>
>
> > This product includes software developed at
> > The Apache Software Foundation (http://www.apache.org/).
>
>
> Am I right?
>
>
> [1] https://infra.apache.org/licensing-howto.html#bundle-asf-product
> [2] https://github.com/apache/iceberg/blob/master/NOTICE
>
>
>
>
> --
>
> 此致!Best Regards
> 陈明雨 Mingyu Chen
>
> Email:
> chenmin...@apache.org
>
>
>
>
>
> 在 2022-04-16 12:47:08,"li gang"  写道:
> >Hi Mingyu,you can review the content of [1],it introduces how to reduce
> the
> >notice file, Netty is not asf product,so it can't be removed,I checked the
> >NOTICE-dist.txt under the binary package,Such as Iceberg and spark,they
> are
> >ASF products and the notice of them are standard notice,I suggest to
> remove
> >them to reduce the notice file.
> >1. https://infra.apache.org/licensing-howto.html#bundle-asf-product
> >
> >陈明雨  于2022年4月15日周五 15:11写道:
> >
> >> Thanks for your vote!
> >> >1、Suggest to reduce the notice file,It is not necessary to duplicate
> the
> >> >line "This product includes software developed at the Apache Software
> >> >Foundation...".
> >> We discussed this issue before, because these licenses are referenced in
> >> some third-party libraries' own NOTICE files (such as Netty).
> >> If we delete them, then we need to modify the contents of the
> third-party
> >> NOTICE files, otherwise invalid file references will be generated. So we
> >> chose to keep these files containing the APLv2 protocol as is.
> >>
> >> --
> >>
> >> 此致!Best Regards
> >> 陈明雨 Mingyu Chen
> >>
> >> Email:
> >> chenmin...@apache.org
> >>
> >>
> >>
> >>
> >>
> >> 在 2022-04-14 13:21:36,"li gang"  写道:
> >> >+1 (non-binding)
> >> >
> >> >I checked
> >> >[OK] Download links are valid.
> >> >[OK] LICENSE and NOTICE files exist
> >> >[OK] Include the word incubating in the release file name.
> >> >[OK] DISCLAIMER file exist
> >> >[OK] Signatures and hashes are fine
> >> >
> >> >Suggest to update the notice file next release.
> >> >1、Suggest to reduce the notice file,It is not necessary to duplicate
> the
> >> >line "This product includes software developed at the Apache Software
> >> >Foundation...".
> >> >You can see the introduction[1].
> >> >2、Update the notice year.
> >> >
> >> >1.https://infra.apache.org/licensing-howto.html#bundle-asf-product
> >> >
> >> >陈明雨  于2022年4月10日周日 21:54写道:
> >> >
> >> >> Hello Incubator Community:
> >> >>
> >> >> Please review and vote on Apache Doris 1.0.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.
> The
> >> >> vote result is:
> >> >> https://lists.apache.org/thread/ns10zcy0tf5kfkh1c9zlfqfhcg4m4g93
> >> >>
> >> >> The release candidate has been tagged in GitHub as 1.0.0-rc03,
> available
> >> >> here:
> >> >> https://github.com/apache/incubator-doris/tree/1.0.0-rc03
> >> >> The release note can be found here:
> >> >> https://github.com/apache/incubator-doris/issues/8549
> >> >>
> >> >> The artifacts (source, convenience binaries, signature and checksum)
> >> >> corresponding to this release candidate can be found here:
> >> >>
> https://dist.apache.org/repos/dist/dev/incubator/doris/1.0/1.0.0-rc03/
> >> >> There is 1 source release package and 1 convenience binaries for
> Doris.
> >> >>
> >> >> KEYS file is available here:
> >> >> https://downloads.apache.org/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 ...
> >> >> 
> >> >> DISCLAIMER:
> >> >> Apache Doris (incubating) is an effort undergoing incubation at The
> >> >> Apache Software Foundation (ASF), sp