[jira] [Commented] (FLINK-4743) The sqrt/power function not accept the real data types.

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616101#comment-15616101 ] ASF GitHub Bot commented on FLINK-4743: --- GitHub user tonycox reopened a pull request:

[GitHub] flink pull request #2686: [FLINK-4743] The sqrt/power function not accept th...

2016-10-28 Thread tonycox
GitHub user tonycox reopened a pull request: https://github.com/apache/flink/pull/2686 [FLINK-4743] The sqrt/power function not accept the real data types. Add supporting of variety types on "power" function. Add casting for Float and BigDecimal. You can merge this pull request

[GitHub] flink pull request #2686: [FLINK-4743] The sqrt/power function not accept th...

2016-10-28 Thread tonycox
Github user tonycox closed the pull request at: https://github.com/apache/flink/pull/2686 --- 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-4743) The sqrt/power function not accept the real data types.

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

[jira] [Commented] (FLINK-4963) Tabulate edge direction for directed VertexMetrics

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616195#comment-15616195 ] ASF GitHub Bot commented on FLINK-4963: --- GitHub user greghogan opened a pull request:

[GitHub] flink pull request #2725: [FLINK-4963] [gelly] Tabulate edge direction for d...

2016-10-28 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/2725 [FLINK-4963] [gelly] Tabulate edge direction for directed VertexMetrics The current implementation simply counts edges. We can do one better and tabulate unidirectional (u:v but no v:u) and

[jira] [Commented] (FLINK-4743) The sqrt/power function not accept the real data types.

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615807#comment-15615807 ] ASF GitHub Bot commented on FLINK-4743: --- Github user wuchong commented on the issue:

[GitHub] flink issue #2686: [FLINK-4743] The sqrt/power function not accept the real ...

2016-10-28 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/2686 Hi @fhueske @tonycox , the PR is really good. But I think the true reason of this issue is because the `BuiltInMethods.POWER_DEC` is bound to a wrong method, which should be `power(double,

[GitHub] flink issue #2699: [FLINK-4887] [execution graph] Introduce TaskManagerGatew...

2016-10-28 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2699 Thanks for the review @StephanEwen. You're right that I should have tested the changes on a cluster to make sure that things are actually working. I'll address your comments and then run jobs

[jira] [Commented] (FLINK-4887) Replace ActorGateway by TaskManagerGateway interface

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

[jira] [Commented] (FLINK-4887) Replace ActorGateway by TaskManagerGateway interface

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615871#comment-15615871 ] ASF GitHub Bot commented on FLINK-4887: --- Github user tillrohrmann commented on the issue:

[jira] [Commented] (FLINK-4887) Replace ActorGateway by TaskManagerGateway interface

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

[jira] [Updated] (FLINK-4962) Improve exception information about operand type inference failure during UDF SQL validation

2016-10-28 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu updated FLINK-4962: --- Summary: Improve exception information about operand type inference failure during UDF SQL validation (was:

[jira] [Commented] (FLINK-4604) Add support for standard deviation/variance

2016-10-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615730#comment-15615730 ] Fabian Hueske commented on FLINK-4604: -- Hi [~anmu], thanks for digging into this. Regarding the

[GitHub] flink pull request #2699: [FLINK-4887] [execution graph] Introduce TaskManag...

2016-10-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2699#discussion_r85562718 --- Diff: flink-tests/src/test/resources/log4j-test.properties --- @@ -18,7 +18,7 @@ # Set root logger level to OFF to not flood build logs

[GitHub] flink issue #2686: [FLINK-4743] The sqrt/power function not accept the real ...

2016-10-28 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/2686 According to the question mentioned in the dev mailing. I prefer to approach 2). POWER only works on double. And `power(double, BigDecimal)` is only used to support `SQRT(double)` which is actually

[jira] [Commented] (FLINK-4887) Replace ActorGateway by TaskManagerGateway interface

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

[jira] [Created] (FLINK-4963) Tabulate edge direction for directed VertexMetrics

2016-10-28 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4963: - Summary: Tabulate edge direction for directed VertexMetrics Key: FLINK-4963 URL: https://issues.apache.org/jira/browse/FLINK-4963 Project: Flink Issue Type:

[GitHub] flink pull request #2724: [FLINK-4221] Show metrics in WebFrontend + general...

2016-10-28 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/2724 [FLINK-4221] Show metrics in WebFrontend + general improvements Other included changes: - Removed Properties tab - Renamed plan to overview - Added parallelism to task list

[GitHub] flink pull request #2691: [FLINK-4910] Introduce safety net for closing file...

2016-10-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2691#discussion_r85570641 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/SafetyNetCloseableRegistry.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4910) Introduce safety net for closing file system streams

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

[jira] [Commented] (FLINK-4469) Add support for user defined table function in Table API & SQL

2016-10-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615695#comment-15615695 ] Fabian Hueske commented on FLINK-4469: -- Thanks [~jark], this is great news! How do we continue with

[jira] [Commented] (FLINK-4221) Show metrics in WebFrontend

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

[jira] [Commented] (FLINK-4743) The sqrt/power function not accept the real data types.

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615980#comment-15615980 ] ASF GitHub Bot commented on FLINK-4743: --- Github user tonycox commented on the issue:

[GitHub] flink issue #2686: [FLINK-4743] The sqrt/power function not accept the real ...

2016-10-28 Thread tonycox
Github user tonycox commented on the issue: https://github.com/apache/flink/pull/2686 Hi @wuchong I agree that users can cast types manually. And that BuiltInMethods.POWER_DEC should be bound power(double, BigDecimal), but it's trouble of Calcite

[jira] [Commented] (FLINK-4743) The sqrt/power function not accept the real data types.

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615842#comment-15615842 ] ASF GitHub Bot commented on FLINK-4743: --- Github user wuchong commented on the issue:

[GitHub] flink pull request #2699: [FLINK-4887] [execution graph] Introduce TaskManag...

2016-10-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2699#discussion_r85564343 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/messages/StackTraceSampleResponse.java --- @@ -0,0 +1,57 @@ +/* + * Licensed to

[GitHub] flink pull request #2699: [FLINK-4887] [execution graph] Introduce TaskManag...

2016-10-28 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2699#discussion_r85564373 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/messages/StackTrace.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-4221) Show metrics in WebFrontend

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616494#comment-15616494 ] ASF GitHub Bot commented on FLINK-4221: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2724: [FLINK-4221] Show metrics in WebFrontend + general...

2016-10-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2724#discussion_r85606565 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java --- @@ -383,25 +384,28 @@ private void

[GitHub] flink pull request #2724: [FLINK-4221] Show metrics in WebFrontend + general...

2016-10-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2724#discussion_r85604825 --- Diff: flink-runtime-web/web-dashboard/app/scripts/index.coffee --- @@ -39,6 +39,8 @@ angular.module('flinkApp', ['ui.router', 'angularMoment']) .run

[GitHub] flink pull request #2724: [FLINK-4221] Show metrics in WebFrontend + general...

2016-10-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2724#discussion_r85604628 --- Diff: flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/socket/SocketWindowWordCount.java --- @@ -30,7 +30,7 @@

[jira] [Commented] (FLINK-4221) Show metrics in WebFrontend

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616493#comment-15616493 ] ASF GitHub Bot commented on FLINK-4221: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2718: [hotfix] Fixes the TimestampedInputSplit.EOS compa...

2016-10-28 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2718#discussion_r85523016 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/TimestampedFileInputSplitTest.java --- @@ -90,4 +112,60 @@ public void

[jira] [Created] (FLINK-4959) Write Documentation for Timely FlatMap Functions

2016-10-28 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-4959: --- Summary: Write Documentation for Timely FlatMap Functions Key: FLINK-4959 URL: https://issues.apache.org/jira/browse/FLINK-4959 Project: Flink Issue

[GitHub] flink issue #2715: Fix timely flatmap issues

2016-10-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2715 @manuzhang I added some more fixes because I realised some more stuff is missing. If you want to have a look. (You don't have to, just FYI.) --- If your project is set up for it, you can reply to

[GitHub] flink issue #2718: [hotfix] Fixes the TimestampedInputSplit.EOS comparison.

2016-10-28 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/2718 @mxm I agree and I am planning to do it as soon as we fix some other design issues with the ContinuousFileReadOperator that concern rescaling. Thanks for the review. --- If your project is set up for

[jira] [Assigned] (FLINK-4713) Implementing ranking evaluation scores for recommender systems

2016-10-28 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Hermann reassigned FLINK-4713: Assignee: Gábor Hermann > Implementing ranking evaluation scores for recommender systems >

[jira] [Updated] (FLINK-4621) Improve decimal literals of SQL API

2016-10-28 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu updated FLINK-4621: --- Assignee: (was: Jark Wu) > Improve decimal literals of SQL API > --- > >

[jira] [Commented] (FLINK-4886) Example in Machine Learning Quickstart Guide causes error

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614709#comment-15614709 ] ASF GitHub Bot commented on FLINK-4886: --- Github user thvasilo commented on the issue:

[jira] [Commented] (FLINK-4469) Add support for user defined table function in Table API & SQL

2016-10-28 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614425#comment-15614425 ] Jark Wu commented on FLINK-4469: Hi all, I have proposed CROSS/OUTER APPLY syntax to Calcite community.

[jira] [Created] (FLINK-4953) Allow querying time in window functions

2016-10-28 Thread Manu Zhang (JIRA)
Manu Zhang created FLINK-4953: - Summary: Allow querying time in window functions Key: FLINK-4953 URL: https://issues.apache.org/jira/browse/FLINK-4953 Project: Flink Issue Type: Improvement

[jira] [Updated] (FLINK-4850) FlinkML - SVM predict Operation for Vector and not LaveledVector

2016-10-28 Thread Theodore Vasiloudis (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Theodore Vasiloudis updated FLINK-4850: --- Priority: Minor (was: Major) > FlinkML - SVM predict Operation for Vector and not

[jira] [Commented] (FLINK-4378) Enable RollingSink to custom HDFS client configuration

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614834#comment-15614834 ] ASF GitHub Bot commented on FLINK-4378: --- Github user aljoscha commented on the issue:

[jira] [Commented] (FLINK-4787) Add REST API call for cancel-with-savepoints

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

[jira] [Commented] (FLINK-4378) Enable RollingSink to custom HDFS client configuration

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

[jira] [Closed] (FLINK-4787) Add REST API call for cancel-with-savepoints

2016-10-28 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-4787. -- Resolution: Implemented Fix Version/s: 1.2.0 Implemented in 3bc9cad (master). > Add REST API

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/2572 My idea would be to introduce an adapter that abstracts advancing of time, where two concrete implementations exist that forward to advanceWatermark or on onProcessingTime. Or am I missing

[jira] [Commented] (FLINK-4932) Don't let ExecutionGraph fail when in state Restarting

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614981#comment-15614981 ] ASF GitHub Bot commented on FLINK-4932: --- GitHub user tillrohrmann opened a pull request:

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2572 No, it's more or less that but there is more stuff that needs to be in that adapter, for example in `testOnProcessingTimeFire()`, I'm highlighting the places that need changing: ```

[GitHub] flink pull request #2711: [backport] [FLINK-4932] [exec graph] Failing in st...

2016-10-28 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2711 [backport] [FLINK-4932] [exec graph] Failing in state RESTARTING only fails the EG if no more restarts are possible This PR is a backport of #2710 for the release-1.1 branch. If in

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2572 Yeah, alright, I'm just lazy. 😅 I'll whip something up. --- 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

[jira] [Commented] (FLINK-4469) Add support for user defined table function in Table API & SQL

2016-10-28 Thread Shaoxuan Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615002#comment-15615002 ] Shaoxuan Wang commented on FLINK-4469: -- Hi Jark, Sounds good to me. Can you please update the Jira

[jira] [Commented] (FLINK-4733) Port WebFrontend to new metric system

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614772#comment-15614772 ] ASF GitHub Bot commented on FLINK-4733: --- Github user zentol commented on the issue:

[GitHub] flink issue #2616: [FLINK-4733] Port WebInterface to metric system

2016-10-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2616 The `CoordinatorShutdownTest` can't be fixed with a cast. This test assumes that the actual ExecutionGraph is still available when a job is finished since it tries to access the CheckpointCoordinator

[jira] [Commented] (FLINK-4925) Integrate meters into IOMetricGroups

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

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[GitHub] flink pull request #2356: [FLINK-4378]Enable RollingSink to custom HDFS clie...

2016-10-28 Thread wenlong88
Github user wenlong88 closed the pull request at: https://github.com/apache/flink/pull/2356 --- 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 #2626: [FLINK-4787] [runtime-web] Expose cancel-with-save...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2626 --- 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-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614940#comment-15614940 ] ASF GitHub Bot commented on FLINK-4552: --- Github user StefanRRichter commented on the issue:

[GitHub] flink issue #2709: [FLINK-4631] Avoided NPE in OneInputStreamTask.

2016-10-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2709 +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 project does not have this feature enabled and wishes so, or if the

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85500578 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/PurgingTriggerTest.java --- @@ -0,0 +1,149 @@ +/*

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/2572 Yes, I was aware that some configuration/mocking also depends on the time domain. However what those calls do is essentially equivalent, just for different time domain. So I assume an adapter

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/2572 Yeah, I know the pain ;-) but next times when we need to fix only half the amount of tests on a change it will quickly pay off (hopefully) --- If your project is set up for it, you can reply

[jira] [Commented] (FLINK-4733) Port WebFrontend to new metric system

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614739#comment-15614739 ] ASF GitHub Bot commented on FLINK-4733: --- Github user zentol commented on the issue:

[GitHub] flink issue #2682: [FLINK-4886] [docs] Update ML quickstart loading svm test...

2016-10-28 Thread thvasilo
Github user thvasilo commented on the issue: https://github.com/apache/flink/pull/2682 Thank you @ch33hau I'll also mark the issue as a duplicate! --- 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

[jira] [Resolved] (FLINK-4378) Enable RollingSink to custom HDFS client configuration

2016-10-28 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek resolved FLINK-4378. - Resolution: Fixed Fix Version/s: 1.2.0 Implemented in

[GitHub] flink issue #2616: [FLINK-4733] Port WebInterface to metric system

2016-10-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2616 Both issues should be fixed now, but I'll let travis take another stab at it. --- 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] [Commented] (FLINK-4733) Port WebFrontend to new metric system

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614841#comment-15614841 ] ASF GitHub Bot commented on FLINK-4733: --- Github user zentol commented on the issue:

[jira] [Closed] (FLINK-4925) Integrate meters into IOMetricGroups

2016-10-28 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-4925. --- Resolution: Fixed Implemented in a582882dae125da2c4cef249428371c37fd64c53 > Integrate meters

[GitHub] flink pull request #2694: [FLINK-4925] [metrics] Integrate meters into IOMet...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2694 --- 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 #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85497817 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/CountTriggerTest.java --- @@ -0,0 +1,123 @@ +/*

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85499215 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/EventTimeSessionWindowsWindowsTest.java --- @@ -0,0

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85500759 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/TriggerTestHarness.java --- @@ -0,0 +1,369 @@ +/*

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614930#comment-15614930 ] ASF GitHub Bot commented on FLINK-4552: --- Github user aljoscha commented on the issue:

[GitHub] flink pull request #2709: [FLINK-4631] Avoided NPE in OneInputStreamTask.

2016-10-28 Thread chermenin
GitHub user chermenin opened a pull request: https://github.com/apache/flink/pull/2709 [FLINK-4631] Avoided NPE in OneInputStreamTask. Added additional condition to check possible NPE. This PR solve [FLINK-4631](https://issues.apache.org/jira/browse/FLINK-4631). You can merge this

[jira] [Commented] (FLINK-4631) NullPointerException during stream task cleanup

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614952#comment-15614952 ] ASF GitHub Bot commented on FLINK-4631: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614968#comment-15614968 ] ASF GitHub Bot commented on FLINK-4552: --- Github user aljoscha commented on the issue:

[jira] [Commented] (FLINK-4932) Don't let ExecutionGraph fail when in state Restarting

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614985#comment-15614985 ] ASF GitHub Bot commented on FLINK-4932: --- GitHub user tillrohrmann opened a pull request:

[GitHub] flink pull request #2710: [FLINK-4932] [exec graph] Failing in state RESTART...

2016-10-28 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2710 [FLINK-4932] [exec graph] Failing in state RESTARTING only fails the EG if no more restarts are possible If in state RESTARTING a failure occurs (`ExecutionGraph.fail` is called), then a new

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614993#comment-15614993 ] ASF GitHub Bot commented on FLINK-4552: --- Github user aljoscha commented on the issue:

[GitHub] flink issue #2616: [FLINK-4733] Port WebInterface to metric system

2016-10-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2616 I just found another bug related to forked-chains. Right now only the output of a single operator is used as the task output counter, where as we should actually use both of them. Will fix it while

[GitHub] flink issue #2356: [FLINK-4378]Enable RollingSink to custom HDFS client conf...

2016-10-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2356 I merged it. 👍 Could you please close this PR? I changed `setHDFSConfig()` to `setFSConfig` to reflect the fact that a `FileSystem` is not necessarily used only for HDFS, I hope that's

[jira] [Commented] (FLINK-4378) Enable RollingSink to custom HDFS client configuration

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614852#comment-15614852 ] ASF GitHub Bot commented on FLINK-4378: --- Github user wenlong88 commented on the issue:

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85498801 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/CountTriggerTest.java --- @@ -0,0 +1,123 @@ +/*

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

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

[jira] [Commented] (FLINK-4631) NullPointerException during stream task cleanup

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614920#comment-15614920 ] ASF GitHub Bot commented on FLINK-4631: --- GitHub user chermenin opened a pull request:

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85500442 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/EventTimeTriggerTest.java --- @@ -0,0 +1,153 @@ +/*

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614973#comment-15614973 ] ASF GitHub Bot commented on FLINK-4552: --- Github user StefanRRichter commented on the issue:

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615000#comment-15615000 ] ASF GitHub Bot commented on FLINK-4552: --- Github user StefanRRichter commented on the issue:

[GitHub] flink pull request #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2572#discussion_r85501090 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/TriggerTestHarness.java --- @@ -0,0 +1,369 @@

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-10-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2572 Thanks for your review, @StefanRRichter! You found some areas where this can be improved. I'm not yet sure whether parameterisation for processing-time/event-time can be done without

[jira] [Commented] (FLINK-4958) Send slot report to RM when registering

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615382#comment-15615382 ] ASF GitHub Bot commented on FLINK-4958: --- GitHub user tillrohrmann opened a pull request:

[GitHub] flink pull request #2650: [FLINK-4563] [metrics] scope caching not adjusted ...

2016-10-28 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2650#discussion_r85533745 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -85,9 +86,12 @@ * For example

[jira] [Commented] (FLINK-4563) [metrics] scope caching not adjusted for multiple reporters

2016-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615479#comment-15615479 ] ASF GitHub Bot commented on FLINK-4563: --- Github user zentol commented on the issue:

  1   2   >