Re: Enquiry about contributing to Flink

2022-06-30 Thread Martijn Visser
Hi Qing, Thanks a lot for wanting to contribute your improvements back to Flink. The code contribution process is documented and highly recommend to read through [1] For the 1st item, I can assign it to you so you can open a PR. The 2nd item also has a Jira [2]. For the 3rd item, I would recommen

Enquiry about contributing to Flink

2022-06-30 Thread Qing Lim
Hi Flink Dev, My company uses flink, and we have some code changes that we'd like to contribute to the main fork. Can I get your advice on what to do here? The features we wish to contribute are as follow: 1. JDBC connector filter pushdown, already tracked on JIRA: https://issues.apache.o

Re: Contributing to Flink

2022-05-09 Thread Atri Sharma
Hi Martijn, I am happy to start wherever you recommend, but typically like moving to complex tasks soon. My interest and expertise lies in runtime and query processing. Atri On Mon, May 9, 2022 at 8:13 PM Martijn Visser wrote: > > Hi Atri, thanks for reaching out! How familiar are you with Fli

Re: Contributing to Flink

2022-05-09 Thread Martijn Visser
Hi Atri, thanks for reaching out! How familiar are you with Flink? I could imagine that it might make sense to start with addressing a test stability to understand the Flink codebase, but you could of course also help out with a review of a PR. For example, https://github.com/apache/flink/pull/1840

Re: Contributing to Flink

2022-05-09 Thread Atri Sharma
Gentle reminder, please On Mon, 9 May 2022, 01:15 Atri Sharma, wrote: > Hi Folks, > > I have recently started using Flink and am excited to contribute to > the same. I am looking at two subcomponents: > > > https://issues.apache.org/jira/browse/FLINK-26041?jql=project%20%3D%20FLINK%20AND%20compo

Contributing to Flink

2022-05-08 Thread Atri Sharma
Hi Folks, I have recently started using Flink and am excited to contribute to the same. I am looking at two subcomponents: https://issues.apache.org/jira/browse/FLINK-26041?jql=project%20%3D%20FLINK%20AND%20component%20%3D%20%22Runtime%20%2F%20Coordination%22%20AND%20status%20%3D%20Open https://

Re: Contributing to FLINK-27195

2022-04-12 Thread Yu Li
Hi Mason, Thanks for the efforts. I could see that Ingo has already assigned it to you (and thanks Ingo for the action). Best Regards, Yu On Tue, 12 Apr 2022 at 14:42, Mason Chen wrote: > Hi Devs, > > Could a committer assign me this ticket: > https://issues.apache.org/jira/browse/FLINK-27195

Contributing to FLINK-27195

2022-04-11 Thread Mason Chen
Hi Devs, Could a committer assign me this ticket: https://issues.apache.org/jira/browse/FLINK-27195? I have been taking a deeper look into the Kafka Source and would like to contribute back a bugfix. I have a minimal test case and the fix should be simple. Thanks all! Best, Mason

Re: Start contributing to Flink

2017-09-04 Thread Till Rohrmann
I've responded in the JIRA issue threads for FLINK-2267 and FLINK-2269. Cheers, Till On Fri, Sep 1, 2017 at 7:02 PM, Mikhail Lipkovich < lipkovich.mikh...@gmail.com> wrote: > Thanks a lot Chesnay, > > Now I can assign issues to myself. > I really appreciate If someone can comment on FLINK-2267 a

Re: Start contributing to Flink

2017-09-01 Thread Mikhail Lipkovich
Thanks a lot Chesnay, Now I can assign issues to myself. I really appreciate If someone can comment on FLINK-2267 and FLINK-2269. Meanwhile I will start working on FLINK-5944. Thanks, Mikhail 2017-09-01 16:52 GMT+03:00 Chesnay Schepler : > Hello, > > great that you want to contribute to Flink.

Re: Start contributing to Flink

2017-09-01 Thread Chesnay Schepler
Hello, great that you want to contribute to Flink. I've given you contributor permissions so you can assign issues to yourself. I don't know the state of ML so i can't comment on 2267/2269. As for FLINK-5944 it looks valid to me. On 01.09.2017 12:51, Mikhail Lipkovich wrote: Hi All, I would l

Start contributing to Flink

2017-09-01 Thread Mikhail Lipkovich
Hi All, I would like to contribute to Flink. I found there several issues which seems suitable for me: https://issues.apache.org/jira/browse/FLINK-5944 https://issues.apache.org/jira/browse/FLINK-2269 https://issues.apache.org/jira/browse/FLINK-2267 https://issues.apache.org/jira/browse/FLINK-673

Contributing to flink-web

2016-10-27 Thread Greg Hogan
Should we align the process for contributing to apache/flink-web to mirror that for apache/flink? Flink's JIRA has an existing component for "Project Website". Commits to flink-web are sent to the commits mailing list. Does Jira require further integeration? https://flink.apache.org/improve-websi

Re: Contributing to Flink

2015-03-03 Thread Robert Metzger
Hi, thank you for your interest in contributing to Flink. As you've seen from the discussion on the #421 pull request, there are some feature requests by users regarding this feature. if you are interested, feel free to pick up the work from there and extend it. Let me know if you

Contributing to Flink

2015-03-03 Thread Shiva Teja
Hi, We’re a group of students from Indian Institute of Technology Mandi. Thanks to our curriculum, we could take up the task of enhancing Flink’s monitoring capabilities as an academic project but unfortunately we couldn’t get start working on it for various reasons. We’re all set now and would li

Re: Contributing to Flink

2015-02-27 Thread Max Michels
Hi Niraj, Pleased to here you want to start contributing to Flink :) In terms of security, there are some open issues. Like Robert metioned, it would be great if you could implement proper HDFS Kerberos authentication. Basically, the HDFS Delegation Token needs to be transferred to the workers

RE: Contributing to Flink

2015-02-26 Thread Rai, Niraj
Metzger [mailto:rmetz...@apache.org] Sent: Thursday, February 26, 2015 3:11 PM To: dev@flink.apache.org Cc: Rai, Niraj Subject: Re: Contributing to Flink Hi Niraj, Welcome to the Flink community ;) I'm really excited that you want to contribute to our project, and since you've asked for

Re: Contributing to Flink

2015-02-26 Thread Robert Metzger
Hi Niraj, Welcome to the Flink community ;) I'm really excited that you want to contribute to our project, and since you've asked for something in the security area, I actually have something very concrete in mind. We recently added some support for accessing (Kerberos) secured HDFS clusters in Fl

Re: Contributing to Flink

2015-02-26 Thread Henry Saputra
Hi Niraj, Thanks for your interest at Apache Flink. The quickest is to just give Flink a spin and figure out how it works. This would get you start on how it works before actually doing work on Flink =) Please do visit Flink how to contribute page [1] and subscribe to dev mailing list [2] to star

Contributing to Flink

2015-02-26 Thread Rai, Niraj
Hi Flink Dev, I am looking to contribute to Flink, especially in the area of security. In the past, I have contributed to Pig, Hive and HDFS. I would really appreciate, if I can get some work assigned to me. Looking forward to hear back from the development community of Flink. Thanks Niraj

Re: Understanding and Contributing to Flink

2015-02-25 Thread Max Michels
Hi Amit, Extensions of Flink should go in the flink-contrib project. Try implementing a simple algorithm for your first task. If you extend it and it becomes useful for other people besides you, make a pull request via GitHub, so other people can check it out. Your general understanding if the Fl

Re: Understanding and Contributing to Flink

2015-02-25 Thread amit pal
Hey all, I will start with some starter JIRA tasks, along with building some application of Flink, particularly in the domain of NLP/text processing. Any good NLT idea to implement over Flink? I am thinking on picking this JIRA one to start on the

Re: Understanding and Contributing to Flink

2015-02-25 Thread Max Michels
Hi Amit, Nice to hear you're interested in Flink. The first thing you could do is run the provided examples. Next, you could try to implement a simple Flink job yourself. Besides the "How to contribute" guide, take a look at the material page [1], the Flink blog [2], and the Data Artisans blog [3]

Re: Understanding and Contributing to Flink

2015-02-25 Thread Robert Metzger
Hey, since you've already read the documentation, I can recommend checking out some slides about Flink on Slideshare as well. Here is our "How to Contribute" guide: http://flink.apache.org/how-to-contribute.html Best, Robert On Wed, Feb 25, 2015 at 11:09 AM, amit pal wrote: > Hi Guys, > > I h

Understanding and Contributing to Flink

2015-02-25 Thread amit pal
Hi Guys, I have been reading the Flink documentation and the mail list discussions since last two days, but haven't completely got hold of what all is there in Flink. My next step is to start with the examples present on github. Can someone give me a gist of what Flink is all about and some deta