Re: JavaDoc

2016-09-16 Thread Jean-Baptiste Onofré
Hi Jesse, good point, we gonna fix that. Anyway, you have the nightly javadoc on the Apache SNAPSHOT repo: https://repository.apache.org/content/groups/snapshots/org/apache/beam/beam-sdks-java-core/0.3.0-incubating-SNAPSHOT/*javadoc.jar Regards JB On 09/15/2016 05:26 PM, Jesse Anderson

Re: BEAM-635 - Support Flink Release Version 1.1.2 in release-0.2.0-incubating

2016-09-16 Thread Jean-Baptiste Onofré
Hi Sumit, The only possible way would be to create 0.2.x branch based on the 0.2.0 release tag and then apply your PR. 0.3.0 release is planned for in a couple of months max. So, if you can wait, I would strongly recommend to wait this release that will include Flink upgrade. Regards JB

Maven Compile Fails

2016-09-16 Thread Jesse Anderson
Is anyone else experiencing this while building with Maven? I'm having to clean each time. It only happens on beam-sdks-java-core. [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ beam-sdks-java-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 378 source

Beam IO: suggestions and new features

2016-09-16 Thread Jean-Baptiste Onofré
Hi all, as you may know I'm working on different new IOs for Beam. I have some suggestions that I would like to discuss with you all. 1/ Sink The SDK provides a Sink abstract class. It represents a resource that can be written using a Write transform: p.apply(Write.to(new MySink())); The

Re: JavaDoc

2016-09-16 Thread Jesse Anderson
@Ismael here's a pom.xml with the repository specified https://github.com/eljefe6a/beamexample/blob/master/BeamTutorial/pom.xml On Thu, Sep 15, 2016 at 11:38 PM Jean-Baptiste Onofré wrote: > Hi Jesse, > > good point, we gonna fix that. > > Anyway, you have the nightly javadoc

Re: Support for Flink 1.1.0 in release-0.2.0-incubating

2016-09-16 Thread Maximilian Michels
Hi Sumit, Thanks for the PR. Your changes looks good. I think there are currently no plans for a minor release 0.2.1-incubating. A lot of issues were fixed on the latest master which should give you a better experience than the 0.2.0-incubating release. These are the current issues which will be

Re: Maven Compile Fails

2016-09-16 Thread Jean-Baptiste Onofré
Hi Jesse, I built yesterday without problem, but without cleaning my local repo. Let me try. Regards JB On 09/17/2016 01:07 AM, Jesse Anderson wrote: Is anyone else experiencing this while building with Maven? I'm having to clean each time. It only happens on beam-sdks-java-core. [INFO] ---