[jira] [Created] (FLINK-2691) Broken links to Python script on QuickStart doc

2015-09-16 Thread Felix Cheung (JIRA)
Felix Cheung created FLINK-2691: --- Summary: Broken links to Python script on QuickStart doc Key: FLINK-2691 URL: https://issues.apache.org/jira/browse/FLINK-2691 Project: Flink Issue Type: Bug

Re: Java 8 JDK Issue

2015-09-16 Thread Matthias J. Sax
Hi, fixed it... After trying (without success) to build a minimum Java 8 example that fails (a new project extern to Flink), it was clear that JDK 8 is actually not the problem. I did some more debugging an figured out, that different class loader are used here (for the external new Java 8 and or

Re: Java 8 JDK Issue

2015-09-16 Thread Stephan Ewen
No clue, sorry. The Storm Mailing list may be able to help you, it looks like deep into their code... On Wed, Sep 16, 2015 at 9:00 PM, Matthias J. Sax wrote: > Hi, > > using Java 8 locally, I was able to reproduce the problem. I dug into it > and could figure out the following. However, I canno

Re: Java 8 JDK Issue

2015-09-16 Thread Matthias J. Sax
Hi, using Java 8 locally, I was able to reproduce the problem. I dug into it and could figure out the following. However, I cannot make any sense out of it. I have no experience with Java security stuff... Anyone? -Matthias ===

[jira] [Created] (FLINK-2690) CsvInputFormat cannot find the field of derived POJO class

2015-09-16 Thread Chiwan Park (JIRA)
Chiwan Park created FLINK-2690: -- Summary: CsvInputFormat cannot find the field of derived POJO class Key: FLINK-2690 URL: https://issues.apache.org/jira/browse/FLINK-2690 Project: Flink Issue Ty

Re: CompactingHashTable question

2015-09-16 Thread Vasiliki Kalavri
Thanks Fabian! At least now I know the bug is probably not in the driver where I was looking :) On 16 September 2015 at 17:33, Fabian Hueske wrote: > Yes, probing the HashTable with a key that does not exist will yield a join > function call with a null value (or empty iterator in case of CoGrou

Re: CompactingHashTable question

2015-09-16 Thread Fabian Hueske
Yes, probing the HashTable with a key that does not exist will yield a join function call with a null value (or empty iterator in case of CoGroup). The semantics of the join are the same regardless of the hash table implementation. The fact that the error only occurs with the managed HT, indicates

Re: CompactingHashTable question

2015-09-16 Thread Vasiliki Kalavri
Hi, thanks a lot Fabian! I didn't know that join with the solution set is an outer join. That's a surprise :) So, if I understand correctly, I should have a null value when my other input to the join contains some key that doesn't exist in the solution set, right? That's not the case in my appli

[jira] [Created] (FLINK-2689) Reusing null object for joins with SolutionSet

2015-09-16 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-2689: Summary: Reusing null object for joins with SolutionSet Key: FLINK-2689 URL: https://issues.apache.org/jira/browse/FLINK-2689 Project: Flink Issue Type: Bug

Re: CompactingHashTable question

2015-09-16 Thread Fabian Hueske
Hi Vasia, I looked into the code. A serializer should never return null when deserializing. Either it does not detect that something went wrong with the deserialization or it should throw an exception. Regarding the handling of null returns in the Drivers. If there is no entry in the HT for a cer

[jira] [Created] (FLINK-2688) Add documentation about monitoring api

2015-09-16 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2688: --- Summary: Add documentation about monitoring api Key: FLINK-2688 URL: https://issues.apache.org/jira/browse/FLINK-2688 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-2687) Moniroting api / web dashboard: Create request handlers list subtask details and accumulators

2015-09-16 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-2687: --- Summary: Moniroting api / web dashboard: Create request handlers list subtask details and accumulators Key: FLINK-2687 URL: https://issues.apache.org/jira/browse/FLINK-2687

Re: Java 8 JDK Issue

2015-09-16 Thread Matthias J. Sax
Not right now... The ClassCastException occurs deeply inside Storm. I guess it is a Storm issue. I just instantiate a (Storm)LocalCluster and it fails internally. > LocalCluster cluster = new LocalCluster(); Maybe I need to try it locally with Java 8 JDK to be able to debug it... I will pick up

Re: Java 8 JDK Issue

2015-09-16 Thread Stephan Ewen
Do you know between what classes the exception is? What is the original class and what the cast target class? Are they both the same, and not castable because of different copies being loaded from different classloaders, or are they really different types? On Wed, Sep 16, 2015 at 10:36 AM, Matthi

Java 8 JDK Issue

2015-09-16 Thread Matthias J. Sax
Hi, I just hit a issue with Java 8 JDK. It occurs in a new test I added in a current PR. > Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.793 sec <<< > FAILURE! - in > org.apache.flink.stormcompatibility.wrappers.StormWrapperSetupHelperTest > testCreateTopologyContext(org.apa