[jira] [Created] (FLINK-4448) Use Listeners to monitor execution status

2016-08-22 Thread Xiaogang Shi (JIRA)
Xiaogang Shi created FLINK-4448: --- Summary: Use Listeners to monitor execution status Key: FLINK-4448 URL: https://issues.apache.org/jira/browse/FLINK-4448 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-4447) Include NettyConfig options on Configurations page

2016-08-22 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4447: - Summary: Include NettyConfig options on Configurations page Key: FLINK-4447 URL: https://issues.apache.org/jira/browse/FLINK-4447 Project: Flink Issue Type: Improv

Re: [DISCUSS] Python API for Fllink libraries

2016-08-22 Thread Chesnay Schepler
Hello Greg, While I generally agree with you, there have been cases reported where the Python API was actually faster due to the usage of C libraries. Regards, Chesnay On 22.08.2016 16:21, Greg Hogan wrote: Hi Ivan, My expectation would be that programs written for the Python API would be m

[jira] [Created] (FLINK-4446) Move Flume Sink from Flink to Bahir

2016-08-22 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-4446: - Summary: Move Flume Sink from Flink to Bahir Key: FLINK-4446 URL: https://issues.apache.org/jira/browse/FLINK-4446 Project: Flink Issue Type: Task

Re: [DISCUSS] Python API for Fllink libraries

2016-08-22 Thread Greg Hogan
Hi Ivan, My expectation would be that programs written for the Python API would be much slower than when implementing with Java or Scala. A performance comparison would be quite interesting. Gelly has both iterative and non-iterative algorithms. Greg On Sat, Aug 20, 2016 at 7:11 PM, Ivan Mushket

Re: [DISCUSS] FLIP-3 - Organization of Documentation

2016-08-22 Thread Maximilian Michels
Very nice work Ufuk! On Fri, Aug 19, 2016 at 12:07 PM, Till Rohrmann wrote: > I second Aljoscha :-) > > On Fri, Aug 19, 2016 at 11:53 AM, Aljoscha Krettek > wrote: > >> I checked it out and I liked it. :-) >> >> On Thu, 18 Aug 2016 at 19:40 Ufuk Celebi wrote: >> >> > Initial PR for the layout:

Re: [DISCUSS] FLIP-10: Unify Savepoints and Checkpoints

2016-08-22 Thread Till Rohrmann
+1 for the FLIP. I like the described changes and new functionality. When looking at the public interface, I was wondering whether we should not allow the user to specify a TimeUnit for the periodic interval. I think it's nicer to be able to specify the time unit instead of converting everything

Re: [FLINK-305] Code test coverage - how FLINK using it?

2016-08-22 Thread Till Rohrmann
Thanks a lot for your help with that Pavel :-) On Fri, Aug 19, 2016 at 9:48 PM, Pavel Fadeev wrote: > Fabian, Till, > thanks for your comments! > > I`ve raised https://issues.apache.org/jira/browse/INFRA-12458 for the > same. > Will play around to see if this solution acceptable and does not aff

[jira] [Created] (FLINK-4445) Ignore unmatched state when restoring from savepoint

2016-08-22 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-4445: -- Summary: Ignore unmatched state when restoring from savepoint Key: FLINK-4445 URL: https://issues.apache.org/jira/browse/FLINK-4445 Project: Flink Issue Type: Im