Re: Checkstyle Errors

2017-01-04 Thread Jesse Anderson
@Eugene, yes that failed on the checkstyle. On Wed, Jan 4, 2017 at 1:27 PM Eugene Kirpichov wrote: > Try just -Prelease. > On Wed, Jan 4, 2017 at 1:21 PM Jesse Anderson > wrote: > > > Fails because I don't have a secret key. > > > > On Wed, Jan 4, 2017 at 1:03 PM Jean-Baptiste Onofré > > wrote

Re: Checkstyle Errors

2017-01-04 Thread Eugene Kirpichov
Try just -Prelease. On Wed, Jan 4, 2017 at 1:21 PM Jesse Anderson wrote: > Fails because I don't have a secret key. > > On Wed, Jan 4, 2017 at 1:03 PM Jean-Baptiste Onofré > wrote: > > > Hi Jesse, > > > > Could you try the same with: > > > > mvn verify -Prelease,apache-release > > > > ? > > > >

Re: Checkstyle Errors

2017-01-04 Thread Jesse Anderson
Fails because I don't have a secret key. On Wed, Jan 4, 2017 at 1:03 PM Jean-Baptiste Onofré wrote: > Hi Jesse, > > Could you try the same with: > > mvn verify -Prelease,apache-release > > ? > > Regards > JB > > On 01/04/2017 09:53 PM, Jesse Anderson wrote: > > For some reason, running "mvn veri

Re: Checkstyle Errors

2017-01-04 Thread Jean-Baptiste Onofré
Hi Jesse, Could you try the same with: mvn verify -Prelease,apache-release ? Regards JB On 01/04/2017 09:53 PM, Jesse Anderson wrote: For some reason, running "mvn verify" isn't running checkstyle on everything. I had checkstyle errors in beam-sdks-java-core that weren't being found. I thou

Checkstyle Errors

2017-01-04 Thread Jesse Anderson
For some reason, running "mvn verify" isn't running checkstyle on everything. I had checkstyle errors in beam-sdks-java-core that weren't being found. I thought this was due to the extra parameters. I reran with the plain "mvn verify" and it still didn't find them. From the output, it doesn't look

Re: Running a Specific Test

2017-01-04 Thread Jesse Anderson
I just found out that running: mvn verify -pl org.apache.beam:beam-sdks-java-core Doesn't run the checkstyle for some reason. I'm not sure why and I had a bunch of checkstyle errors. On Wed, Jan 4, 2017 at 8:18 AM Jesse Anderson wrote: > The blog post

Re: Apache News Round-up

2017-01-04 Thread Tyler Akidau
Impressive. Congrats! On Wed, Jan 4, 2017 at 1:58 AM Etienne Chauchot wrote: > Yeah, > > Awesome, congrats JB! > > > Le 31/12/2016 à 06:23, Davor Bonaci a écrit : > > I stumbled across Apache News Round-up for this week [1], and our own > > Jean-Baptiste Onofré is noted as one of the top five co

Re: Running a Specific Test

2017-01-04 Thread Jesse Anderson
The blog post is up. It covers some of the common Maven commands I've needed when developing Beam. One is how to run a verify on a single module instead of everything. The second is how to run unit tests both in the IDE and from the command line i

Re: Apache News Round-up

2017-01-04 Thread Etienne Chauchot
Yeah, Awesome, congrats JB! Le 31/12/2016 à 06:23, Davor Bonaci a écrit : I stumbled across Apache News Round-up for this week [1], and our own Jean-Baptiste Onofré is noted as one of the top five committers in 2016 with 1,825 commits across all Apache projects. Congratulations JB -- this is

Re: Testing Metrics

2017-01-04 Thread Amit Sela
On Tue, Jan 3, 2017 at 8:56 PM Ben Chambers wrote: > The Metrics API in Beam is proposed to support both committed metrics (only > from the successfully committed bundles) and attempted metrics (from all > attempts at processing bundles). I think any mechanism based on the workers > reporting met