Hi,
I hope to contribute some simple code to flink, But it is difficult for me to find a problem that is suitable for myself among the many problems of JIRA. I think many people will have the same problem, that is how to get a simple question and then contribute their first code. This is of great significance for those who want to contribute code for an open source project for the first time. I need some help for the code landing. Thanks, Delin Zhao |
+1
On Sat, May 9, 2020, 7:11 PM i'mpossible <[hidden email]> wrote: > Hi, > I hope to contribute some simple code to flink, But it is > difficult for me to find a problem that is suitable > for myself among the many problems of JIRA. > > > I think many people will have the same problem, that is how > to get a simple question and then contribute > their first code. This is of great significance for those who want to > contribute code for an open source project > for the first time. > > > I need some help for the code landing. > > > Thanks, > Delin Zhao > |
+2
On Sat, May 9, 2020, 10:16 PM Venkata Sanath Muppalla <[hidden email]> wrote: > +1 > > On Sat, May 9, 2020, 7:11 PM i'mpossible <[hidden email]> wrote: > > > Hi, > > I hope to contribute some simple code to flink, But it is > > difficult for me to find a problem that is suitable > > for myself among the many problems of JIRA. > > > > > > I think many people will have the same problem, that is how > > to get a simple question and then contribute > > their first code. This is of great significance for those who want to > > contribute code for an open source project > > for the first time. > > > > > > I need some help for the code landing. > > > > > > Thanks, > > Delin Zhao > > > |
There is a file 'WordCount.java' in the codebase.
You can start executing and debugging it to understand how the whole flow works. And then you can start exploring further which would help you to identify the issues you can work upon. Manish On Sun, May 10, 2020 at 7:51 AM Pankaj Chand <[hidden email]> wrote: > +2 > > On Sat, May 9, 2020, 10:16 PM Venkata Sanath Muppalla <[hidden email] > > > wrote: > > > +1 > > > > On Sat, May 9, 2020, 7:11 PM i'mpossible <[hidden email]> wrote: > > > > > Hi, > > > I hope to contribute some simple code to flink, But it is > > > difficult for me to find a problem that is suitable > > > for myself among the many problems of JIRA. > > > > > > > > > I think many people will have the same problem, that is > how > > > to get a simple question and then contribute > > > their first code. This is of great significance for those who want to > > > contribute code for an open source project > > > for the first time. > > > > > > > > > I need some help for the code landing. > > > > > > > > > Thanks, > > > Delin Zhao > > > > > > |
Hi,
Very happy to hear you're willing to contribute community. Contribution to Flink includes many ways like `Report a Bug`,`Contribute Code`, `Code Reviews` and so on, Flink community has a detailed guidance[1] to make it easy. For the `Contribute Code` section, Flink uses JIRA[1] to track all code related issues. As a newbie, from my experience. We can start from some simple tasks that marked a label `newbie` or `start` [3]. We can also choose tasks from basic component like `Documentation` or `Test` [4]. Hope this can help you. Best, Leonard Xu [1]https://flink.apache.org/contributing/how-to-contribute.html <https://flink.apache.org/contributing/how-to-contribute.html> [2]https://issues.apache.org/jira/projects/FLINK/issues <https://issues.apache.org/jira/projects/FLINK/issues> [3]https://issues.apache.org/jira/browse/FLINK-17532?jql=project%20%3D%20FLINK%20AND%20labels%20in%20(starter%2C%20newbie)%20AND%20status%20%3D%20Open%20ORDER%20BY%20created%20DESC <https://issues.apache.org/jira/browse/FLINK-17532?jql=project%20=%20FLINK%20AND%20labels%20in%20(starter,%20newbie)%20AND%20status%20=%20Open%20ORDER%20BY%20created%20DESC> [4]https://issues.apache.org/jira/browse/FLINK-17532?jql=project%20%3D%20FLINK%20AND%20type%20in%20(test%2C%20Documentation)%20AND%20status%20%3D%20Open%20ORDER%20BY%20created%20DESC <https://issues.apache.org/jira/browse/FLINK-17532?jql=project%20=%20FLINK%20AND%20type%20in%20(test,%20Documentation)%20AND%20status%20=%20Open%20ORDER%20BY%20created%20DESC> > 在 2020年5月10日,11:06,Manish G <[hidden email]> 写道: > > There is a file 'WordCount.java' in the codebase. > You can start executing and debugging it to understand how the whole flow > works. And then you can start exploring further which would help you to > identify the issues you can work upon. > > Manish > > On Sun, May 10, 2020 at 7:51 AM Pankaj Chand <[hidden email]> > wrote: > >> +2 >> >> On Sat, May 9, 2020, 10:16 PM Venkata Sanath Muppalla <[hidden email] >>> >> wrote: >> >>> +1 >>> >>> On Sat, May 9, 2020, 7:11 PM i'mpossible <[hidden email]> wrote: >>> >>>> Hi, >>>> I hope to contribute some simple code to flink, But it is >>>> difficult for me to find a problem that is suitable >>>> for myself among the many problems of JIRA. >>>> >>>> >>>> I think many people will have the same problem, that is >> how >>>> to get a simple question and then contribute >>>> their first code. This is of great significance for those who want to >>>> contribute code for an open source project >>>> for the first time. >>>> >>>> >>>> I need some help for the code landing. >>>> >>>> >>>> Thanks, >>>> Delin Zhao >>>> >>> >> |
Free forum by Nabble | Edit this page |