Re: [VOTE] Release Apache Flink 0.8.0 (RC1)

2015-01-10 Thread Robert Metzger
I've tested it on an empty YARN cluster, allocating more containers than available. Flink will then allocate as many containers as possible. On Sat, Jan 10, 2015 at 7:31 PM, Stephan Ewen wrote: > Seems reasonable. Have you tested it on a cluster with concurrent YARN > jobs? > > On Sat, Jan 10, 2

Re: [VOTE] Release Apache Flink 0.8.0 (RC1)

2015-01-10 Thread Stephan Ewen
Seems reasonable. Have you tested it on a cluster with concurrent YARN jobs? On Sat, Jan 10, 2015 at 7:28 PM, Robert Metzger wrote: > I would really like to include this commit into the 0.8 release as well: > > https://github.com/apache/flink/commit/ec2bb573d185429f8b3efe111850b8f0e67f2704 > A u

Re: [VOTE] Release Apache Flink 0.8.0 (RC1)

2015-01-10 Thread Robert Metzger
I would really like to include this commit into the 0.8 release as well: https://github.com/apache/flink/commit/ec2bb573d185429f8b3efe111850b8f0e67f2704 A user is affected by this issue. If you agree, I can merge it. On Sat, Jan 10, 2015 at 7:25 PM, Stephan Ewen wrote: > I have gone through the

Re: [VOTE] Release Apache Flink 0.8.0 (RC1)

2015-01-10 Thread Stephan Ewen
I have gone through the code, cleaned up dependencies and made sure that all licenses are correctly handled. The changes are in the public release-0.8 branch. >From that side, the code is now good to go in my opinion. Stephan On Sat, Jan 10, 2015 at 12:30 PM, Robert Metzger wrote: > I've upd

Re: Question on Streaming Dependency

2015-01-10 Thread Hermann Gábor
Hey! As I can see, it was mistakenly added there during summer (probably by interns working on connectors). Thanks for the fix! Regards, Gábor On Sat, Jan 10, 2015 at 4:50 PM, Stephan Ewen wrote: > Just figured out that it is a transitive dependency of the streaming > connectors. Will move it

[jira] [Created] (FLINK-1385) Add option to YARN client to disable resource availability checks

2015-01-10 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1385: - Summary: Add option to YARN client to disable resource availability checks Key: FLINK-1385 URL: https://issues.apache.org/jira/browse/FLINK-1385 Project: Flink

[jira] [Created] (FLINK-1384) Web Infoserver has unused JS libraries

2015-01-10 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1384: --- Summary: Web Infoserver has unused JS libraries Key: FLINK-1384 URL: https://issues.apache.org/jira/browse/FLINK-1384 Project: Flink Issue Type: Bug

Re: Question on Streaming Dependency

2015-01-10 Thread Stephan Ewen
Just figured out that it is a transitive dependency of the streaming connectors. Will move it there with a comment. On Sat, Jan 10, 2015 at 4:43 PM, Stephan Ewen wrote: > I am currently going through the code checking that all license-related > issues are well (and cleaning up unused dependencie

Question on Streaming Dependency

2015-01-10 Thread Stephan Ewen
I am currently going through the code checking that all license-related issues are well (and cleaning up unused dependencies on the way). I found that the streaming core project references the following dependency, which seems never used in the code: org.apache.sling org.apache.sling.commons.json

Re: December in Flink

2015-01-10 Thread Till Rohrmann
I like the idea of having a news list as well :-) +1 On Fri, Jan 9, 2015 at 7:36 PM, Ted Dunning wrote: > Would the user list do for now? > > > > On Fri, Jan 9, 2015 at 7:27 AM, Robert Metzger > wrote: > > > Our PMC Chair or a ASF member has to request a list: > > https://infra.apache.org/offic

Re: [VOTE] Release Apache Flink 0.8.0 (RC1)

2015-01-10 Thread Robert Metzger
I've updated the docs/_config.yml variables to reflect that hadoop2 is now the default profile: https://github.com/apache/flink/pull/294 On Fri, Jan 9, 2015 at 8:52 PM, Stephan Ewen wrote: > Just as a heads up. I am almost through with checking dependencies and > licenses. > Will commit that lat