Re: Contribute

2018-08-17 Thread Lukasz Cwik
Most of our documentation talks about the execution model and concepts like PTransform/PCollection/...[1] There are guides for contributors related to style/building a runner/existing design docs[2] To my knowledge there are no project structure docs. 1: https://beam.apache.org/documentation/prog

Re: Contribute

2018-08-16 Thread Shayak Sadhu
Thank you team for the info. I did take 2.6 release from download sources and tried to build it in gradle. I am getting this issue [image: image.png] Also do we have any docs/confluence page that would get me a good overview on the project structure and a bit on code walkthrough. Regards, Shayak.

Re: Contribute

2018-08-12 Thread Trần Thành Đạt
Thank you. I just sent my first PR https://github.com/apache/beam/pull/6211 to support Elasticsearch 6.x for ElasticsearchIO. My project is using Google Dataflow - Java Beam and needs to connect to Elasticsearch 6 but currently, ElasticsearchIO only supports 2.x-5.x. On Sat, Aug 11, 2018 at 9:55

Re: Contribute

2018-08-11 Thread Jean-Baptiste Onofré
+1 Regards JB On 11/08/2018 16:38, Thomas Weise wrote: > It appears this thread has additional info worth adding > to https://beam.apache.org/contribute/#building--testing ? > > > On Sat, Aug 11, 2018 at 12:20 AM Mikhail Gryzykhin > mailto:gryzykhin.mikh...@gmail.com>> wrote: > > Extra tip

Re: Contribute

2018-08-11 Thread Thomas Weise
It appears this thread has additional info worth adding to https://beam.apache.org/contribute/#building--testing ? On Sat, Aug 11, 2018 at 12:20 AM Mikhail Gryzykhin < gryzykhin.mikh...@gmail.com> wrote: > Extra tip: https://github.com/apache/beam/tree/master/.test-infra/jenkins > contains defin

Re: Contribute

2018-08-11 Thread Mikhail Gryzykhin
Extra tip: https://github.com/apache/beam/tree/master/.test-infra/jenkins contains definitions for all the jobs we run on Jenkins. You can find gradle commands executed there as well. On Fri, Aug 10, 2018 at 11:17 PM Pablo Estrada wrote: > An extra tip: ./gradlew tasks --all should show you a bu

Re: Contribute

2018-08-10 Thread Pablo Estrada
An extra tip: ./gradlew tasks --all should show you a bunch of existing tasks that you can run, and ./gradlew projects --all does the same for projects. -P. On Fri, Aug 10, 2018, 10:33 PM Trần Thành Đạt wrote: > Thank you, Rui, > > I have the same question. > I will start running ./gradlew :task

Re: Contribute

2018-08-10 Thread Trần Thành Đạt
Thank you, Rui, I have the same question. I will start running ./gradlew :task to explore Beam codebase On Sat, Aug 11, 2018 at 11:45 AM, Rui Wang wrote: > Hi Shayak! > > Thanks for your interest. > > Beam uses Gradle to build and test code. One thing I found was very useful > when I started t

Re: Contribute

2018-08-10 Thread Rui Wang
Hi Shayak! Thanks for your interest. Beam uses Gradle to build and test code. One thing I found was very useful when I started to contribute was a tip about Gradle: you can run ./gradlew :task to get a list of commands that you can run with Gradle under a module, which includes compile/run/build

Re: Contribute

2018-08-10 Thread Shayak Sadhu
Hello JB, I did take a look into the contribute page. These are the list of things I can help out with: 1. Python 3 support 3. MapReduce Runner 4. Apache Spark 2.0 Runner To get started, can you forward me some documentation that would give me a brief code walkthrough. Also, I will try to pull th

Re: Contribute

2018-08-10 Thread Jean-Baptiste Onofré
Hi, you can take a look on the Contribution Guide: https://beam.apache.org/contribute/ Regards JB On 10/08/2018 09:18, Shayak Sadhu wrote: > Hi Team, > > I would like to contribute to Apache Beam. > > Regards, > Shayak -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Tal