Re: Flink as a Service (FaaS)

2017-03-23 Thread Chen Qin
Here is a working draft doc, feel free to comment out :) https://docs.google.com/document/d/1MSsTOz7xUu50dAf_8v3gsQFfJFFy9LKnULdIl26yj0o/edit?usp=sharing On Thu, Mar 23, 2017 at 5:00 PM, Chen Qin wrote: > Quick capture comments on FLINK-6085, we want to have rpc source that > accept requests fr

Re: [DISCUSS] Release Flink 1.1.5 / Flink 1.2.1

2017-03-23 Thread Tzu-Li (Gordon) Tai
Update for 1.2.1: The last fix was just merged! Since nobody else seems interested in managing 1.2.1, I can also help with this one :) I’ll create the release candidate over the weekend so we can start the testing / voting next Monday. - Gordon On March 22, 2017 at 12:35:25 AM, Tzu-Li (Gordon

[jira] [Created] (FLINK-6177) Add support for "Distributed Cache" in streaming applications

2017-03-23 Thread Zohar Mizrahi (JIRA)
Zohar Mizrahi created FLINK-6177: Summary: Add support for "Distributed Cache" in streaming applications Key: FLINK-6177 URL: https://issues.apache.org/jira/browse/FLINK-6177 Project: Flink

Re: Flink as a Service (FaaS)

2017-03-23 Thread Chen Qin
Quick capture comments on FLINK-6085, we want to have rpc source that accept requests from clients and reroute response (callback to corresponding rpc source) ​ On Tue, Mar 21, 2017 at 10:47 PM, Chen Qin wrote: > Hi Radu/jinkui, > > Thanks for your input! > > I filed a master task to track disc

Re: [DISCUSS] FLIP-18: Code Generation for improving sorting performance

2017-03-23 Thread Gábor Gévay
Hello, > Second, additional classes will turn performance critical callsites > megamorphic. Yes, this is a completely valid point, thanks for raising this issue Greg. We were planning to have an offline discussion tomorrow with Pattarawat about this. We have a few options: 1. We could fuse the Q

Re: [DISCUSS] FLIP-18: Code Generation for improving sorting performance

2017-03-23 Thread Greg Hogan
I would be more than happy to shepherd and review this PR. I have two discussion points. First, a strategy for developing with templates. IntelliJ has a FreeMarker plugin but we lose formatting and code completion. To minimize this issue we can retain the untemplated code in an abstract class w

[jira] [Created] (FLINK-6176) Add JARs to CLASSPATH deterministically

2017-03-23 Thread Scott Kidder (JIRA)
Scott Kidder created FLINK-6176: --- Summary: Add JARs to CLASSPATH deterministically Key: FLINK-6176 URL: https://issues.apache.org/jira/browse/FLINK-6176 Project: Flink Issue Type: Bug

Re: Flink AUR package is available

2017-03-23 Thread Robert Metzger
Amazing, thanks a lot! On Thu, Mar 23, 2017 at 10:36 AM, Tao Meng wrote: > Hi all, > > For arch linux users, I have created flink AUR package. > We can use the package manager to install flink and use the systemd > manager flink as service. > If you have any questions or suggestions please fee

Re: [POLL] Who still uses Java 7 with Flink ?

2017-03-23 Thread Robert Metzger
Looks like 9% on twitter and 24% on the mailing list are still using Java 7. I would vote to keep supporting Java 7 for Flink 1.3 and then revisit once we are approaching 1.4 in September. On Thu, Mar 16, 2017 at 8:00 AM, Bowen Li wrote: > There's always a tradeoff we need to make. I'm in favor

Re: Issue assign right

2017-03-23 Thread Fabian Hueske
Thanks Lining, I added you as Contributor to JIRA. Best, Fabian 2017-03-23 6:49 GMT+01:00 lining jing : > Hi, > > All, Can give me contirbutor permissions! Thanks! >

Flink AUR package is available

2017-03-23 Thread Tao Meng
Hi all, For arch linux users, I have created flink AUR package. We can use the package manager to install flink and use the systemd manager flink as service. If you have any questions or suggestions please feel free to contact me. $ yaourt -S apache-flink $ systemctl start apache-flink-jobmana

Can someone help look over my patch

2017-03-23 Thread zhengcanbin
https://github.com/apache/flink/pull/3600 this patch works and passes all tests on my side, but now All checks have failed, I check all the five raw logs, obviously those errors are not from my side. I found it's so hard to pass the CI build, is there something wrong with the servers? Can someo

[jira] [Created] (FLINK-6175) HistoryServerTest.testFullArchiveLifecycle fails

2017-03-23 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-6175: -- Summary: HistoryServerTest.testFullArchiveLifecycle fails Key: FLINK-6175 URL: https://issues.apache.org/jira/browse/FLINK-6175 Project: Flink Issue Type: Test

[ANNOUNCE] Apache Flink 1.1.5 Released

2017-03-23 Thread Tzu-Li (Gordon) Tai
The Apache Flink community is pleased to announce the availability of Flink 1.1.5, which is the next bugfix release for the 1.1 series. The official release announcement: https://flink.apache.org/news/2017/03/23/release-1.1.5.html Release binaries: http://apache.lauf-forum.at/flink/flink-1.1.5 Fo

Re: [DISCUSS] FLIP-17 Side Inputs

2017-03-23 Thread Xiaowei Jiang
Very nice discussion! The deadlock issue due to back pressure mechanism is temporary, which is going to be fixed once Stephan change it to a credit based approach. So we probably should not base our proposal on that temporary limitation. Once we have that issue fixed, the operator can choose to