Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-16 Thread Raymundo Panduro
Thanks Atri We are working on automating the RAT verification for next release so it can be easy to verify for release voting. *Raymundo Panduro* On Mon, Aug 14, 2017 at 9:45 AM, Atri Sharma wrote: > +1, except that I couldnt run RAT. > > On Mon, Aug 14, 2017 at 8:12 PM, Raymundo Pand

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-16 Thread jarcec
+1 (binding) Jarcec > On Aug 14, 2017, at 7:45 AM, Atri Sharma wrote: > > +1, except that I couldnt run RAT. > > On Mon, Aug 14, 2017 at 8:12 PM, Raymundo Panduro wrote: >> Thanks John!! >> >> My comments below! >> >> >> On Sun, Aug 13, 2017 at 4:38 PM, John D. Ament >> wrote: >> >>> +1

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-14 Thread Atri Sharma
+1, except that I couldnt run RAT. On Mon, Aug 14, 2017 at 8:12 PM, Raymundo Panduro wrote: > Thanks John!! > > My comments below! > > > On Sun, Aug 13, 2017 at 4:38 PM, John D. Ament > wrote: > >> +1 to release, however the following additions need to happen (as called >> out in this thread): >

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-14 Thread Raymundo Panduro
Thanks John!! My comments below! On Sun, Aug 13, 2017 at 4:38 PM, John D. Ament wrote: > +1 to release, however the following additions need to happen (as called > out in this thread): > > - Need a clear way to run RAT. > *We are working on this with automation script to make it easy to run a

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-13 Thread John D. Ament
+1 to release, however the following additions need to happen (as called out in this thread): - Need a clear way to run RAT - Need to clarify how to build each component ideally from the top level - You must *not* create external websites that are referencing the release of the project. The usage

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-10 Thread Raymundo Panduro
Hello IPMC members, Here are the instructions on how to build the release candidate once you download it. http://nolamarketing.com/client/apache-spot/download/ (If you don't see the *Validate Build* section use CTRL + F5 to refresh the page). Regarding the Licence comment, we updated the files

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-10 Thread Raymundo Panduro
Hello IPMC members, Here are the instructions on how to build the release candidate once you download it. http://nolamarketing.com/client/apache-spot/download/ (If you don't see the *Validate Build* section use CTRL + F5 to refresh the page). Regarding the Licence comment, we updated the files

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Justin Mclean
Hi, +1 binding I checked: - name includes incubating - hashes and signatures correct - DISCLAIMER exists - LICENSE is missing a few permissive licensed bundled items. Please fix for the next release - NOTICE is good - no unexpected binary files - all source files have ASF headers - Could compile

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Ted Dunning
The rat scripts are only part of the issue. The entire build and check process should be documented and as automated as possible. I say this not as a specific pre-requisite for gaining approval for a release, but as a pragmatic issues. There are 10x more people who will give you a few minutes of t

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Ted Dunning
On Fri, Aug 4, 2017 at 11:01 AM, John D. Ament wrote: > What Ted said, minus the trolling part. > Trolling as a synonym for fishing, not magical creatures living under a bridge.

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Wes McKinney
You are welcome to use our RAT automation scripts from Apache Arrow: https://github.com/apache/arrow/tree/master/dev/release On Fri, Aug 4, 2017 at 2:11 PM, Smith, Nathanael P wrote: > Correction, > > the issue is SPOT-214 > https://issues.apache.org/jira/browse/SPOT-214 > > - Nathanael > > >

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Smith, Nathanael P
Correction, the issue is SPOT-214 https://issues.apache.org/jira/browse/SPOT-214 - Nathanael > On Aug 4, 2017, at 11:08 AM, Smith, Nathanael P > wrote: > > Hi John, > > Ray and I had a discussion around this first thing today. > > I’ve already opened the issue [spot-213] and we’re working

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Smith, Nathanael P
Hi John, Ray and I had a discussion around this first thing today. I’ve already opened the issue [spot-213] and we’re working on that. for my own understanding, Would it be helpful if we bumped this issue up the priority list and resolved prior to this release? - Nathanael > On Aug 4, 2017

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread John D. Ament
What Ted said, minus the trolling part. There needs to be a script that runs RAT of some kind, which should hopefully be pretty simple to add. Your rat excludes should be in the release. I think all of this can be solved in a following release, so please add a ticket to address. I'll continue t

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Ted Dunning
?! The normal standard is that this all runs from the build process. And certainly it should be documented. Remember, you are trolling for volunteers to sign off on your release. On Fri, Aug 4, 2017 at 8:03 AM, Raymundo Panduro wrote: > John: > > To RUN Rat this is how we do it: > > Downloa

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Raymundo Panduro
John: To RUN Rat this is how we do it: Downloading the SPOT Code: wget https://dist.apache.org/repos/dist/dev/incubator/spot/1.0- incubating/apache-spot-1.0-incubating.tar.gz Uncompress the code: tar -zxvf apache-spot-1.0-incubating.tar.gz Download RAT: wget http://apache.claz.org//creadur/apach

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-04 Thread Raymundo Panduro
John: To RUN Rat this is how we do it: Downloading the SPOT Code: wget https://dist.apache.org/repos/dist/dev/incubator/spot/1.0-incubating/apache-spot-1.0-incubating.tar.gz Uncompress the code: tar -zxvf apache-spot-1.0-incubating.tar.gz Download RAT: wget http://apache.claz.org//creadur/apache

Re: [VOTE] Release Apache SPOT 1.0-incubating

2017-08-03 Thread John D. Ament
Its very hard to understand this release. How do I build it? How do I run RAT? John On Fri, Jul 28, 2017 at 11:50 AM Raymundo Panduro wrote: > Dear IPMC team, > > This is the vote for *Apache SPOT 1.0 (incubating) release*. This is > the first release of SPOT. > > > The PPMC Vote Threads can