Podling Report Reminder - August 2019

2019-07-23 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 August 2019, 10:30 am PDT. The report for your podling will form

Re: [VOTE] DataSketches-memory RC2

2019-07-23 Thread Jon Malkin
The effective weight of my vote is zero, but +1 for compile/install working with all tests passed. jon On Tue, Jul 23, 2019 at 3:41 PM leerho wrote: > Typo: The first line should read: 1. This is a call for vote to release > Apache DataSketches-memory version: 1.0.0-incubating-RC2 > > On Tue

Re: [VOTE] DataSketches-memory RC2

2019-07-23 Thread leerho
Typo: The first line should read: 1. This is a call for vote to release Apache DataSketches-memory version: 1.0.0-incubating-RC2 On Tue, Jul 23, 2019 at 3:36 PM leerho wrote: > Hello Apache DataSketches Community, > > 1. This is a call for vote to release Apache DataSketches-memory version: >

[VOTE] DataSketches-memory RC2

2019-07-23 Thread leerho
Hello Apache DataSketches Community, 1. This is a call for vote to release Apache DataSketches-memory version: 1.0.0-incubating-RC1 NOTE 1: This is one component of the DataSketches library which needs to be released first as other repositories have a dependency on this one. Once this is release

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread leerho
I guess I could just do the signing using gpg directly from a script. ... Easier than trying to get Maven to work :( On Tue, Jul 23, 2019 at 1:29 PM leerho wrote: > I am doing that, but I don't know how to call it from the command line. Do > you know? > I am using one from Beam 2.4.0 (before t

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread leerho
I am doing that, but I don't know how to call it from the command line. Do you know? I am using one from Beam 2.4.0 (before they moved to Gradle) sign org.apache.maven.plugins maven-gpg-plugin ${maven-gpg-plugin.v

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread Furkan KAMACI
Hi Leerho, Yes, Druid does not specify gpg plugin. It is better to create a sign profile for it. Kind Regards, Furkan KAMACI On Tue, Jul 23, 2019 at 11:10 PM leerho wrote: > Correction: Druid does NOT specify the gpg plugin. I will put it in a > "sign" profile like beam has it. > > On Tue, Ju

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread leerho
Correction: Druid does NOT specify the gpg plugin. I will put it in a "sign" profile like beam has it. On Tue, Jul 23, 2019 at 12:36 PM leerho wrote: > Hi, > Before I submit another RC, I want to understand what is causing your GPG > problems. I have studied the POM files from Druid, Beam: 2.4

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread leerho
Hi, Before I submit another RC, I want to understand what is causing your GPG problems. I have studied the POM files from Druid, Beam: 2.4, Pinot, and Dubbo. They each handle the GPG plugin differently: - Druid has it configured in the section like I have it. - Beam puts it into a special

Re: [VOTE] DataSketches-memory RC1

2019-07-23 Thread Furkan KAMACI
Hi, It correctly checks whether gpg is running or not. However, gpg problem is still persists. We should move it into another profile. Kind Regards, Furkan KAMACI On Tue, Jul 23, 2019 at 3:57 AM leerho wrote: > Did that fix the GPG issue? > > Thanks for the Pinot suggestion, I will study it.