[jira] [Created] (FLINK-4752) Improve session window documentation

2016-10-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4752: Summary: Improve session window documentation Key: FLINK-4752 URL: https://issues.apache.org/jira/browse/FLINK-4752 Project: Flink Issue Type: Improvement

[VOTE] Release Apache Flink 1.1.3 (RC1)

2016-10-06 Thread Ufuk Celebi
Dear Flink community, Please vote on releasing the following candidate as Apache Flink version 1.1.3. The commit to be voted on: 3264a16 (http://git-wip-us.apache.org/repos/asf/flink/commit/3264a16) Branch: release-1.1.3-rc1 (https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink.git;a=sho

Re: [DISCUSS] Mesos version dependency

2016-10-06 Thread Maximilian Michels
For a new Mesos framework implementation, it seems reasonable to go with Mesos 1.0 and don't support legacy versions from day 1. I think most users of Mesos are looking forward to the Mesos 1.0 release. Still, we probably should check the migration plan of some potential users. On Tue, Oct 4, 2016

Re: KafkaProducer can not be instantiated

2016-10-06 Thread Timo Walther
Thanks for the information Tzu-Li. I will mock the FlinkKafkaProducer class until this issue is fixed. Timo Am 05/10/16 um 17:57 schrieb Tzu-Li (Gordon) Tai: Sorry, correction to my last statements: On the consumer side I think the instantiation was already removed from the constructor in a

[jira] [Created] (FLINK-4753) Kafka 0.8 connector's Periodic Offset Committer should synchronize on checkpoint lock

2016-10-06 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-4753: -- Summary: Kafka 0.8 connector's Periodic Offset Committer should synchronize on checkpoint lock Key: FLINK-4753 URL: https://issues.apache.org/jira/browse/FLINK-4753

Flink Gelly

2016-10-06 Thread dfki
Dear ladies and gentlemen,    I got a problem using Gelly in Flink. Currently I am loading a Virtuoso Graph into  Flink's Gelly and I want to  analyze it for the different paths one can take to link the different nodes. Therefore I am using the ScatterGatherIteration. However, my code just works

[jira] [Created] (FLINK-4754) Make number of retained checkpoints user configurable

2016-10-06 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-4754: -- Summary: Make number of retained checkpoints user configurable Key: FLINK-4754 URL: https://issues.apache.org/jira/browse/FLINK-4754 Project: Flink Issue Type: I

Re: Flink Gelly

2016-10-06 Thread Vasiliki Kalavri
Hi Dennis, can you give us some details about your setup? e.g. where you are running your job, your input size, the configured memory, etc. It would also be helpful if you could share your code. Getting an out of memory error with just 100 nodes seems weird. Best, -Vasia. On 6 October 2016 at 13

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

2016-10-06 Thread Fabian Hueske
+1 to release (binding) - checked hashes and signatures - checked diffs against 1.1.2: no dependencies added or modified - successfully built Flink from source archive (Maven 3.3.3, Java 1.8.0_25 Oracle, OS X) - mvn clean install (Scala 2.10) - mvn clean install (Scala 2.11) - mvn clean inst

[jira] [Created] (FLINK-4755) Create ContainerID; Rename ResourceID into ProcessID and InstanceID into RegistrationID

2016-10-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4755: Summary: Create ContainerID; Rename ResourceID into ProcessID and InstanceID into RegistrationID Key: FLINK-4755 URL: https://issues.apache.org/jira/browse/FLINK-4755

[jira] [Created] (FLINK-4756) NullPointerException on submiting a job with StreamExecutionEnvironment.createRemoteEnvironment to a flink cluster

2016-10-06 Thread Ruwen Moos (JIRA)
Ruwen Moos created FLINK-4756: - Summary: NullPointerException on submiting a job with StreamExecutionEnvironment.createRemoteEnvironment to a flink cluster Key: FLINK-4756 URL: https://issues.apache.org/jira/browse/FL

[jira] [Created] (FLINK-4757) Unify "GlobalJobParameters" and "Configuration"

2016-10-06 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4757: --- Summary: Unify "GlobalJobParameters" and "Configuration" Key: FLINK-4757 URL: https://issues.apache.org/jira/browse/FLINK-4757 Project: Flink Issue Type: Sub-t

[jira] [Created] (FLINK-4758) Remove IOReadableWritable from classes where not needed

2016-10-06 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4758: --- Summary: Remove IOReadableWritable from classes where not needed Key: FLINK-4758 URL: https://issues.apache.org/jira/browse/FLINK-4758 Project: Flink Issue Typ

[jira] [Created] (FLINK-4759) Unclosed DataOutputViewStream in JavaSerializer

2016-10-06 Thread Ted Yu (JIRA)
Ted Yu created FLINK-4759: - Summary: Unclosed DataOutputViewStream in JavaSerializer Key: FLINK-4759 URL: https://issues.apache.org/jira/browse/FLINK-4759 Project: Flink Issue Type: Bug R

[jira] [Created] (FLINK-4760) Kafka 09 Consumer failed to initialize state causing job to restart

2016-10-06 Thread Zhenzhong Xu (JIRA)
Zhenzhong Xu created FLINK-4760: --- Summary: Kafka 09 Consumer failed to initialize state causing job to restart Key: FLINK-4760 URL: https://issues.apache.org/jira/browse/FLINK-4760 Project: Flink

Re: [DISCUSS][FLIP-4] Enhance Window Evictor in Flink

2016-10-06 Thread Vishnu Viswanath
Hi Aljoscha, To pass the time information to Evictor at the same to not expose the StreamRecord, I suppose we can change the signature of evictBefore and evictAfter to take Iterable> instead Iterable> void evictBefore(Iterable> elements, int size, W window, EvictorContext evictorContext); The fi