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 <pabl...@google.com> wrote:

> 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 <dattran.v...@gmail.com>
> wrote:
>
>> Thank you, Rui,
>>
>> I have the same question.
>> I will start running ./gradlew <module_name>:task to  explore Beam
>> codebase
>>
>> On Sat, Aug 11, 2018 at 11:45 AM, Rui Wang <ruw...@google.com> 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 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 <shayakchemis...@gmail.com>
>>> 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é <j...@nanthrax.net>
>>>> 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é
>>>>> jbono...@apache.org
>>>>> http://blog.nanthrax.net
>>>>> Talend - http://www.talend.com
>>>>>
>>>>
>> --
> Got feedback? go/pabloem-feedback
>

Reply via email to