Re: Azure Blob IO for Apache Beam

2017-01-05 Thread Stephen Sisk
If you're interested in what's involved in building a read transform for Azure Storage Blob, folks here on the dev@ alias are happy to help. We could help outline in a bit more detail what'd be involved in doing the HDFS->WASB hookup that Davor mentioned in his stackoverflow answer. S On Fri, Dec

Re: Better developer instructions for using Maven?

2017-01-05 Thread Lukasz Cwik
I was hoping that the default mvn verify would be the slow build and a profile could be enabled that would skip checks to make things faster for regular contributors. This way a person doesn't need to have detailed knowledge of all our profiles and what they do (typically mvn verify) will do the ri

Re: Better developer instructions for using Maven?

2017-01-05 Thread Dan Halperin
On Thu, Jan 5, 2017 at 9:28 AM, Jesse Anderson wrote: > @dan are you saying that mvn verify isn't doing checkstyle anymore? `mvn verify` alone should not be running checkstyle, if modules are configured correctly. > Some of > the checkstyles are still running for a few modules. Also, the cont

Re: Better developer instructions for using Maven?

2017-01-05 Thread Jesse Anderson
@dan are you saying that mvn verify isn't doing checkstyle anymore? Some of the checkstyles are still running for a few modules. Also, the contribution docs will need to change. They say to run mvn verify before commits. On Thu, Jan 5, 2017 at 9:25 AM Dan Halperin wrote: > Several folks seem to

Better developer instructions for using Maven?

2017-01-05 Thread Dan Halperin
Several folks seem to have been confused after BEAM-246, where we moved the "slow things" into the release profile. I've started a discussion with https://github.com/apache/beam/pull/1740 to see if there are things we can do to fill these gaps. Would love folks to chime in with opinions. Dan On