[jira] [Created] (FLINK-2589) Threads created in TimeTriggerPolicy don't end properly

2015-08-28 Thread Arnaud Linz (JIRA)
Arnaud Linz created FLINK-2589: -- Summary: Threads created in TimeTriggerPolicy don't end properly Key: FLINK-2589 URL: https://issues.apache.org/jira/browse/FLINK-2589 Project: Flink Issue Type:

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-28 Thread Robert Metzger
Hi, in the exception you've posted earlier, you can see the following root cause: Caused by: akka.actor.ActorNotFound: Actor not found for: ActorSelection[Anchor(akka.tcp://flink@FLINK_SERVER_URL:6123/), Path(/user/jobmanager)] This string "akka.tcp://flink@FLINK_SERVER_URL:6123/" usually looks

[jira] [Created] (FLINK-2590) DataSetUtils.zipWithUniqueID creates duplicate IDs

2015-08-28 Thread Martin Junghanns (JIRA)
Martin Junghanns created FLINK-2590: --- Summary: DataSetUtils.zipWithUniqueID creates duplicate IDs Key: FLINK-2590 URL: https://issues.apache.org/jira/browse/FLINK-2590 Project: Flink Issue

Release 0.10.0 Milestone 1 Forked Off

2015-08-28 Thread Ufuk Celebi
Hey all! I've forked off the branch for the 0.10.0 milestone release (release-0.10.0-milestone-1). All changes that we want in the milestone release need to be cherry-picked into this new branch. Feel free to merge any big changes to master now. – Ufuk

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-28 Thread Hanan Meyer
Hi I'm running with a formal server ip but for securuty reasons I can't share with you the real ip . I put "FLINK_SERVER_URL" in order to replace the actual ip only in my post . Hanan Meyer On Fri, Aug 28, 2015 at 10:27 AM, Robert Metzger wrote: > Hi, > > in the exception you've posted earlier

Re: [RESULT] [VOTE] Release Apache Flink 0.9.1 (RC0)

2015-08-28 Thread Ufuk Celebi
Robert told me offline that the Guava problem was a false alarm. New RC and vote is coming up... ;) On Thu, Aug 27, 2015 at 6:48 PM, Robert Metzger wrote: > Stephan pushed a fix for the ASM problem. > I noticed that guava is also not shaded properly. > > As part of https://issues.apache.org/jira

[VOTE] Release Apache Flink 0.9.1 (RC1)

2015-08-28 Thread Ufuk Celebi
Dear community, Please vote on releasing the following candidate as Apache Flink version 0.9.1. This is a maintenance release for Flink's latest stable version. The candidate fixes 38 issues [1] and adds 47 commits. This is the second RC for this release.

Re: Testing the 0.9.1 Candidate

2015-08-28 Thread Ufuk Celebi
There is a new RC to be voted on. I've adjusted the document accordingly. Most previous tests have been forwarded as they are not affected by the new fix (single commit). I've also verified that the problem does not occur anymore. Happy testing! :-) – Ufuk On Thu, Aug 27, 2015 at 4:23 PM, Ufuk C

Re: Apache Flink:ProgramInvocationException on Yarn

2015-08-28 Thread Stephan Ewen
Can you try to not manually create a "RemoteExecutionEnvironment", but to simply use the recommended way of doing this: Please use "ExecutionEnvironment.getExecutionEnvironment()" if you run the program through the command line anyways. On Fri, Aug 28, 2015 at 1:04 PM, Hanan Meyer wrote: > Hi >

[jira] [Created] (FLINK-2591) Add configuration parameter for default number of yarn containers

2015-08-28 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-2591: - Summary: Add configuration parameter for default number of yarn containers Key: FLINK-2591 URL: https://issues.apache.org/jira/browse/FLINK-2591 Project: Flink

[jira] [Created] (FLINK-2592) Rework of FlinkMiniCluster

2015-08-28 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-2592: Summary: Rework of FlinkMiniCluster Key: FLINK-2592 URL: https://issues.apache.org/jira/browse/FLINK-2592 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-2593) Revisit Flink's shading policy

2015-08-28 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-2593: Summary: Revisit Flink's shading policy Key: FLINK-2593 URL: https://issues.apache.org/jira/browse/FLINK-2593 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-2594) Provide a getAccumulators method on the client

2015-08-28 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-2594: - Summary: Provide a getAccumulators method on the client Key: FLINK-2594 URL: https://issues.apache.org/jira/browse/FLINK-2594 Project: Flink Issue

[jira] [Created] (FLINK-2595) Unclosed JarFile may leak resource in ClassLoaderUtilsTest

2015-08-28 Thread Ted Yu (JIRA)
Ted Yu created FLINK-2595: - Summary: Unclosed JarFile may leak resource in ClassLoaderUtilsTest Key: FLINK-2595 URL: https://issues.apache.org/jira/browse/FLINK-2595 Project: Flink Issue Type: Test

[jira] [Created] (FLINK-2596) Failing Test: RandomSamplerTest

2015-08-28 Thread Matthias J. Sax (JIRA)
Matthias J. Sax created FLINK-2596: -- Summary: Failing Test: RandomSamplerTest Key: FLINK-2596 URL: https://issues.apache.org/jira/browse/FLINK-2596 Project: Flink Issue Type: Bug