You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ozone.apache.org by Janus Chow <yi...@gmail.com> on 2022/12/01 03:31:38 UTC

Re: [VOTE] Apache Ozone 1.3.0 RC1

Hello Devs,

    Found a little problem when testing Recon UI. The replication icon used
to show the replication factor and isLeader, but now only shows an one dot
icon.

    Picture in attachment.



Warm Regards.

--
Yiyang Zhou


Tsz Wo Sze <sz...@gmail.com> 于2022年12月1日周四 04:40写道:

> Checked LICENSE.txt and NOTICE.txt.  Found the following problems:
>
> *** LICENSE.txt ***
> - hadoop-hdds/docs/themes/ozonedoc/static/js/bootstrap.min.js
>   is under "BSD 3-Clause" but it actually is "MIT License".
>
> - hadoop-hdds/framework/src/main/resources/webapps/static/d3-3.5.17.min.js
>   is under "BSD 3-Clause" but it actually is "ISC License"
>   according to https://github.com/d3/d3/blob/main/LICENSE ,
>
> - hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
> is not found.
>   ozone-1.3.0-src$ls -l
> hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
>   ls:
> hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js:
> No such file or directory
>
> *** NOTICE.txt ***
> - Copyright is still 2021.
>
> Regards,
> Tsz-Wo
>
>
>
> On Wed, Nov 23, 2022 at 12:53 AM mingchao zhao <ca...@apache.org>
> wrote:
>
> > Hello all,
> >
> > As discussed earlier, I am calling for a vote on Apache Ozone 1.3.0 RC1.
> >
> > 735 Jiras were resolved as part of this release:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HDDS%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%201.3.0
> >
> > The RC1 tag can be found on Github at:
> > https://github.com/apache/ozone/releases/tag/ozone-1.3.0-RC1
> >
> > The source and binary tarballs can be found at:
> > https://dist.apache.org/repos/dist/dev/ozone/1.3.0-rc1/
> >
> > Maven artifacts are staged at:
> > https://repository.apache.org/content/repositories/orgapacheozone-1011/
> >
> > The public key used to sign the artifacts can be found at:
> > https://dist.apache.org/repos/dist/dev/ozone/KEYS
> >
> > The fingerprint of the key used to sign the artifacts is:
> > 579BA5230BBD258030A909601E3600CAA819185F
> >
> > The vote will run for 7 days, ending on Nov 30th 2022 at 17:00 pm UTC+8.
> >
> >
> >
> > Start with me +1 (binding):
> >  * Verified signatures, checksums and md5
> >  * Checked docs/index.html in my web browser
> >  * Checked ozone version
> >  * Built from source
> >  * Ran regular CI success(
> > https://github.com/apache/ozone/actions/runs/3479590117)
> >  * Use ozone-1.3.0.tar.gz deployed on a cluster and run some tests using
> > freon
> >
> > --
> > Thanks
> > MingChao
> >
>

Re: [VOTE] Apache Ozone 1.3.0 RC1

Posted by Kaijie Chen <ck...@apache.org>.
Hi community,

I just checked LICENSE.txt, the license of glyphicons-halflings seems also incorrect.

Glyphicons-halflings itself is licensed under a commercial license [1].
However, there is a rule for "GLYPHICONS Halflings in Bootstrap in previous version 1.9.2" [2].

> GLYPHICONS Halflings font is also released as an extension of a Bootstrap
> www.getbootstrap.com for free and it is released under the same license as Bootstrap.

As bootstrap is licensed under MIT License,  if I uderstand correctly,
glyphicons-halflings included in ozone should also be in MIT License.
Currently in LICENSE.txt, it was listed under "BSD 3-Clause".

> BSD 3-Clause
> ------------
>
> hadoop-hdds/docs/themes/ozonedoc/static/fonts/glyphicons-*


[1]: https://www.glyphicons.com/license/
[2]: https://glyphicons.com/old/license.html#old-halfings-bootstrap

Regards,
Kaijie

 ---- On Thu, 01 Dec 2022 11:31:38 +0800  Janus Chow  wrote --- 
 > Hello Devs,
 >     Found a little problem when testing Recon UI. The replication icon used to show the replication factor and isLeader, but now only shows an one dot icon.        Picture in attachment.
 > 
 > 
 > Warm Regards.
 > --Yiyang Zhou
 > 
 > Tsz Wo Sze szetszwo@gmail.com> 于2022年12月1日周四 04:40写道:
 > 
 > ---------------------------------------------------------------------
 > To unsubscribe, e-mail: dev-unsubscribe@ozone.apache.org
 > For additional commands, e-mail: dev-help@ozone.apache.orgChecked LICENSE.txt and NOTICE.txt.  Found the following problems:
 > 
 > *** LICENSE.txt ***
 > - hadoop-hdds/docs/themes/ozonedoc/static/js/bootstrap.min.js
 >   is under "BSD 3-Clause" but it actually is "MIT License".
 > 
 > - hadoop-hdds/framework/src/main/resources/webapps/static/d3-3.5.17.min.js
 >   is under "BSD 3-Clause" but it actually is "ISC License"
 >   according to https://github.com/d3/d3/blob/main/LICENSE ,
 > 
 > - hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
 > is not found.
 >   ozone-1.3.0-src$ls -l
 > hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
 >   ls:
 > hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js:
 > No such file or directory
 > 
 > *** NOTICE.txt ***
 > - Copyright is still 2021.
 > 
 > Regards,
 > Tsz-Wo
 > 
 > 
 > 
 > On Wed, Nov 23, 2022 at 12:53 AM mingchao zhao captainzmc@apache.org>
 > wrote:
 > 
 > > Hello all,
 > >
 > > As discussed earlier, I am calling for a vote on Apache Ozone 1.3.0 RC1.
 > >
 > > 735 Jiras were resolved as part of this release:
 > >
 > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20HDDS%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%201.3.0
 > >
 > > The RC1 tag can be found on Github at:
 > > https://github.com/apache/ozone/releases/tag/ozone-1.3.0-RC1
 > >
 > > The source and binary tarballs can be found at:
 > > https://dist.apache.org/repos/dist/dev/ozone/1.3.0-rc1/
 > >
 > > Maven artifacts are staged at:
 > > https://repository.apache.org/content/repositories/orgapacheozone-1011/
 > >
 > > The public key used to sign the artifacts can be found at:
 > > https://dist.apache.org/repos/dist/dev/ozone/KEYS
 > >
 > > The fingerprint of the key used to sign the artifacts is:
 > > 579BA5230BBD258030A909601E3600CAA819185F
 > >
 > > The vote will run for 7 days, ending on Nov 30th 2022 at 17:00 pm UTC+8.
 > >
 > >
 > >
 > > Start with me +1 (binding):
 > >  * Verified signatures, checksums and md5
 > >  * Checked docs/index.html in my web browser
 > >  * Checked ozone version
 > >  * Built from source
 > >  * Ran regular CI success(
 > > https://github.com/apache/ozone/actions/runs/3479590117)
 > >  * Use ozone-1.3.0.tar.gz deployed on a cluster and run some tests using
 > > freon
 > >
 > > --
 > > Thanks
 > > MingChao
 > >
 > 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ozone.apache.org
For additional commands, e-mail: dev-help@ozone.apache.org