Unique ID of an operator

2016-04-11 Thread Deepak Jha
Hi Robert, Thanks. On Sat, Apr 9, 2016 at 12:55 AM, Robert Metzger > wrote: > Hi, > > the runtime context has the following method: > > int subtask = getRuntimeContext().getIndexOfThisSubtask(); > > The RuntimeContext is available in each Rich* function. > > > On Fri, Apr 8, 2016 at 11:46 PM, Dee

RE: Kryo StackOverflowError

2016-04-11 Thread Lisonbee, Todd
Hi, I also got this error message when I had private inner classes: public class A { private class B { } } I was able to fix by making the inner classes public static: public class A { public static class B { } } When I was trying to debug it seemed this error message can be ca

[jira] [Created] (FLINK-3738) Refactor TableEnvironment and TranslationContext

2016-04-11 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3738: Summary: Refactor TableEnvironment and TranslationContext Key: FLINK-3738 URL: https://issues.apache.org/jira/browse/FLINK-3738 Project: Flink Issue Type: Ta

[jira] [Created] (FLINK-3737) WikipediaEditsSourceTest.testWikipediaEditsSource() fails locally

2016-04-11 Thread Todd Lisonbee (JIRA)
Todd Lisonbee created FLINK-3737: Summary: WikipediaEditsSourceTest.testWikipediaEditsSource() fails locally Key: FLINK-3737 URL: https://issues.apache.org/jira/browse/FLINK-3737 Project: Flink

[jira] [Created] (FLINK-3736) Move toRexNode and toAggCall logic into Expressions

2016-04-11 Thread Yijie Shen (JIRA)
Yijie Shen created FLINK-3736: - Summary: Move toRexNode and toAggCall logic into Expressions Key: FLINK-3736 URL: https://issues.apache.org/jira/browse/FLINK-3736 Project: Flink Issue Type: Impro

[jira] [Created] (FLINK-3735) Embedded SQL union should fail during translation

2016-04-11 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-3735: Summary: Embedded SQL union should fail during translation Key: FLINK-3735 URL: https://issues.apache.org/jira/browse/FLINK-3735 Project: Flink Issue Type: B

[jira] [Created] (FLINK-3734) Unclosed DataInputView in AbstractAlignedProcessingTimeWindowOperator#restoreState()

2016-04-11 Thread Ted Yu (JIRA)
Ted Yu created FLINK-3734: - Summary: Unclosed DataInputView in AbstractAlignedProcessingTimeWindowOperator#restoreState() Key: FLINK-3734 URL: https://issues.apache.org/jira/browse/FLINK-3734 Project: Flink

[jira] [Created] (FLINK-3733) registeredTypesWithKryoSerializers is not assigned in ExecutionConfig#deserializeUserCode()

2016-04-11 Thread Ted Yu (JIRA)
Ted Yu created FLINK-3733: - Summary: registeredTypesWithKryoSerializers is not assigned in ExecutionConfig#deserializeUserCode() Key: FLINK-3733 URL: https://issues.apache.org/jira/browse/FLINK-3733 Project:

[jira] [Created] (FLINK-3732) Potential null deference in ExecutionConfig#equals()

2016-04-11 Thread Ted Yu (JIRA)
Ted Yu created FLINK-3732: - Summary: Potential null deference in ExecutionConfig#equals() Key: FLINK-3732 URL: https://issues.apache.org/jira/browse/FLINK-3732 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3731) Embedded SQL outer joins should fail during translation

2016-04-11 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-3731: Summary: Embedded SQL outer joins should fail during translation Key: FLINK-3731 URL: https://issues.apache.org/jira/browse/FLINK-3731 Project: Flink Issue T

Re: [DISCUSS] Release Flink 1.0.2

2016-04-11 Thread Aljoscha Krettek
I also found an issue in the RocksDB backend (not introduced by me... ;-): https://issues.apache.org/jira/browse/FLINK-3730 It's not that critical, however. On Mon, 11 Apr 2016 at 18:40 Till Rohrmann wrote: > Given that it's low overhead, then +1 for new bug fix release. If we find > more stuff

[jira] [Created] (FLINK-3730) Fix RocksDB Local Directory Initialization

2016-04-11 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3730: --- Summary: Fix RocksDB Local Directory Initialization Key: FLINK-3730 URL: https://issues.apache.org/jira/browse/FLINK-3730 Project: Flink Issue Type: Bu

Re: [DISCUSS] Release Flink 1.0.2

2016-04-11 Thread Till Rohrmann
Given that it's low overhead, then +1 for new bug fix release. If we find more stuff later on, then we can release another bug fix version. Cheers, Till On Mon, Apr 11, 2016 at 6:32 PM, Ufuk Celebi wrote: > Hey all, > > we recently released Flink 1.0.1, but some fixes did not make it into > the

[DISCUSS] Release Flink 1.0.2

2016-04-11 Thread Ufuk Celebi
Hey all, we recently released Flink 1.0.1, but some fixes did not make it into the release: Major issues reported by users: - YARN dynamic properties (to be merged to release-1.0), - POJO key selection, - WindowOperator.trigger() and watermarks Performance improvement: - Disable WAL in RocksDB

[jira] [Created] (FLINK-3729) Several SQL tests fail on Windows OS

2016-04-11 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-3729: --- Summary: Several SQL tests fail on Windows OS Key: FLINK-3729 URL: https://issues.apache.org/jira/browse/FLINK-3729 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3728) Find a way to exclude unsupported SQL features

2016-04-11 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-3728: Summary: Find a way to exclude unsupported SQL features Key: FLINK-3728 URL: https://issues.apache.org/jira/browse/FLINK-3728 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3727) Add support for embedded streaming SQL (projection, filter, union)

2016-04-11 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-3727: Summary: Add support for embedded streaming SQL (projection, filter, union) Key: FLINK-3727 URL: https://issues.apache.org/jira/browse/FLINK-3727 Project: Flink

[jira] [Created] (FLINK-3726) Error while reading configuration: Cannot read property 0

2016-04-11 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3726: -- Summary: Error while reading configuration: Cannot read property 0 Key: FLINK-3726 URL: https://issues.apache.org/jira/browse/FLINK-3726 Project: Flink I

[jira] [Created] (FLINK-3725) Exception in thread "main" scala.MatchError: ... (of class scala.Tuple4)

2016-04-11 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3725: -- Summary: Exception in thread "main" scala.MatchError: ... (of class scala.Tuple4) Key: FLINK-3725 URL: https://issues.apache.org/jira/browse/FLINK-3725 Project: F

[jira] [Created] (FLINK-3724) testJoinPushThroughJoin fails for TableConfigMode=EFFICIENT

2016-04-11 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-3724: Summary: testJoinPushThroughJoin fails for TableConfigMode=EFFICIENT Key: FLINK-3724 URL: https://issues.apache.org/jira/browse/FLINK-3724 Project: Flink Is