Re: On integrating Flink with Apache NiFi

2015-09-23 Thread Flavio Pompermaier
Hi Kostas, my question is related to the fact that now Flink is available as Cascading engine. So, if I had to write a general purpose dataflow UI I think I'd use Cascading or Dataflow, so that I could draw my pipeline with the UI and write the execution code using just one API. Obviously this int

Re: On integrating Flink with Apache NiFi

2015-09-23 Thread Fabian Hueske
That depends on your requirements. A common interface is usually less feature rich than the abstracted processing engines. For example, Cascading does not support iterations or streaming. If you are fine with the features (and limitations) of the common interface, your approach might make sense. C

[VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Fabian Hueske
Dear community, Please vote on releasing the following candidate as Apache Flink version 0.10.0-milestone-1. This is a milestone release that contains several features of Flink's next major release version 0.10.0. This is the first RC for this release. ---

[jira] [Created] (FLINK-2743) Add new RNG based on XORShift algorithm

2015-09-23 Thread Chengxiang Li (JIRA)
Chengxiang Li created FLINK-2743: Summary: Add new RNG based on XORShift algorithm Key: FLINK-2743 URL: https://issues.apache.org/jira/browse/FLINK-2743 Project: Flink Issue Type: Improvement

Re: [jira] [Created] (FLINK-2695) KafkaITCase.testConcurrentProducerConsumerTopology failed on Travis

2015-09-23 Thread Stephan Ewen
The tests use a ZooKeeper mini cluster and multiple Kafka MiniClusters. It appears that these are not very stable in our test setup. Let's see what we can do to improve reliability there. 1) As a first step, I would suggest to reduce the number of concurrent tests to one for this project, as it w

[jira] [Created] (FLINK-2744) Reduce number of concurrent test forks to 1 for the Kafka connector project

2015-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2744: --- Summary: Reduce number of concurrent test forks to 1 for the Kafka connector project Key: FLINK-2744 URL: https://issues.apache.org/jira/browse/FLINK-2744 Project: Flin

[jira] [Created] (FLINK-2745) Create a new module for all Flink micro benchmark.

2015-09-23 Thread Chengxiang Li (JIRA)
Chengxiang Li created FLINK-2745: Summary: Create a new module for all Flink micro benchmark. Key: FLINK-2745 URL: https://issues.apache.org/jira/browse/FLINK-2745 Project: Flink Issue Type:

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Vasiliki Kalavri
@Stephan, have you pushed that fix for SocketClientSinkTest? Local builds still hang for me :S On 21 September 2015 at 22:55, Vasiliki Kalavri wrote: > Yes, you're right. BarrierBufferMassiveRandomTest has actually finished > :-) > Sorry for the confusion! I'll wait for your fix then, thanks! >

[jira] [Created] (FLINK-2746) Add RetryOnException annotation for tests

2015-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2746: --- Summary: Add RetryOnException annotation for tests Key: FLINK-2746 URL: https://issues.apache.org/jira/browse/FLINK-2746 Project: Flink Issue Type: Improvement

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Stephan Ewen
I have pushed it, yes. If you rebase onto the latest master, it should work. If you can verify that it still hangs, can you post a stack trace dump? Thanks, Stephan On Wed, Sep 23, 2015 at 12:37 PM, Vasiliki Kalavri < vasilikikala...@gmail.com> wrote: > @Stephan, have you pushed that fix for S

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Vasiliki Kalavri
Hi, It's the latest master I'm trying to build, but it still hangs. Here's the trace: - 2015-09-23 13:48:41 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode): "Attach Listener" daemon prio=5 tid=0x7faeb984a000 nid=0x3707 waiting on conditio

[jira] [Created] (FLINK-2747) TypeExtractor does not correctly analyze Scala Immutables (AnyVal)

2015-09-23 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2747: --- Summary: TypeExtractor does not correctly analyze Scala Immutables (AnyVal) Key: FLINK-2747 URL: https://issues.apache.org/jira/browse/FLINK-2747 Project: Flink

Extending and improving our "How to contribute" page

2015-09-23 Thread Fabian Hueske
Hi everybody, I guess we all have noticed that the Flink community is quickly growing and more and more contributions are coming in. Recently, a few contributions proposed new features without being discussed on the mailing list. Some of these contributions were not accepted in the end. In other c

Re: [VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Matthias J. Sax
Hi, I just encountered a problem in the WebClient. If I upload multiple jars, only the first jar that is uploaded is shown. Can anybody verify my observation? -Matthias On 09/23/2015 10:54 AM, Fabian Hueske wrote: > Dear community, > > Please vote on releasing the following candidate as Apache

Re: Extending and improving our "How to contribute" page

2015-09-23 Thread Kostas Tzoumas
Big +1. For (1), a discussion in JIRA would also be an option IMO For (2), let us come up with few examples on what constitutes a feature that needs a design doc, and what should be in the doc (IMO architecture/general approach, components touched, interfaces changed) On Wed, Sep 23, 2015 at 2

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Ufuk Celebi
Same here. > On 23 Sep 2015, at 13:50, Vasiliki Kalavri wrote: > > Hi, > > It's the latest master I'm trying to build, but it still hangs. > Here's the trace: > > - > 2015-09-23 13:48:41 > Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode): >

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Stephan Ewen
Okay, will look into this is a bit today... On Wed, Sep 23, 2015 at 4:04 PM, Ufuk Celebi wrote: > Same here. > > > On 23 Sep 2015, at 13:50, Vasiliki Kalavri > wrote: > > > > Hi, > > > > It's the latest master I'm trying to build, but it still hangs. > > Here's the trace: > > > > --

Re: [VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Matthias J. Sax
I had a closer look, found the bug, and have a fix ready. https://github.com/mjsax/flink/tree/hotfixWebClient The bug was introduced by FLINK-2175. It seems, something went wrong when I tested this back than. :/ -Matthias On 09/23/2015 02:27 PM, Matthias J. Sax wrote: > Hi, > > I just encount

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Paris Carbone
It hangs for me too at the same test when doing "clean verify" > On 23 Sep 2015, at 16:09, Stephan Ewen wrote: > > Okay, will look into this is a bit today... > > On Wed, Sep 23, 2015 at 4:04 PM, Ufuk Celebi wrote: > >> Same here. >> >>> On 23 Sep 2015, at 13:50, Vasiliki Kalavri >> wrote:

Re: [VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Robert Metzger
Thank you for immediately providing a fix. I would suggest to do some more testing to reduce the number of RCs we need to create On Wed, Sep 23, 2015 at 4:26 PM, Matthias J. Sax wrote: > I had a closer look, found the bug, and have a fix ready. > > https://github.com/mjsax/flink/tree/hotfixWebC

[jira] [Created] (FLINK-2748) Accumulator fetch failure leads to duplicate job result response

2015-09-23 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2748: -- Summary: Accumulator fetch failure leads to duplicate job result response Key: FLINK-2748 URL: https://issues.apache.org/jira/browse/FLINK-2748 Project: Flink I

Re: Extending and improving our "How to contribute" page

2015-09-23 Thread Vasiliki Kalavri
Hi, I agree with you Fabian. Clarifying these issues in the "How to Contribute" guide will save lots of time both to reviewers and contributors. It is a really disappointing situation when someone spends time implementing something and their PR ends up being rejected because either the feature was

[jira] [Created] (FLINK-2749) CliFrontendAddressConfigurationTest fails on GCE

2015-09-23 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-2749: Summary: CliFrontendAddressConfigurationTest fails on GCE Key: FLINK-2749 URL: https://issues.apache.org/jira/browse/FLINK-2749 Project: Flink Issue Type: Bu

Re: [VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Fabian Hueske
I agree with continued testing before creating a new RC. I build Flink from the source distribution: - mvn clean install : works! - mvn clean install -Dscala-2.11 : works! - mvn clean install -Dhadoop.version=2.7.0 : fails (FLINK-2651) - mvn clean install -Dhadoop.version=2.6.0 : fails (FLINK-275

[jira] [Created] (FLINK-2750) FileStateHandleTest fails when building for Hadoop 2.6.0

2015-09-23 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-2750: Summary: FileStateHandleTest fails when building for Hadoop 2.6.0 Key: FLINK-2750 URL: https://issues.apache.org/jira/browse/FLINK-2750 Project: Flink Issue

Re: [VOTE] Release Apache Flink 0.10.0-milestone-1 (RC1)

2015-09-23 Thread Robert Metzger
I found another issue: The source release contains the ".git" directory. On Wed, Sep 23, 2015 at 5:27 PM, Fabian Hueske wrote: > I agree with continued testing before creating a new RC. > > I build Flink from the source distribution: > > - mvn clean install : works! > - mvn clean install -Dscala

[jira] [Created] (FLINK-2752) Documentation is not easily differentiable from the Flink homepage

2015-09-23 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-2752: - Summary: Documentation is not easily differentiable from the Flink homepage Key: FLINK-2752 URL: https://issues.apache.org/jira/browse/FLINK-2752 Project: F

[jira] [Created] (FLINK-2751) Quickstart is in documentation but only linked through the Flink homepage

2015-09-23 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-2751: - Summary: Quickstart is in documentation but only linked through the Flink homepage Key: FLINK-2751 URL: https://issues.apache.org/jira/browse/FLINK-2751 Pro

Re: Extending and improving our "How to contribute" page

2015-09-23 Thread Stephan Ewen
Thanks, Fabian for driving this! I agree with your points. Concerning Vasia's comment to not raise the bar too high: That is true, the requirements should be reasonable. We can definitely tag issues as "simple" which means they do not require a design document. That should be more for new feature

Re: Extending and improving our "How to contribute" page

2015-09-23 Thread Henry Saputra
Thanks again, Fabian for starting the discussions. For (1) and (2) I think it is good idea and will help people to understand and follow the author thought process. Following up with Stephan's reply, some new features solutions could be explained thoroughly in the PR descriptions but some requires

[Proposal] Gelly Graph Generators

2015-09-23 Thread Greg Hogan
I would like to propose that Flink include a selection of graph generators in Gelly. Generated graphs will be useful for performing scalability, stress, and regression testing as well as benchmarking and comparing algorithms, both for Flink users and developers. Generated data is infinitely scalabl

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Ufuk Celebi
I’ve pushed a fix. > On 23 Sep 2015, at 16:28, Paris Carbone wrote: > > It hangs for me too at the same test when doing "clean verify" > >> On 23 Sep 2015, at 16:09, Stephan Ewen wrote: >> >> Okay, will look into this is a bit today... >> >> On Wed, Sep 23, 2015 at 4:04 PM, Ufuk Celebi wrot

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Stephan Ewen
Turned out it was due to different behavior of Sockets under Ubuntu (Debian) and OS/X (BSD) That why it did not happen for Travis and me... +1 for OS diversity among committers :-) On Wed, Sep 23, 2015 at 7:50 PM, Ufuk Celebi wrote: > I’ve pushed a fix. > > > On 23 Sep 2015, at 16:28, Paris Ca

[jira] [Created] (FLINK-2753) Add new window API to streaming API

2015-09-23 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2753: --- Summary: Add new window API to streaming API Key: FLINK-2753 URL: https://issues.apache.org/jira/browse/FLINK-2753 Project: Flink Issue Type: Sub-task

Re: Build get stuck at BarrierBufferMassiveRandomTest

2015-09-23 Thread Vasiliki Kalavri
Thank you both! I verify that it's solved now :) On 23 September 2015 at 20:00, Stephan Ewen wrote: > Turned out it was due to different behavior of Sockets under Ubuntu > (Debian) and OS/X (BSD) > > That why it did not happen for Travis and me... > > +1 for OS diversity among committers :-) > >

[jira] [Created] (FLINK-2754) FixedLengthRecordSorter can not write to output cross MemorySegments.

2015-09-23 Thread Chengxiang Li (JIRA)
Chengxiang Li created FLINK-2754: Summary: FixedLengthRecordSorter can not write to output cross MemorySegments. Key: FLINK-2754 URL: https://issues.apache.org/jira/browse/FLINK-2754 Project: Flink