Broken links

2015-07-29 Thread Michael Huelfenhaus
Hello I found some broken links while trying get flink running on windows. source_ http://flink.apache.org/ text: setup guide target: https://ci.apache.org/projects/flink/flink-docs-master/setup/ source: https://ci.apache.org/projects/flink/flink-docs-release-0.9/quickstart/setup_quickstart.htm

[jira] [Created] (FLINK-2425) Give access to TaskManager config and hostname in the Runtime Environment

2015-07-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2425: --- Summary: Give access to TaskManager config and hostname in the Runtime Environment Key: FLINK-2425 URL: https://issues.apache.org/jira/browse/FLINK-2425 Project: Flink

[jira] [Created] (FLINK-2426) Create a read-only variant of the Configuration

2015-07-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2426: --- Summary: Create a read-only variant of the Configuration Key: FLINK-2426 URL: https://issues.apache.org/jira/browse/FLINK-2426 Project: Flink Issue Type: Sub-t

Re: Question about DataStream class hierarchy

2015-07-29 Thread Matthias J. Sax
What is the expected time frame for you work? I don't want to delay my work too long (if I base it on your branch, it could not be merged before yours). Right now, you did not change the class hierarchy. However, that is what I would need. Thus, it make no sense to use you branch as a base right n

[jira] [Created] (FLINK-2427) Allow the BarrierBuffer to maintain multiple queues of blocked inputs

2015-07-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2427: --- Summary: Allow the BarrierBuffer to maintain multiple queues of blocked inputs Key: FLINK-2427 URL: https://issues.apache.org/jira/browse/FLINK-2427 Project: Flink

Re: [Gelly] Re-organize / cleanup examples and library

2015-07-29 Thread Andra Lungu
Hi Vasia, We should document the examples in the Gelly guide, I totally agree, perhaps something similar to what Giraph offers. However, if you recall, the examples are also there for test purposes. The library methods contain just the run method; no main method. For the tests, the nicest way to d

Re: [Gelly] Re-organize / cleanup examples and library

2015-07-29 Thread Stephan Ewen
Quick question: Should we actually create a single "flink-examples" project, where we put all examples (batch, streaming, gelly) both Java and Scala? Would help us reduce the plethora of maven projects a bit ;-) On Wed, Jul 29, 2015 at 2:20 PM, Andra Lungu wrote: > Hi Vasia, > > We should docum

Re: [Gelly] Re-organize / cleanup examples and library

2015-07-29 Thread Andra Lungu
Makes perfect sense, Stephan, as long as there is a separate folder for each (stating the obvious :) ). +1 On Wed, Jul 29, 2015 at 2:22 PM, Stephan Ewen wrote: > Quick question: Should we actually create a single "flink-examples" > project, where we put all examples (batch, streaming, gelly) bot

Re: [Gelly] Re-organize / cleanup examples and library

2015-07-29 Thread Maximilian Michels
+1 makes also sense to me, Vasia. +1 for one example project but let's also create a staging examples project. Otherwise things might get mixed up. On Wed, Jul 29, 2015 at 2:28 PM, Andra Lungu wrote: > Makes perfect sense, Stephan, as long as there is a separate folder for > each (stating the o

[jira] [Created] (FLINK-2428) Clean up unused properties in StreamConfig

2015-07-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2428: --- Summary: Clean up unused properties in StreamConfig Key: FLINK-2428 URL: https://issues.apache.org/jira/browse/FLINK-2428 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-2429) Remove the "enableCheckpointing()" without interval variant

2015-07-29 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2429: --- Summary: Remove the "enableCheckpointing()" without interval variant Key: FLINK-2429 URL: https://issues.apache.org/jira/browse/FLINK-2429 Project: Flink Issu

Re: [Gelly] Re-organize / cleanup examples and library

2015-07-29 Thread Vasiliki Kalavri
Thanks everyone for your input! +1 for the common ​ examples/​ staging ​-​ examples project. @Andra: I believe it's important to have clean examples and library methods. Gelly is supposed to be a *library* of graph algorithms, not a set of examples. Right now we have more examples than library me

[jira] [Created] (FLINK-2430) Potential race condition when restart all is called for a Twill runnable

2015-07-29 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-2430: Summary: Potential race condition when restart all is called for a Twill runnable Key: FLINK-2430 URL: https://issues.apache.org/jira/browse/FLINK-2430 Project: Flink

[jira] [Created] (FLINK-2431) [py] refactor PlanBinder/OperationInfo

2015-07-29 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-2431: --- Summary: [py] refactor PlanBinder/OperationInfo Key: FLINK-2431 URL: https://issues.apache.org/jira/browse/FLINK-2431 Project: Flink Issue Type: Improv

[jira] [Created] (FLINK-2432) [py] Provide support for custom serialization

2015-07-29 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-2432: --- Summary: [py] Provide support for custom serialization Key: FLINK-2432 URL: https://issues.apache.org/jira/browse/FLINK-2432 Project: Flink Issue Type:

On some GUI tools for building Flink Streaming data flows...

2015-07-29 Thread Slim Baltagi
Hi As Flink streaming API is being stabilized, it is worth investigating tooling around it to make developer's life easier and also turning Flink streaming a more attractive stream processing platform. I would like to suggest a couple tools which are worth integrating with Flink streaming: 1. '

[jira] [Created] (FLINK-2433) Jekyll on windows for building local documentation

2015-07-29 Thread Sachin Goel (JIRA)
Sachin Goel created FLINK-2433: -- Summary: Jekyll on windows for building local documentation Key: FLINK-2433 URL: https://issues.apache.org/jira/browse/FLINK-2433 Project: Flink Issue Type: Impr

Re: On some GUI tools for building Flink Streaming data flows...

2015-07-29 Thread Gyula Fóra
Hi Slim, I totally agree with you that we should start working on supporting tools like these. StreamFlow is really nice tool, I also like it a lot. I think it would be not too hard to integrate it with Flink as there are several projects that have already used Flink streaming in a compositional