Re: [VOTE] Release Apache TubeMQ (Incubating) 0.8.0-incubating RC2

2021-02-09 Thread Yuanbo Liu
Hi, xiangdong
 thanks for helping review our project
> But if you read your Readme.md, you will find..
Yes indeed. If you have used `mvn clean package`, then using `mvn compile`
won't
be a problem.  We will go through the readme file and figure out how to
reorg the steps.

> Others:
Thanks, we will check our license and make sure our project has the right
license clarification. We're still learning the apache way :)

On Tue, Feb 9, 2021 at 10:48 PM Xiangdong Huang  wrote:

> Hi,
>
> > We've found that maybe you were using `mvn compile` to build the tubemq
> > project, in this case, the project may not be built successfully.
>
> But if you read your Readme.md, you will find `mvn compile` command... So
> it should be fixed.
>
> Others:
>
> - Seems all Readme.md files have no Apache-rat.
> - I am not sure whether I am right: many projects have a LICENSE-binary
> file that list all 3rd part dependencies... e.g., hadoop [1] and IoTDB [2],
> but TubeMQ only lists license files from all modified/copied source files.
>
> [1] https://github.com/apache/hadoop/blob/trunk/LICENSE-binary
> [2] https://github.com/apache/iotdb/blob/master/LICENSE-binary
>
> Best,
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
>
>  黄向东
> 清华大学 软件学院
>
>
> Yuanbo Liu  于2021年2月8日周一 下午10:31写道:
>
> > Hi Justin
> > We've found that maybe you were using `mvn compile` to build the
> tubemq
> > project, in this case, the project may not be built successfully.
> > This project has some plugins executed in phase `package`, `mvn clean
> > package` seems to work well. Could you please try the command and
> > check whether it works as expected.
> >
> > On Mon, Feb 8, 2021 at 7:57 PM Goson zhang 
> wrote:
> >
> > >  Thanks, professional and meticulous!!
> > >
> > > We'll check carefully again.
> > >
> > > Yuanbo Liu  于2021年2月8日周一 上午10:25写道:
> > >
> > > > Hi, Justin
> > > >   Thanks for your check.
> > > >   I'll try to find out why you cannot compile. We will send a new
> > > > pending-release source for you to review before we start a new thread
> > for
> > > > voting. Is that ok with you?
> > > >   Thanks again for guiding our project.
> > > >
> > >
> >
>


Re: [VOTE] Release Apache Livy 0.7.1 (incubating) based on RC1

2021-02-09 Thread Jean-Baptiste Onofre
+1 (binding)

Quickly check name, signature, DISCLAIMER, NOTICE and LICENSE.

Regards
JB

> Le 7 févr. 2021 à 02:50, Saisai Shao  a écrit :
> 
> The Livy PPMC has voted to release Livy 0.7.1 RC1 as the next Livy release.
> 
> Livy enables programmatic, fault-tolerant, multi-tenant submission of
> Spark jobs from web/mobile apps (no Spark client needed). So, multiple
> users can interact with your Spark cluster concurrently and reliably.
> 
> Vote thread:
> https://lists.apache.org/thread.html/r9ac9717f267828028484a7b4aff63e9adbf0cdeca9ce6d674096bf71%40%3Cdev.livy.apache.org%3E
> 
> Result thread:
> https://lists.apache.org/thread.html/r083a6f1a5926df7441842a280f60c532c25a3eddc0e24416493814ae%40%3Cdev.livy.apache.org%3E
> 
> The RC is based on tag v0.7.1-incubating-rc1:
> https://github.com/apache/incubator-livy/commit/
> 7c3d341926db69fb57a4978b15d4e96f06312267
> 
> The release files can be found here:
> https://dist.apache.org/repos/dist/dev/incubator/livy/0.7.1-incubating-rc1/
> 
> The staged maven artifacts can be found here:
> https://repository.apache.org/content/repositories/orgapachelivy-1014
> 
> This release is a hot-fix release, only added one commit compared to 0.7.0
> -incubating
> https://github.com/apache/incubator-livy
> /commit/9f1ba47a2f0d8accc435b133b42c3a76aa9ac846
> 
> Please help to vote. Thanks!


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re:[VOTE] Release Apache Livy 0.7.1 (incubating) based on RC1

2021-02-09 Thread Juan Pan
Hi, +1 non-binding, My checking list,


[x] 1. Download links are valid.
[x] 2. Checksums and PGP signatures are valid.
[x] 3. LICENSE, NOTICE and DISCLAIMER-WIP files exist.
[ ] 4. All files have license headers if necessary.
[ ] 5. Source code building successfully.




4. All files have license headers if necessary.


Some files do not have license headers, e.g., 
/apache-livy-0.7.1-incubating/python-api/src/test/python/livy-tests/resources/


5. Source code building successfully.
I tried to package or install from maven but got the following exception. I am 
unsure whether it is the issue of my env.


```java


[INFO] livy-examples .. SUCCESS [ 11.702 s]
[INFO] livy-python-api  FAILURE [ 38.417 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 


Processing zipp-3.4.0.tar.gz
Writing 
/var/folders/dl/yz8n7w012fxfjg2_sk_cws4mgn/T/easy_install-ID7dEW/zipp-3.4.0/setup.cfg
Running zipp-3.4.0/setup.py -q bdist_egg --dist-dir 
/var/folders/dl/yz8n7w012fxfjg2_sk_cws4mgn/T/easy_install-ID7dEW/zipp-3.4.0/egg-dist-tmp-WUfFtN
  File "build/bdist.macosx-11.0-x86_64/egg/zipp.py", line 240
def open(self, mode='r', *args, pwd=None, **kwargs):
  ^
SyntaxError: invalid syntax


zip_safe flag not set; analyzing archive contents...
Copying zipp-0.0.0-py2.7.egg to 
/Users/trista/Downloads/livy/apache-livy-0.7.1-incubating/python-api/.eggs


Installed 
/Users/trista/Downloads/livy/apache-livy-0.7.1-incubating/python-api/.eggs/zipp-0.0.0-py2.7.egg
Traceback (most recent call last):
  File "setup.py", line 58, in 
tests_require=['pytest']
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.py",
 line 144, in setup
_install_setup_requires(attrs)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.py",
 line 139, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py",
 line 717, in fetch_build_eggs
replace_conflicting=True,
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py",
 line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'zipp>=0.5' distribution was not found 
and is required by importlib-metadata


```
---
Email:panj...@apache.org
Juan Pan(Trista) Apache ShardingSphere


On 02/7/2021 09:50,Saisai Shao wrote:
The Livy PPMC has voted to release Livy 0.7.1 RC1 as the next Livy release.

Livy enables programmatic, fault-tolerant, multi-tenant submission of
Spark jobs from web/mobile apps (no Spark client needed). So, multiple
users can interact with your Spark cluster concurrently and reliably.

Vote thread:
https://lists.apache.org/thread.html/r9ac9717f267828028484a7b4aff63e9adbf0cdeca9ce6d674096bf71%40%3Cdev.livy.apache.org%3E

Result thread:
https://lists.apache.org/thread.html/r083a6f1a5926df7441842a280f60c532c25a3eddc0e24416493814ae%40%3Cdev.livy.apache.org%3E

The RC is based on tag v0.7.1-incubating-rc1:
https://github.com/apache/incubator-livy/commit/
7c3d341926db69fb57a4978b15d4e96f06312267

The release files can be found here:
https://dist.apache.org/repos/dist/dev/incubator/livy/0.7.1-incubating-rc1/

The staged maven artifacts can be found here:
https://repository.apache.org/content/repositories/orgapachelivy-1014

This release is a hot-fix release, only added one commit compared to 0.7.0
-incubating
https://github.com/apache/incubator-livy
/commit/9f1ba47a2f0d8accc435b133b42c3a76aa9ac846

Please help to vote. Thanks!


[RESULT] [VOTE] Release Apache NLPCraft (incubating) 0.7.4

2021-02-09 Thread Aaron Radzinski
Hi,
The vote to release Apache NLPCraft - Java Client (incubating) 0.7.4 has
passed with 3 +1 binding votes.

[4] +1 Binding votes:
- Paul King
- Furkan KAMACI
- Konstantin Boudnik

[ 0 ] +0  Binding votes
[ 0 ] -1  Binding votes

The vote is successful.

Vote thread:
https://lists.apache.org/thread.html/rc6d3b074f82483156260d59582c12e959c29937762bf8e50cdfc618e%40

Thank you to the above IPMC members for taking the time to review and
provide guidance on our release!

We will proceed with publishing the approved artifacts and sending out the
appropriate announcements in the coming days.

On behalf of NLPCraft community,
--
Aaron Radzinski



On Tue, Feb 9, 2021 at 1:20 AM Furkan KAMACI  wrote:

> Hi,
>
> +1 (binding)
>
> Kind Regards,
> Furkan KAMACI
>
> On Fri, Feb 5, 2021 at 6:15 AM Paul King  wrote:
>
> > +1 carrying my dev vote forward:
> >
> >
> https://lists.apache.org/thread.html/reb06a62c04fed54684c993e80fe01cfff849df3631d85f32e7ab1051%40%3Cdev.nlpcraft.apache.org%3E
> >
> > Cheers, Paul.
> >
> >
> > <
> >
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> > >
> > Virus-free.
> > www.avast.com
> > <
> >
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> > >
> > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> >
> > On Fri, Feb 5, 2021 at 9:03 AM Aaron Radzinski 
> > wrote:
> >
> > > Hello all,
> > > This is a call for a vote to release Apache NLPCraft (incubating)
> > > version 0.7.4. Apache NLPCraft is a library for adding a natural
> language
> > > interface to any application.
> > >
> > > The Apache NLPCraft community has voted on and approved a proposal to
> > > release Apache NLPCraft (Incubating) version 0.7.4. We would like to
> > > request the Incubator PMC members review and vote on this incubator
> > > release.
> > >
> > > Release information:
> > > 1. PPMC vote result thread:
> > > https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202102.mbox/
> > > 
> > > 2. Release location:
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.7.4/
> > > 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.7.4
> > > 4. JIRA issues fixed in release:
> > > https://issues.apache.org/jira/projects/NLPCRAFT/versions/12349534
> > > 5. KEYS file:
> > > https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS
> > >
> > > The vote will be open for at least 72 hours or until a necessary number
> > > of votes are reached.
> > >
> > > Please vote accordingly:
> > > +1 approve
> > > +0 no opinion
> > > -1 disapprove with the reason
> > >
> > > Thank you,
> > > On behalf of NLPCraft community
> > >
> >
>


Re: [VOTE] Release Apache Livy 0.7.1 (incubating) based on RC1

2021-02-09 Thread Saisai Shao
My +1 as well. Please help to vote.

Thanks
Saisai

Justin Mclean  于2021年2月8日周一 上午9:36写道:

> Hi,
>
> +1 (binding)
>
> I checked in the source release:
> - incubating in name
> - signatures and hashes correct
> - NOTICE  file is incorrect, please don’t say "Copyright 2018 and onwards”
> but include current year.
> - LICENSE is missing license for [1][2] (and other font files)
> - No unexpected binary files
> - source files have correct headers
> - can compile from source except for livy-python-api but it looks like I’m
> missing a dependancy
>
> This is the error:
> kg_resources.DistributionNotFound: The 'flake8' distribution was not found
> and is required by the application
>
> Thanks,
> Justin
>
> 1.
> ./docs/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.svg
> 2
> ./server/src/main/resources/org/apache/livy/server/ui/static/fonts/glyphicons-halflings-regular.svg
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Graduate Apache Daffodil to a top-level project

2021-02-09 Thread Dave Fisher
+1 (binding)

Regards,
Dave

Sent from my iPhone

> On Feb 9, 2021, at 2:03 PM, Mike Beckerle  wrote:
> 
> Folks,
> 
> I would now call for people to please officially vote on this proposal.
> 
> This vote thread will be open for 72 hours - ending on Friday Feb 12,
> 5:15pm ET.US (UTC-5)
> 
> The discussion thread already contained votes (eleven +1, including 4
> binding, and no 0 or -1), and no negative discussion points, so I am
> incorporating that thread by reference here.
> 
> Discussion thread:
> https://lists.apache.org/thread.html/r1340f079a36ccc7498231eebbe9a5a0e69570f436d213fa665ca48c0%40%3Cgeneral.incubator.apache.org%3E
> 
> 
> The draft board proposal is below for your review. As you all know this is
> business boilerplate except for our project name, charter statement, the
> original PMC slate, and VP/Chairperson put forward.
> 
> 
> Regards,
> Mike Beckerle
> Daffodil PMC Chair Elect, Committer
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *Establish the Apache Daffodil Project WHEREAS, the Board of Directors
> deems it to be in the best interests of the Foundation and consistent
> with the Foundation's purpose to establish a Project Management
> Committee charged with the creation and maintenance of open-source
> software, for distribution at no charge to the public, related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON.*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> (PMC), to be known as the "Apache Daffodil Project", be and hereby is
> established pursuant to Bylaws of the Foundation; and be it further
> RESOLVED, that the Apache Daffodil Project be and hereby is responsible
> for the creation and maintenance of software related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON; and be it further*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *RESOLVED, that the office of "Vice President, Apache Daffodil" be and
> hereby is created, the person holding such office to serve at the
> direction of the Board of Directors as the chair of the Apache Daffodil
> Project, and to have primary responsibility for management of the
> projects within the scope of responsibility of the Apache Daffodil
> Project; and be it further RESOLVED, that the persons listed
> immediately below be and hereby are appointed to serve as the initial
> members of the Apache Daffodil Project:*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *  * Brandon Sloane>  *
> Christofer Dutz   >  * Dave Fisher
>  >  * Dave Thompson
> >  * John Interrante
> >  * John Wass
> >  * Joshua Adams
> >  * Kevin Ratnasekera
> >  * Mike Beckerle
> >  * Steve Lawrence
> >  * Taylor Wise
> >  * Olabusayo Kilo
> >*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> * NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mike Beckerle be appointed
>  to the office of Vice President, Apache Daffodil, to serve in accordance
>with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement, removal
> or disqualification, or until a successor is appointed; and be it
> further RESOLVED, that the Apache Daffodil Project be and hereby is
> tasked with the migration and rationalization of the Apache Incubator
> Daffodil podling; and be it further RESOLVED, that all
> responsibilities pertaining to the Apache Incubator Daffodil podling
> encumbered upon the Apache Incubator PMC are hereafter discharged.*
> 
> 
> -


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Graduate Apache Daffodil to a top-level project

2021-02-09 Thread Daniel B. Widdis
+1 non-binding

On Tue, Feb 9, 2021 at 2:03 PM Mike Beckerle  wrote:

> Folks,
>
> I would now call for people to please officially vote on this proposal.
>
> This vote thread will be open for 72 hours - ending on Friday Feb 12,
> 5:15pm ET.US (UTC-5)
>
> The discussion thread already contained votes (eleven +1, including 4
> binding, and no 0 or -1), and no negative discussion points, so I am
> incorporating that thread by reference here.
>
> Discussion thread:
>
> https://lists.apache.org/thread.html/r1340f079a36ccc7498231eebbe9a5a0e69570f436d213fa665ca48c0%40%3Cgeneral.incubator.apache.org%3E
>
>
> The draft board proposal is below for your review. As you all know this is
> business boilerplate except for our project name, charter statement, the
> original PMC slate, and VP/Chairperson put forward.
>
>
> Regards,
> Mike Beckerle
> Daffodil PMC Chair Elect, Committer
>
>
>
>
>
>
>
>
>
>
> *Establish the Apache Daffodil Project WHEREAS, the Board of Directors
> deems it to be in the best interests of the Foundation and consistent
> with the Foundation's purpose to establish a Project Management
> Committee charged with the creation and maintenance of open-source
> software, for distribution at no charge to the public, related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON.*
>
>
>
>
>
>
>
>
>
>
> *NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> (PMC), to be known as the "Apache Daffodil Project", be and hereby is
> established pursuant to Bylaws of the Foundation; and be it further
> RESOLVED, that the Apache Daffodil Project be and hereby is responsible
> for the creation and maintenance of software related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON; and be it further*
>
>
>
>
>
>
>
>
>
>
> *RESOLVED, that the office of "Vice President, Apache Daffodil" be and
> hereby is created, the person holding such office to serve at the
> direction of the Board of Directors as the chair of the Apache Daffodil
> Project, and to have primary responsibility for management of the
> projects within the scope of responsibility of the Apache Daffodil
> Project; and be it further RESOLVED, that the persons listed
> immediately below be and hereby are appointed to serve as the initial
> members of the Apache Daffodil Project:*
>
>
>
>
>
>
>
>
>
>
>
>
>
> *  * Brandon Sloane>  *
> Christofer Dutz   >  * Dave Fisher
>   >  * Dave Thompson
> >  * John Interrante
> >  * John Wass
> >  * Joshua Adams
>  >  * Kevin Ratnasekera
> >  * Mike Beckerle
> >  * Steve Lawrence
>  >  * Taylor Wise
> >  * Olabusayo Kilo
>  >*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> * NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mike Beckerle be appointed
>   to the office of Vice President, Apache Daffodil, to serve in accordance
> with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement, removal
> or disqualification, or until a successor is appointed; and be it
> further RESOLVED, that the Apache Daffodil Project be and hereby is
> tasked with the migration and rationalization of the Apache Incubator
> Daffodil podling; and be it further RESOLVED, that all
> responsibilities pertaining to the Apache Incubator Daffodil podling
> encumbered upon the Apache Incubator PMC are hereafter discharged.*
>
>
> -
>


-- 
Dan Widdis


Re: [VOTE] Graduate Apache Daffodil to a top-level project

2021-02-09 Thread Alexander Alten-Lorenz
+1 non-binding 

Thanks,
—Alex 

Sent from my mobile 

> On 9. Feb 2021, at 23:03, Mike Beckerle  wrote:
> 
> Folks,
> 
> I would now call for people to please officially vote on this proposal.
> 
> This vote thread will be open for 72 hours - ending on Friday Feb 12,
> 5:15pm ET.US (UTC-5)
> 
> The discussion thread already contained votes (eleven +1, including 4
> binding, and no 0 or -1), and no negative discussion points, so I am
> incorporating that thread by reference here.
> 
> Discussion thread:
> https://lists.apache.org/thread.html/r1340f079a36ccc7498231eebbe9a5a0e69570f436d213fa665ca48c0%40%3Cgeneral.incubator.apache.org%3E
> 
> 
> The draft board proposal is below for your review. As you all know this is
> business boilerplate except for our project name, charter statement, the
> original PMC slate, and VP/Chairperson put forward.
> 
> 
> Regards,
> Mike Beckerle
> Daffodil PMC Chair Elect, Committer
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *Establish the Apache Daffodil Project WHEREAS, the Board of Directors
> deems it to be in the best interests of the Foundation and consistent
> with the Foundation's purpose to establish a Project Management
> Committee charged with the creation and maintenance of open-source
> software, for distribution at no charge to the public, related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON.*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> (PMC), to be known as the "Apache Daffodil Project", be and hereby is
> established pursuant to Bylaws of the Foundation; and be it further
> RESOLVED, that the Apache Daffodil Project be and hereby is responsible
> for the creation and maintenance of software related to an
> implementation of the Data Format Description Language (DFDL) used to
> convert between fixed format data and more readily processed forms such
> as XML or JSON; and be it further*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *RESOLVED, that the office of "Vice President, Apache Daffodil" be and
> hereby is created, the person holding such office to serve at the
> direction of the Board of Directors as the chair of the Apache Daffodil
> Project, and to have primary responsibility for management of the
> projects within the scope of responsibility of the Apache Daffodil
> Project; and be it further RESOLVED, that the persons listed
> immediately below be and hereby are appointed to serve as the initial
> members of the Apache Daffodil Project:*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *  * Brandon Sloane>  *
> Christofer Dutz   >  * Dave Fisher
>  >  * Dave Thompson
> >  * John Interrante
> >  * John Wass
> >  * Joshua Adams
> >  * Kevin Ratnasekera
> >  * Mike Beckerle
> >  * Steve Lawrence
> >  * Taylor Wise
> >  * Olabusayo Kilo
> >*
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> * NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mike Beckerle be appointed
>  to the office of Vice President, Apache Daffodil, to serve in accordance
>with and subject to the direction of the Board of Directors and the
> Bylaws of the Foundation until death, resignation, retirement, removal
> or disqualification, or until a successor is appointed; and be it
> further RESOLVED, that the Apache Daffodil Project be and hereby is
> tasked with the migration and rationalization of the Apache Incubator
> Daffodil podling; and be it further RESOLVED, that all
> responsibilities pertaining to the Apache Incubator Daffodil podling
> encumbered upon the Apache Incubator PMC are hereafter discharged.*
> 
> 
> -

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Graduate Apache Daffodil to a top-level project

2021-02-09 Thread Mike Beckerle
Folks,

I would now call for people to please officially vote on this proposal.

This vote thread will be open for 72 hours - ending on Friday Feb 12,
5:15pm ET.US (UTC-5)

The discussion thread already contained votes (eleven +1, including 4
binding, and no 0 or -1), and no negative discussion points, so I am
incorporating that thread by reference here.

Discussion thread:
https://lists.apache.org/thread.html/r1340f079a36ccc7498231eebbe9a5a0e69570f436d213fa665ca48c0%40%3Cgeneral.incubator.apache.org%3E


The draft board proposal is below for your review. As you all know this is
business boilerplate except for our project name, charter statement, the
original PMC slate, and VP/Chairperson put forward.


Regards,
Mike Beckerle
Daffodil PMC Chair Elect, Committer










*Establish the Apache Daffodil Project WHEREAS, the Board of Directors
deems it to be in the best interests of the Foundation and consistent
with the Foundation's purpose to establish a Project Management
Committee charged with the creation and maintenance of open-source
software, for distribution at no charge to the public, related to an
implementation of the Data Format Description Language (DFDL) used to
convert between fixed format data and more readily processed forms such
as XML or JSON.*










*NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
(PMC), to be known as the "Apache Daffodil Project", be and hereby is
established pursuant to Bylaws of the Foundation; and be it further
RESOLVED, that the Apache Daffodil Project be and hereby is responsible
for the creation and maintenance of software related to an
implementation of the Data Format Description Language (DFDL) used to
convert between fixed format data and more readily processed forms such
as XML or JSON; and be it further*










*RESOLVED, that the office of "Vice President, Apache Daffodil" be and
hereby is created, the person holding such office to serve at the
direction of the Board of Directors as the chair of the Apache Daffodil
Project, and to have primary responsibility for management of the
projects within the scope of responsibility of the Apache Daffodil
Project; and be it further RESOLVED, that the persons listed
immediately below be and hereby are appointed to serve as the initial
members of the Apache Daffodil Project:*













*  * Brandon Sloane>  *
Christofer Dutz   >  * Dave Fisher
  >  * Dave Thompson
>  * John Interrante
>  * John Wass
>  * Joshua Adams
 >  * Kevin Ratnasekera
>  * Mike Beckerle
>  * Steve Lawrence
 >  * Taylor Wise
>  * Olabusayo Kilo
 >*















* NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mike Beckerle be appointed
  to the office of Vice President, Apache Daffodil, to serve in accordance
with and subject to the direction of the Board of Directors and the
Bylaws of the Foundation until death, resignation, retirement, removal
or disqualification, or until a successor is appointed; and be it
further RESOLVED, that the Apache Daffodil Project be and hereby is
tasked with the migration and rationalization of the Apache Incubator
Daffodil podling; and be it further RESOLVED, that all
responsibilities pertaining to the Apache Incubator Daffodil podling
encumbered upon the Apache Incubator PMC are hereafter discharged.*


-


Re: [DISCUSS] Graduate Apache Daffodil to a top-level project

2021-02-09 Thread Mike Beckerle
The discussion is now closed.
Thank you for the encouraging comments.

Stay tuned for official VOTE message.


On Thu, Feb 4, 2021 at 2:01 PM Mike Beckerle  wrote:

> Incubator Folks,
>
> We have completed a vote on our community list d...@daffodil.apache.org as
> follows:
>
> Vote Thread:
>
> https://lists.apache.org/thread.html/r91af73ae28284945ffe881cea7877766213eaa405da21e233d85eb83%40%3Cdev.daffodil.apache.org%3E
>
> In summary, we have all +1 votes including all 3 mentors.
>
> Our maturity model can be reviewed here:
>
>
> https://cwiki.apache.org/confluence/display/DAFFODIL/Apache+Daffodil+Maturity+Model+Assesment
>
> If there is anyone in the IPMC that has any questions or concerns that
> would block our ability to graduate, please bring these issues into this
> discussion.
>
> Unless there are issues that need to be resolved, this discussion will end
> next Tuesday, Feb 8 2021. 5pm ET.US (UTC-5) (that is 72 hours of weekdays)
>
> If this discussion produces a positive consensus or no objections, I will
> proceed to a vote using lazy consensus
> https://www.apache.org/foundation/voting.html.
>
> Regards,
> Mike Beckerle
> Daffodil PPMC, Committer
>


Re: [VOTE] Release Apache MXNet (incubating) version 1.8.0.rc3

2021-02-09 Thread Sam Skalicky
Hi Mentors,

Please help us get out this release by voting. Thanks for helping MXNet as it 
grows in the incubator.

Thanks!
Sam

On 2021/02/01 18:52:24, Sam Skalicky  wrote: 
> Thanks Justin,
> 
> We'll take note of these callouts and address them in the next release.
> 
> Sam
> 
> On 2021/01/28 03:38:37, Justin Mclean  wrote: 
> > Hi,
> > 
> > +1 (binding) but only because of WIP DISCLAIMER. LICENSE is not correct and 
> > source release contains Category B licensed bits.
> > 
> > I checked:
> > - incubating in name
> > - signatures and hashes are fine
> > - DISCLAIMER (WIP) exist but information has not been updated in it
> > - LICENSE looks OK but I’ve not checked everything and there looks like 
> > there been a lot  of changes since the last release. It missing some 3rd 
> > party licenses.
> > - NOTICE has incorrect year
> > - The source include a font under the OFL license In general this can't be 
> > included in a source release. [1] This should be mention in the DISCLAIMER. 
> > Also [4] and [7] are under the OFL license I believe.
> > - It would be good to see more description in the rat exclusions file (and 
> > have it at the top level)
> > - No unexpected binary files. However I did seem some binary files that 
> > should be mentioned in LICENSE. [2][3][4][5][6][7]
> > - It also unclear how [2] is licensed and may be category X
> > -  I didn’t try to compile from source
> > 
> > Thanks,
> > Justin
> > 
> > 
> > 1 https://www.apache.org/legal/resolved.html#weak-copyleft-licenses
> > 2. ./3rdparty/mkldnn/doc/assets/fonts/fontawesome-webfont*
> > 3. ./3rdparty/mkldnn/doc/assets/fonts/lato*
> > 4. ./3rdparty/mkldnn/doc/assets/mathjax/fonts/HTML-CSS/Asana-Math/otf*
> > 5. ./3rdparty/mkldnn/doc/assets/mathjax/fonts/HTML-CSS/*/*/MathJax*
> > 6. 
> > ./docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/*
> > 7. /docs/python_docs/themes/mx-theme/mxtheme/static/webfonts/fa-solid*
> > 
> > 
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> > 
> > 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache TubeMQ (Incubating) 0.8.0-incubating RC2

2021-02-09 Thread Xiangdong Huang
Hi,

> We've found that maybe you were using `mvn compile` to build the tubemq
> project, in this case, the project may not be built successfully.

But if you read your Readme.md, you will find `mvn compile` command... So
it should be fixed.

Others:

- Seems all Readme.md files have no Apache-rat.
- I am not sure whether I am right: many projects have a LICENSE-binary
file that list all 3rd part dependencies... e.g., hadoop [1] and IoTDB [2],
but TubeMQ only lists license files from all modified/copied source files.

[1] https://github.com/apache/hadoop/blob/trunk/LICENSE-binary
[2] https://github.com/apache/iotdb/blob/master/LICENSE-binary

Best,
---
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Yuanbo Liu  于2021年2月8日周一 下午10:31写道:

> Hi Justin
> We've found that maybe you were using `mvn compile` to build the tubemq
> project, in this case, the project may not be built successfully.
> This project has some plugins executed in phase `package`, `mvn clean
> package` seems to work well. Could you please try the command and
> check whether it works as expected.
>
> On Mon, Feb 8, 2021 at 7:57 PM Goson zhang  wrote:
>
> >  Thanks, professional and meticulous!!
> >
> > We'll check carefully again.
> >
> > Yuanbo Liu  于2021年2月8日周一 上午10:25写道:
> >
> > > Hi, Justin
> > >   Thanks for your check.
> > >   I'll try to find out why you cannot compile. We will send a new
> > > pending-release source for you to review before we start a new thread
> for
> > > voting. Is that ok with you?
> > >   Thanks again for guiding our project.
> > >
> >
>


Re: [VOTE] Release Apache NLPCraft (incubating) 0.7.4

2021-02-09 Thread Furkan KAMACI
Hi,

+1 (binding)

Kind Regards,
Furkan KAMACI

On Fri, Feb 5, 2021 at 6:15 AM Paul King  wrote:

> +1 carrying my dev vote forward:
>
> https://lists.apache.org/thread.html/reb06a62c04fed54684c993e80fe01cfff849df3631d85f32e7ab1051%40%3Cdev.nlpcraft.apache.org%3E
>
> Cheers, Paul.
>
>
> <
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> >
> Virus-free.
> www.avast.com
> <
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> >
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Fri, Feb 5, 2021 at 9:03 AM Aaron Radzinski 
> wrote:
>
> > Hello all,
> > This is a call for a vote to release Apache NLPCraft (incubating)
> > version 0.7.4. Apache NLPCraft is a library for adding a natural language
> > interface to any application.
> >
> > The Apache NLPCraft community has voted on and approved a proposal to
> > release Apache NLPCraft (Incubating) version 0.7.4. We would like to
> > request the Incubator PMC members review and vote on this incubator
> > release.
> >
> > Release information:
> > 1. PPMC vote result thread:
> > https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202102.mbox/
> > 
> > 2. Release location:
> >
> https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.7.4/
> > 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.7.4
> > 4. JIRA issues fixed in release:
> > https://issues.apache.org/jira/projects/NLPCRAFT/versions/12349534
> > 5. KEYS file:
> > https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS
> >
> > The vote will be open for at least 72 hours or until a necessary number
> > of votes are reached.
> >
> > Please vote accordingly:
> > +1 approve
> > +0 no opinion
> > -1 disapprove with the reason
> >
> > Thank you,
> > On behalf of NLPCraft community
> >
>