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 <module_name>:task to get a list of commands that you can run with Gradle under a module, which includes compile/run/build jar commands. Hopefully this tip can help you explore Beam codebase. Thanks, Rui On Fri, Aug 10, 2018 at 9:08 PM Shayak Sadhu <[email protected]> wrote: > 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 the code from git and try it out. > > Regards, > Shayak > > On Fri, Aug 10, 2018 at 3:00 PM Jean-Baptiste Onofré <[email protected]> > wrote: > >> 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é >> [email protected] >> http://blog.nanthrax.net >> Talend - http://www.talend.com >> >
