Re: [VOTE] Release Apache Flink 0.9.0 (release-0.9.0-rc4)

2015-06-21 Thread Till Rohrmann
+1 - Checked LICENSE and NOTICE files - Read the readme.md - Checked signature and checksums - Built from sources - Tested all examples in cluster mode - Tested all examples in yarn mode - Tested single yarn session per job - Tested web-client job submission - Tested WordCount with HDFS input - Te

[jira] [Created] (FLINK-2255) In the TopSpeedWindowing examples, every window contains only 1 element, because event time is in millisec, but eviction is in sec

2015-06-21 Thread Gabor Gevay (JIRA)
Gabor Gevay created FLINK-2255: -- Summary: In the TopSpeedWindowing examples, every window contains only 1 element, because event time is in millisec, but eviction is in sec Key: FLINK-2255 URL: https://issues.apache.

Re: Adding flink-scala as a dependency to flink-streaming-core

2015-06-21 Thread Stephan Ewen
I like moving the type system classes to core. But one blocker so far was that the TupleX classes are in flink-java, and no one moved them. We have this long discussion pending whether we want to merge flink-core and flink-java, actually... On Sun, Jun 21, 2015 at 12:29 AM, Chiwan Park wrote:

[jira] [Created] (FLINK-2254) Add Bipartite Graph Support for Gelly

2015-06-21 Thread Andra Lungu (JIRA)
Andra Lungu created FLINK-2254: -- Summary: Add Bipartite Graph Support for Gelly Key: FLINK-2254 URL: https://issues.apache.org/jira/browse/FLINK-2254 Project: Flink Issue Type: New Feature

Re: Adding flink-scala as a dependency to flink-streaming-core

2015-06-21 Thread Chiwan Park
+1 for moving the whole type extractor and type information classes to "flink-core". The user cannot see "flink-core” because it is a hidden package from user’s perspective. So the package could be deployed with Scala version variation safely. I think that we can mix “flink-core” and some Scala