[jira] [Created] (FLINK-2777) The description of programming_guide.html has some issues

2015-09-29 Thread chenliang613 (JIRA)
chenliang613 created FLINK-2777: --- Summary: The description of programming_guide.html has some issues Key: FLINK-2777 URL: https://issues.apache.org/jira/browse/FLINK-2777 Project: Flink Issue T

Release Flink 0.10

2015-09-29 Thread Kostas Tzoumas
Hi everyone, I would like to propose to cancel the 0.10-milestone release and go directly for a 0.10 release as soon as possible. My opinion would be to focus this release on: - Graduating the streaming API out of staging (depends on some open pull requests) - Master high availability - New monit

Re: Release Flink 0.10

2015-09-29 Thread Maximilian Michels
Hi Kostas, I think it makes sense to cancel the proposed 0.10-milestone release. We are not far away from completing all essential features of the 0.10 release. After we manage to complete those, we can test and release 0.10. The 0.10 release will be a major step towards the 1.0 release and, ther

Re: Release Flink 0.10

2015-09-29 Thread Fabian Hueske
+1 for moving directly to 0.10. 2015-09-29 11:40 GMT+02:00 Maximilian Michels : > Hi Kostas, > > I think it makes sense to cancel the proposed 0.10-milestone release. > We are not far away from completing all essential features of the 0.10 > release. After we manage to complete those, we can test

Re: Release Flink 0.10

2015-09-29 Thread Stephan Ewen
+1 here as well On Tue, Sep 29, 2015 at 12:03 PM, Fabian Hueske wrote: > +1 for moving directly to 0.10. > > 2015-09-29 11:40 GMT+02:00 Maximilian Michels : > > > Hi Kostas, > > > > I think it makes sense to cancel the proposed 0.10-milestone release. > > We are not far away from completing all

Re: Release Flink 0.10

2015-09-29 Thread Till Rohrmann
+1 for 0.10 On Tue, Sep 29, 2015 at 12:12 PM, Stephan Ewen wrote: > +1 here as well > > On Tue, Sep 29, 2015 at 12:03 PM, Fabian Hueske wrote: > > > +1 for moving directly to 0.10. > > > > 2015-09-29 11:40 GMT+02:00 Maximilian Michels : > > > > > Hi Kostas, > > > > > > I think it makes sense to

Re: Release Flink 0.10

2015-09-29 Thread Aljoscha Krettek
+1, seems to be a very sane thing to do On Tue, 29 Sep 2015 at 12:20 Till Rohrmann wrote: > +1 for 0.10 > > On Tue, Sep 29, 2015 at 12:12 PM, Stephan Ewen wrote: > > > +1 here as well > > > > On Tue, Sep 29, 2015 at 12:03 PM, Fabian Hueske > wrote: > > > > > +1 for moving directly to 0.10. > >

Add a module for "manual" tests

2015-09-29 Thread Stephan Ewen
Hi all! We have by now quite some tests that are not really suitable for execution as part of the regular build process. - Some tests just take very long, for example some of the sorter tests with multiple recursive merges. - Some tests depend on external components. These components are som

Re: Add a module for "manual" tests

2015-09-29 Thread Till Rohrmann
+1 for your proposal Stephan. Seems like a good idea to improve build stability as well as guarding components like the ElasticSearchSink by a test, even though it’s not regularly executed. ​ On Tue, Sep 29, 2015 at 12:34 PM, Stephan Ewen wrote: > Hi all! > > We have by now quite some tests that

[jira] [Created] (FLINK-2778) Add API for non-parallel non-keyed Windows

2015-09-29 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2778: --- Summary: Add API for non-parallel non-keyed Windows Key: FLINK-2778 URL: https://issues.apache.org/jira/browse/FLINK-2778 Project: Flink Issue Type: Su

[jira] [Created] (FLINK-2779) Update documentation to reflect new Stream/Window API

2015-09-29 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2779: --- Summary: Update documentation to reflect new Stream/Window API Key: FLINK-2779 URL: https://issues.apache.org/jira/browse/FLINK-2779 Project: Flink Iss

[jira] [Created] (FLINK-2780) Remove Old Windowing Logic and API

2015-09-29 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2780: --- Summary: Remove Old Windowing Logic and API Key: FLINK-2780 URL: https://issues.apache.org/jira/browse/FLINK-2780 Project: Flink Issue Type: Sub-task

Re: Release Flink 0.10

2015-09-29 Thread Vasiliki Kalavri
+1 makes sense to me too. On 29 September 2015 at 12:25, Aljoscha Krettek wrote: > +1, seems to be a very sane thing to do > > On Tue, 29 Sep 2015 at 12:20 Till Rohrmann wrote: > > > +1 for 0.10 > > > > On Tue, Sep 29, 2015 at 12:12 PM, Stephan Ewen wrote: > > > > > +1 here as well > > > > > >

Re: Add a module for "manual" tests

2015-09-29 Thread Robert Metzger
I agree that some tests are pretty resource intensive and/or unstable... However I fear that we are ending up fixing our connectors for every release (potentially delaying releases and forcing people to fix tests for changes they didn't introduce) We could try out adding another Travis build which

Re: Add a module for "manual" tests

2015-09-29 Thread Stephan Ewen
@Robert: This does not mean that we move all connector tests to that package, but only the ones that we cannot fully control (like ElasticSearch) On Tue, Sep 29, 2015 at 3:49 PM, Robert Metzger wrote: > I agree that some tests are pretty resource intensive and/or unstable... > > However I fear t

Re: [Proposal] Gelly Graph Generators

2015-09-29 Thread Robert Metzger
I would be happy to see some generators in Gelly for exactly the reasons you've mentioned. Its always difficult for me to get some testing data when running Flink on a new cluster ... so this would help me ;) On Thu, Sep 24, 2015 at 11:03 AM, Vasiliki Kalavri < vasilikikala...@gmail.com> wrote: >

[jira] [Created] (FLINK-2781) Consolidate NetUtils

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2781: --- Summary: Consolidate NetUtils Key: FLINK-2781 URL: https://issues.apache.org/jira/browse/FLINK-2781 Project: Flink Issue Type: Improvement Components

Re: Release Flink 0.10

2015-09-29 Thread Henry Saputra
+1 to the idea. I also think we need to remove Pregel if Gelly wants to graduate. It already deprecated in 0.9. - Henry On Tuesday, September 29, 2015, Kostas Tzoumas wrote: > Hi everyone, > > I would like to propose to cancel the 0.10-milestone release and go > directly for a 0.10 release as

[jira] [Created] (FLINK-2782) Remove deprecated features for 0.10

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2782: --- Summary: Remove deprecated features for 0.10 Key: FLINK-2782 URL: https://issues.apache.org/jira/browse/FLINK-2782 Project: Flink Issue Type: Improvement A

[jira] [Created] (FLINK-2783) Remove "degreeOfParallelism" API calls

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2783: --- Summary: Remove "degreeOfParallelism" API calls Key: FLINK-2783 URL: https://issues.apache.org/jira/browse/FLINK-2783 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-2784) Remove deprecated config keys

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2784: --- Summary: Remove deprecated config keys Key: FLINK-2784 URL: https://issues.apache.org/jira/browse/FLINK-2784 Project: Flink Issue Type: Sub-task Affects Ve

[jira] [Created] (FLINK-2785) Implement Graph's fromCsvReader in Gelly-Scala

2015-09-29 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-2785: Summary: Implement Graph's fromCsvReader in Gelly-Scala Key: FLINK-2785 URL: https://issues.apache.org/jira/browse/FLINK-2785 Project: Flink Issue Type: Task

Re: Release Flink 0.10

2015-09-29 Thread Henry Saputra
Oops, I meant Spargel [1] =) [1] https://ci.apache.org/projects/flink/flink-docs-master/libs/spargel_guide.html On Tue, Sep 29, 2015 at 7:59 AM, Henry Saputra wrote: > +1 to the idea. > > I also think we need to remove Pregel if Gelly wants to graduate. It already > deprecated in 0.9. > > - Hen

[jira] [Created] (FLINK-2786) Remove Spargel from source code and update documentation in favor of Gelly

2015-09-29 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-2786: Summary: Remove Spargel from source code and update documentation in favor of Gelly Key: FLINK-2786 URL: https://issues.apache.org/jira/browse/FLINK-2786 Project: Fli

[jira] [Created] (FLINK-2787) Prevent explicit use of RemoteEnvironment when running a job through the command line

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2787: --- Summary: Prevent explicit use of RemoteEnvironment when running a job through the command line Key: FLINK-2787 URL: https://issues.apache.org/jira/browse/FLINK-2787 Pro

Graduating Gelly in 0.10

2015-09-29 Thread Vasiliki Kalavri
Hello squirrels, since it was already mentioned in the other thread, I'm starting this discussion to see what the community thinks about graduating Gelly in the upcoming 0.10 release. In my opinion, in order to do that we have to look into the following issues: 1. FLINK-2663

[jira] [Created] (FLINK-2788) Add type hint with TypeExtactor call on Hint Type

2015-09-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2788: --- Summary: Add type hint with TypeExtactor call on Hint Type Key: FLINK-2788 URL: https://issues.apache.org/jira/browse/FLINK-2788 Project: Flink Issue Type: Imp