[jira] [Updated] (FLINK-3643) Improve Windowing

2016-04-07 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-3643: Description: I think there are several shortcomings in the current window system and I

[jira] [Updated] (FLINK-3222) Incorrect shift amount in OperatorCheckpointStats#hashCode()

2016-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-3222: -- Description: Here is related code: {code} result = 31 * result + (int) (subTaskStats.length ^

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1848#discussion_r58894245 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/operators/base/PartitionOperatorBase.java --- @@ -51,12 +53,19 @@ private Partitioner

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1848#discussion_r58895362 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/operators/PartitionOperator.java --- @@ -98,6 +101,14 @@ public PartitionOperator(DataSet

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1848#discussion_r58895433 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/operators/PartitionOperator.java --- @@ -98,6 +101,14 @@ public PartitionOperator(DataSet

[jira] [Updated] (FLINK-2765) Upgrade hbase version for hadoop-2 to 1.2 release

2016-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-2765: -- Summary: Upgrade hbase version for hadoop-2 to 1.2 release (was: Upgrade hbase version for hadoop-2 to 1.1

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230443#comment-15230443 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230445#comment-15230445 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-07 Thread vasia
GitHub user vasia opened a pull request: https://github.com/apache/flink/pull/1862 [FLINK-3640] Add support for SQL in DataSet programs This PR adds basic support for batch SQL queries embedded in Table API programs. In order to run a SQL query, a `DataSet` or `Table` needs to

[jira] [Commented] (FLINK-3640) Add support for SQL queries in DataSet programs

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230383#comment-15230383 ] ASF GitHub Bot commented on FLINK-3640: --- GitHub user vasia opened a pull request:

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230430#comment-15230430 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on a diff in the pull

[jira] [Resolved] (FLINK-3697) keyBy() with nested POJO computes invalid field position indexes

2016-04-07 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger resolved FLINK-3697. --- Resolution: Resolved Fix Version/s: 1.1.0 Fixed for 1.1.0 in

[GitHub] flink pull request: [FLINK-3697] Properly access type information ...

2016-04-07 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1851#issuecomment-206915028 I'll address Stephan's comment and merge the change --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Konstantin Knauf (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230124#comment-15230124 ] Konstantin Knauf commented on FLINK-3713: - I will give that a try and report. > DisposeSavepoint

[jira] [Updated] (FLINK-3643) Improve Windowing

2016-04-07 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-3643: Summary: Improve Windowing (was: Improve Window Triggers) > Improve Windowing >

[jira] [Created] (FLINK-3715) Move Accumulating/Discarding from Trigger to WindowOperator

2016-04-07 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3715: --- Summary: Move Accumulating/Discarding from Trigger to WindowOperator Key: FLINK-3715 URL: https://issues.apache.org/jira/browse/FLINK-3715 Project: Flink

[jira] [Commented] (FLINK-3697) keyBy() with nested POJO computes invalid field position indexes

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230270#comment-15230270 ] ASF GitHub Bot commented on FLINK-3697: --- Github user asfgit closed the pull request at:

[GitHub] flink pull request: [FLINK-3697] Properly access type information ...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1851 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request: [FLINK-3634] [docs] Fix documentation for Data...

2016-04-07 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1817#issuecomment-206868628 Thanks for the update @greghogan. +1 to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Created] (FLINK-3714) Add Support for "Allowed Lateness"

2016-04-07 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3714: --- Summary: Add Support for "Allowed Lateness" Key: FLINK-3714 URL: https://issues.apache.org/jira/browse/FLINK-3714 Project: Flink Issue Type: Sub-task

[jira] [Commented] (FLINK-3634) Fix documentation for DataSetUtils.zipWithUniqueId()

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230170#comment-15230170 ] ASF GitHub Bot commented on FLINK-3634: --- Github user fhueske commented on the pull request:

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1848#issuecomment-206876652 Thanks for working on this issue and opening a PR @dawidwys! I'll have a look at it and give feedback soon. --- If your project is set up for it, you can reply to

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230182#comment-15230182 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on the pull request:

[jira] [Commented] (FLINK-3697) keyBy() with nested POJO computes invalid field position indexes

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230257#comment-15230257 ] ASF GitHub Bot commented on FLINK-3697: --- Github user rmetzger commented on the pull request:

[jira] [Commented] (FLINK-2732) Add access to the TaskManagers' log file and out file in the web dashboard.

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230145#comment-15230145 ] ASF GitHub Bot commented on FLINK-2732: --- Github user zentol commented on the pull request:

[GitHub] flink pull request: [FLINK-2732] Display TM logs in Dashboard

2016-04-07 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1790#issuecomment-206843425 Test failures should be resolved. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Commented] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230103#comment-15230103 ] Ufuk Celebi commented on FLINK-3713: It applies for any custom state (I don't know for sure whether it

[GitHub] flink pull request: [FLINK-2732] Display TM logs in Dashboard

2016-04-07 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1790#issuecomment-206823491 There appears to be a problem with the test, looking into it... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (FLINK-2732) Add access to the TaskManagers' log file and out file in the web dashboard.

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230107#comment-15230107 ] ASF GitHub Bot commented on FLINK-2732: --- Github user zentol commented on the pull request:

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230468#comment-15230468 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on the pull request:

[jira] [Commented] (FLINK-3664) Create a method to easily Summarize a DataSet

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230822#comment-15230822 ] ASF GitHub Bot commented on FLINK-3664: --- Github user zentol commented on the pull request:

[GitHub] flink pull request: [FLINK-3664] Create method to easily summarize...

2016-04-07 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1859#issuecomment-207049231 It is indeed a flaky kafka test. You don't have to worry about it, the majority of build passed we're good on that front. --- If your project is set up for it,

[jira] [Commented] (FLINK-3712) YARN client dynamic properties are not passed correctly to the leader election service on the client

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230462#comment-15230462 ] ASF GitHub Bot commented on FLINK-3712: --- GitHub user rmetzger opened a pull request:

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1848#discussion_r58897266 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/PartitionITCase.java --- @@ -546,6 +549,60 @@ public void

[GitHub] flink pull request: [FLINK-3640] Add support for SQL in DataSet pr...

2016-04-07 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1862#issuecomment-206986445 Awesome! Really cool to see that coming to Flink. I played a bit around with it and it seems to work ;) ```java Table table =

[GitHub] flink pull request: [FLINK-3664] Create method to easily summarize...

2016-04-07 Thread tlisonbee
Github user tlisonbee commented on the pull request: https://github.com/apache/flink/pull/1859#issuecomment-207017188 All of the builds are passing except for one, there is a failure in what seems like a flaky Kafka test. Does anyone have suggestions on how to get past this?

[jira] [Commented] (FLINK-3664) Create a method to easily Summarize a DataSet

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230668#comment-15230668 ] ASF GitHub Bot commented on FLINK-3664: --- Github user tlisonbee commented on the pull request:

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1848#issuecomment-206969649 Hi @dawidwys, thanks for the PR. I had a few comments. Please let me know if you have any questions regarding the nested and flattened keys. --- If your project

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230464#comment-15230464 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-3640) Add support for SQL queries in DataSet programs

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230536#comment-15230536 ] ASF GitHub Bot commented on FLINK-3640: --- Github user rmetzger commented on the pull request:

[GitHub] flink pull request: [FLINK-3665] Implemented sort orders support i...

2016-04-07 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1848#discussion_r58897094 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/PartitionITCase.java --- @@ -546,6 +549,60 @@ public void

[GitHub] flink pull request: [FLINK-3712] Make all dynamic properties avail...

2016-04-07 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/1863 [FLINK-3712] Make all dynamic properties available to the CLI frontend You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmetzger/flink

[jira] [Commented] (FLINK-3665) Range partitioning lacks support to define sort orders

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230460#comment-15230460 ] ASF GitHub Bot commented on FLINK-3665: --- Github user fhueske commented on a diff in the pull

[jira] [Updated] (FLINK-3716) Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass

2016-04-07 Thread Todd Lisonbee (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lisonbee updated FLINK-3716: - Description: This is on the latest master 4/7/2016 with `mvn clean verify`. Test also reliably

[jira] [Commented] (FLINK-3716) Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass

2016-04-07 Thread Todd Lisonbee (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15231024#comment-15231024 ] Todd Lisonbee commented on FLINK-3716: -- Increasing timeout from 60 seconds to 5 minutes allowed the

[jira] [Commented] (FLINK-3716) Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass

2016-04-07 Thread Todd Lisonbee (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15231041#comment-15231041 ] Todd Lisonbee commented on FLINK-3716: -- Most time is being spent at this point in the logs. Seems

[jira] [Commented] (FLINK-3669) WindowOperator registers a lot of timers at StreamTask

2016-04-07 Thread Konstantin Knauf (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230891#comment-15230891 ] Konstantin Knauf commented on FLINK-3669: - I have a first draft here:

[jira] [Commented] (FLINK-3398) Flink Kafka consumer should support auto-commit opt-outs

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230927#comment-15230927 ] ASF GitHub Bot commented on FLINK-3398: --- Github user wanderingbort commented on the pull request:

[GitHub] flink pull request: FLINK-3398: Allow for opting-out from Kafka of...

2016-04-07 Thread wanderingbort
Github user wanderingbort commented on the pull request: https://github.com/apache/flink/pull/1690#issuecomment-207065222 I just wanted to echo @StephanEwen 's sentiment. Flink's management of offsets seems to supersede the Kafka concept of committed offsets (whether to ZK

[jira] [Created] (FLINK-3716) Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass

2016-04-07 Thread Todd Lisonbee (JIRA)
Todd Lisonbee created FLINK-3716: Summary: Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass Key: FLINK-3716 URL: https://issues.apache.org/jira/browse/FLINK-3716 Project:

[jira] [Assigned] (FLINK-3669) WindowOperator registers a lot of timers at StreamTask

2016-04-07 Thread Konstantin Knauf (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Knauf reassigned FLINK-3669: --- Assignee: Konstantin Knauf > WindowOperator registers a lot of timers at StreamTask

[GitHub] flink pull request: [FLINK-2909] [Gelly] Graph generators

2016-04-07 Thread greghogan
Github user greghogan commented on the pull request: https://github.com/apache/flink/pull/1807#issuecomment-207087689 Hi @vasia, I just pushed documentation for the graph generators. I did not split the Gelly page since that should probably be a separate ticket (and likely requires

[jira] [Commented] (FLINK-2909) Gelly Graph Generators

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15231061#comment-15231061 ] ASF GitHub Bot commented on FLINK-2909: --- Github user greghogan commented on the pull request:

[jira] [Commented] (FLINK-3716) Kafka08ITCase.testFailOnNoBroker() timing out before it has a chance to pass

2016-04-07 Thread Todd Lisonbee (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15231380#comment-15231380 ] Todd Lisonbee commented on FLINK-3716: -- I enabled more logging to see what was happening during the

[jira] [Assigned] (FLINK-3699) Allow per-job Kerberos authentication

2016-04-07 Thread Stefano Baghino (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Baghino reassigned FLINK-3699: -- Assignee: Stefano Baghino > Allow per-job Kerberos authentication >

[jira] [Commented] (FLINK-3711) Scala fold() example syntax incorrect

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229941#comment-15229941 ] ASF GitHub Bot commented on FLINK-3711: --- Github user asfgit closed the pull request at:

[jira] [Updated] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-3713: Description: The {{DisposeSavepoint}} message in the JobManager is using the system

[GitHub] flink pull request: [FLINK-3711][docs] Documentation of Scala fold...

2016-04-07 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/1860#issuecomment-206766766 Thanks for the fix! I'm merging... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Resolved] (FLINK-3711) Scala fold() example syntax incorrect

2016-04-07 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek resolved FLINK-3711. - Resolution: Fixed Fixed in

[jira] [Commented] (FLINK-3711) Scala fold() example syntax incorrect

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229936#comment-15229936 ] ASF GitHub Bot commented on FLINK-3711: --- Github user aljoscha commented on the pull request:

[GitHub] flink pull request: [FLINK-3711][docs] Documentation of Scala fold...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1860 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (FLINK-3712) YARN client dynamic properties are not passed correctly to the leader election service on the client

2016-04-07 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-3712: - Summary: YARN client dynamic properties are not passed correctly to the leader election service on the client Key: FLINK-3712 URL:

[jira] [Created] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-3713: - Summary: DisposeSavepoint message uses system classloader to discard state Key: FLINK-3713 URL: https://issues.apache.org/jira/browse/FLINK-3713 Project: Flink

[jira] [Commented] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230043#comment-15230043 ] Ufuk Celebi commented on FLINK-3713: This is unfortunately a known limitation

[jira] [Commented] (FLINK-3688) ClassCastException in StreamRecordSerializer when WindowOperator.trigger() is called and TimeCharacteristic = ProcessingTime

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230059#comment-15230059 ] ASF GitHub Bot commented on FLINK-3688: --- GitHub user knaufk opened a pull request:

[GitHub] flink pull request: [FLINK-3654] Disable Write-Ahead-Log in RocksD...

2016-04-07 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/1850 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230050#comment-15230050 ] Robert Metzger commented on FLINK-3713: --- One possible workaround for the issue is the following: You

[jira] [Commented] (FLINK-3654) Disable Write-Ahead-Log in RocksDB State

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230052#comment-15230052 ] ASF GitHub Bot commented on FLINK-3654: --- Github user aljoscha commented on the pull request:

[jira] [Resolved] (FLINK-3654) Disable Write-Ahead-Log in RocksDB State

2016-04-07 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek resolved FLINK-3654. - Resolution: Fixed Fix Version/s: 1.1.0 Changed in

[GitHub] flink pull request: [FLINK-3654] Disable Write-Ahead-Log in RocksD...

2016-04-07 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/1850#issuecomment-206799977 Manually merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Commented] (FLINK-3654) Disable Write-Ahead-Log in RocksDB State

2016-04-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230051#comment-15230051 ] ASF GitHub Bot commented on FLINK-3654: --- Github user aljoscha closed the pull request at:

[jira] [Commented] (FLINK-3713) DisposeSavepoint message uses system classloader to discard state

2016-04-07 Thread Konstantin Knauf (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230058#comment-15230058 ] Konstantin Knauf commented on FLINK-3713: - Just for my understanding: It says there {quote}

[GitHub] flink pull request: [FLINK-3688] WindowOperator.trigger() does not...

2016-04-07 Thread knaufk
GitHub user knaufk opened a pull request: https://github.com/apache/flink/pull/1861 [FLINK-3688] WindowOperator.trigger() does not emit Watermark anymore Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into