New contributor tasks

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

New contributor tasks

Naveen Madhire
Hi,

I've setup Flink on my local linux machine and ran few examples as well. Also setup the Intellij IDE for the coding environment. Can anyone please let me know if there are any beginner tasks which I can take a look for contributing to Apache Flink codebase.

I am comfortable in Java and Scala programming.

Please let me know.

Thanks,
Naveen
Reply | Threaded
Open this post in threaded view
|

Re: New contributor tasks

Chiwan Park-2
Hi Naveen,

There is a guide document [1] about contribution in homepage. Please read first before contributing. Maybe a document of coding guidelines [2] would be helpful to you. You can find some issues [3] to start contributing to Flink in JIRA. The issues are labeled as `starter`, `newbie`, or `easyfix`.

Happy contributing!

Regards,
Chiwan Park

[1] http://flink.apache.org/how-to-contribute.html
[2] http://flink.apache.org/coding-guidelines.html
[3] https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20starter%20ORDER%20BY%20priority%20DESC

> On Aug 27, 2015, at 2:06 PM, Naveen Madhire <[hidden email]> wrote:
>
> Hi,
>
> I've setup Flink on my local linux machine and ran few examples as well. Also setup the Intellij IDE for the coding environment. Can anyone please let me know if there are any beginner tasks which I can take a look for contributing to Apache Flink codebase.
>
> I am comfortable in Java and Scala programming.
>
> Please let me know.
>
> Thanks,
> Naveen




Reply | Threaded
Open this post in threaded view
|

Re: New contributor tasks

Chiwan Park-2
Additionally, If you have any questions about contributing, please send a mail to dev mailing list.

Regards,
Chiwan Park

> On Aug 27, 2015, at 2:11 PM, Chiwan Park <[hidden email]> wrote:
>
> Hi Naveen,
>
> There is a guide document [1] about contribution in homepage. Please read first before contributing. Maybe a document of coding guidelines [2] would be helpful to you. You can find some issues [3] to start contributing to Flink in JIRA. The issues are labeled as `starter`, `newbie`, or `easyfix`.
>
> Happy contributing!
>
> Regards,
> Chiwan Park
>
> [1] http://flink.apache.org/how-to-contribute.html
> [2] http://flink.apache.org/coding-guidelines.html
> [3] https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20starter%20ORDER%20BY%20priority%20DESC
>
>> On Aug 27, 2015, at 2:06 PM, Naveen Madhire <[hidden email]> wrote:
>>
>> Hi,
>>
>> I've setup Flink on my local linux machine and ran few examples as well. Also setup the Intellij IDE for the coding environment. Can anyone please let me know if there are any beginner tasks which I can take a look for contributing to Apache Flink codebase.
>>
>> I am comfortable in Java and Scala programming.
>>
>> Please let me know.
>>
>> Thanks,
>> Naveen
>
>
>
>




Reply | Threaded
Open this post in threaded view
|

Re: New contributor tasks

Matthias J. Sax
One more thing. Not every open issue is documented in JIRA (even if you
try to do this). You can also have a look into the wiki:
https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home

So if you are interested to work on a specific component you might try
to talk to the main contributers about undocumented issues you can work
on within this component. Just ask on the dev list.

Welcome to the community!

-Matthias

On 08/27/2015 07:13 AM, Chiwan Park wrote:

> Additionally, If you have any questions about contributing, please send a mail to dev mailing list.
>
> Regards,
> Chiwan Park
>
>> On Aug 27, 2015, at 2:11 PM, Chiwan Park <[hidden email]> wrote:
>>
>> Hi Naveen,
>>
>> There is a guide document [1] about contribution in homepage. Please read first before contributing. Maybe a document of coding guidelines [2] would be helpful to you. You can find some issues [3] to start contributing to Flink in JIRA. The issues are labeled as `starter`, `newbie`, or `easyfix`.
>>
>> Happy contributing!
>>
>> Regards,
>> Chiwan Park
>>
>> [1] http://flink.apache.org/how-to-contribute.html
>> [2] http://flink.apache.org/coding-guidelines.html
>> [3] https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20starter%20ORDER%20BY%20priority%20DESC
>>
>>> On Aug 27, 2015, at 2:06 PM, Naveen Madhire <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> I've setup Flink on my local linux machine and ran few examples as well. Also setup the Intellij IDE for the coding environment. Can anyone please let me know if there are any beginner tasks which I can take a look for contributing to Apache Flink codebase.
>>>
>>> I am comfortable in Java and Scala programming.
>>>
>>> Please let me know.
>>>
>>> Thanks,
>>> Naveen
>>
>>
>>
>>
>
>
>
>
>


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: New contributor tasks

Stephan Ewen
Matthias has a very good point! Have a look at the System and see what strikes you as most interesting.

For example
  - runtime
  - Graph Algorithms
  - ML algorithms
  - streaming core/connectors
  - Storm streaming layer.



On Thu, Aug 27, 2015 at 10:37 AM, Matthias J. Sax <[hidden email]> wrote:
One more thing. Not every open issue is documented in JIRA (even if you
try to do this). You can also have a look into the wiki:
https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+Home

So if you are interested to work on a specific component you might try
to talk to the main contributers about undocumented issues you can work
on within this component. Just ask on the dev list.

Welcome to the community!

-Matthias

On 08/27/2015 07:13 AM, Chiwan Park wrote:
> Additionally, If you have any questions about contributing, please send a mail to dev mailing list.
>
> Regards,
> Chiwan Park
>
>> On Aug 27, 2015, at 2:11 PM, Chiwan Park <[hidden email]> wrote:
>>
>> Hi Naveen,
>>
>> There is a guide document [1] about contribution in homepage. Please read first before contributing. Maybe a document of coding guidelines [2] would be helpful to you. You can find some issues [3] to start contributing to Flink in JIRA. The issues are labeled as `starter`, `newbie`, or `easyfix`.
>>
>> Happy contributing!
>>
>> Regards,
>> Chiwan Park
>>
>> [1] http://flink.apache.org/how-to-contribute.html
>> [2] http://flink.apache.org/coding-guidelines.html
>> [3] https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20starter%20ORDER%20BY%20priority%20DESC
>>
>>> On Aug 27, 2015, at 2:06 PM, Naveen Madhire <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> I've setup Flink on my local linux machine and ran few examples as well. Also setup the Intellij IDE for the coding environment. Can anyone please let me know if there are any beginner tasks which I can take a look for contributing to Apache Flink codebase.
>>>
>>> I am comfortable in Java and Scala programming.
>>>
>>> Please let me know.
>>>
>>> Thanks,
>>> Naveen
>>
>>
>>
>>
>
>
>
>
>