[jira] [Commented] (FLINK-6367) support custom header settings of allow origin

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996257#comment-15996257 ] ASF GitHub Bot commented on FLINK-6367: --- Github user zentol commented on the issue:

[GitHub] flink issue #3769: [FLINK-6367] support custom header settings of allow orig...

2017-05-03 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3769 Patience please... --- 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

[jira] [Commented] (FLINK-6439) Unclosed InputStream in OperatorSnapshotUtil#readStateHandle()

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996245#comment-15996245 ] ASF GitHub Bot commented on FLINK-6439: --- GitHub user fanyon opened a pull request:

[GitHub] flink pull request #3819: [FLINK-6439] Fix close OutputStream && InputStream...

2017-05-03 Thread fanyon
GitHub user fanyon opened a pull request: https://github.com/apache/flink/pull/3819 [FLINK-6439] Fix close OutputStream && InputStream in OperatorSnapshotUtil …tUtil Thanks for contributing to Apache Flink. Before you open your pull request, please take the following chec

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996233#comment-15996233 ] ASF GitHub Bot commented on FLINK-6364: --- Github user shixiaogang commented on the is

[GitHub] flink issue #3801: [FLINK-6364] [checkpoints] Implement incremental checkpoi...

2017-05-03 Thread shixiaogang
Github user shixiaogang commented on the issue: https://github.com/apache/flink/pull/3801 @StefanRRichter Thanks a lot for your review. I have updated the pull request as suggested. The following changes are made 1. Remove the checkpoint type for incremental checkpoints. Now

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996218#comment-15996218 ] ASF GitHub Bot commented on FLINK-6364: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114703946 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java --- @@ -808,6 +1

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996212#comment-15996212 ] ASF GitHub Bot commented on FLINK-6364: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114703775 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateBackend.java --- @@ -621,6 +6

[jira] [Assigned] (FLINK-6439) Unclosed InputStream in OperatorSnapshotUtil#readStateHandle()

2017-05-03 Thread Fang Yong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fang Yong reassigned FLINK-6439: Assignee: Fang Yong > Unclosed InputStream in OperatorSnapshotUtil#readStateHandle() >

[GitHub] flink pull request #3569: [flink-6036]Let catalog support partition

2017-05-03 Thread godfreyhe
Github user godfreyhe commented on a diff in the pull request: https://github.com/apache/flink/pull/3569#discussion_r114697342 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/catalog/ExternalCatalogTable.scala --- @@ -44,6 +43,8 @@ case class ExternalCa

[jira] [Updated] (FLINK-6381) Unnecessary synchronizing object in BucketingSink

2017-05-03 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-6381: Description: It seems that currently there are two places should not employ the {{synchronized}} to

[jira] [Commented] (FLINK-6346) Migrate from Java serialization for GenericWriteAheadSink's state

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996133#comment-15996133 ] ASF GitHub Bot commented on FLINK-6346: --- Github user fanyon commented on the issue:

[GitHub] flink issue #3812: [FLINK-6346] Migrate from Java serialization for GenericW...

2017-05-03 Thread fanyon
Github user fanyon commented on the issue: https://github.com/apache/flink/pull/3812 @zhangminglei @zentol thanks for your suggestions, and I have updated the code. As discussed in [https://github.com/apache/flink/pull/3750#issuecomment-298869900](url), it may not need to r

[GitHub] flink pull request #3569: [flink-6036]Let catalog support partition

2017-05-03 Thread godfreyhe
Github user godfreyhe commented on a diff in the pull request: https://github.com/apache/flink/pull/3569#discussion_r114695239 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/catalog/ExternalCatalogTablePartition.scala --- @@ -0,0 +1,44 @@ +/* +

[GitHub] flink pull request #3810: [Flink-6397] MultipleProgramsTestBase does not res...

2017-05-03 Thread ifndef-SleePy
Github user ifndef-SleePy commented on a diff in the pull request: https://github.com/apache/flink/pull/3810#discussion_r114693043 --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/MultipleProgramsTestBase.java --- @@ -80,29 +80,36 @@

[GitHub] flink issue #3810: [Flink-6397] MultipleProgramsTestBase does not reset Cont...

2017-05-03 Thread ifndef-SleePy
Github user ifndef-SleePy commented on the issue: https://github.com/apache/flink/pull/3810 @StephanEwen I agree that a static unset method would be a much easier implementation. Do you think it's acceptable that the unset method is static but set method is not static in TestEnvi

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996078#comment-15996078 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996076#comment-15996076 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114692346 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/AggSqlFunction.scala --- @@ -0,0 +1,177 @@ +/* + *

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114692276 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/AggSqlFunction.scala --- @@ -0,0 +1,177 @@ +/* + *

[jira] [Updated] (FLINK-6441) Improve the UDTF

2017-05-03 Thread Ruidong Li (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruidong Li updated FLINK-6441: -- Description: According to [FLINK-6334], UDTF's apply method return a unbounded Table which consists of a

[jira] [Updated] (FLINK-6441) Improve the UDTF

2017-05-03 Thread Ruidong Li (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruidong Li updated FLINK-6441: -- Description: According to [FLINK-6334] https://issues.apache.org/jira/browse/FLINK-6334, UDTF's apply me

[jira] [Created] (FLINK-6441) Improve the UDTF

2017-05-03 Thread Ruidong Li (JIRA)
Ruidong Li created FLINK-6441: - Summary: Improve the UDTF Key: FLINK-6441 URL: https://issues.apache.org/jira/browse/FLINK-6441 Project: Flink Issue Type: Improvement Reporter: Ruidon

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996055#comment-15996055 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114690845 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/aggregations.scala --- @@ -130,3 +142,63 @@ case class Avg(chi

[GitHub] flink pull request #3818: [FLINK-5514] [table] Implement an efficient physic...

2017-05-03 Thread godfreyhe
GitHub user godfreyhe opened a pull request: https://github.com/apache/flink/pull/3818 [FLINK-5514] [table] Implement an efficient physical execution for CUBE/ROLLUP/GROUPING SETS You can merge this pull request into a Git repository by running: $ git pull https://github.com/

[jira] [Commented] (FLINK-5514) Implement an efficient physical execution for CUBE/ROLLUP/GROUPING SETS

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996041#comment-15996041 ] ASF GitHub Bot commented on FLINK-5514: --- GitHub user godfreyhe opened a pull request

[jira] [Commented] (FLINK-6367) support custom header settings of allow origin

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996039#comment-15996039 ] ASF GitHub Bot commented on FLINK-6367: --- Github user shijinkui commented on the issu

[GitHub] flink issue #3769: [FLINK-6367] support custom header settings of allow orig...

2017-05-03 Thread shijinkui
Github user shijinkui commented on the issue: https://github.com/apache/flink/pull/3769 hi, @zentol @StephanEwen It didn't merge in. @zentol Please check again. --- 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 proj

[GitHub] flink pull request #3759: [FLINK-6366] close KafkaConsumer in FlinkKafkaCons...

2017-05-03 Thread fanyon
Github user fanyon closed the pull request at: https://github.com/apache/flink/pull/3759 --- 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 enab

[jira] [Commented] (FLINK-6366) KafkaConsumer is not closed in FlinkKafkaConsumer09

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996036#comment-15996036 ] ASF GitHub Bot commented on FLINK-6366: --- Github user fanyon closed the pull request

[jira] [Assigned] (FLINK-5514) Implement an efficient physical execution for CUBE/ROLLUP/GROUPING SETS

2017-05-03 Thread godfrey he (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he reassigned FLINK-5514: - Assignee: godfrey he > Implement an efficient physical execution for CUBE/ROLLUP/GROUPING SETS >

[jira] [Commented] (FLINK-6275) Unprotected access to resourceManager in YarnFlinkApplicationMasterRunner#runApplicationMaster

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996018#comment-15996018 ] ASF GitHub Bot commented on FLINK-6275: --- Github user zhangminglei commented on the i

[GitHub] flink issue #3724: [FLINK-6275] [yarn] Fix unprotected access to resourceMan...

2017-05-03 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/3724 @StephanEwen Thanks. I might close this PR as there is a refactor to ```YarnFlinkApplicationMasterRunner ``` by combining with ```AbstractYarnFlinkApplicationMasterRunner``` in one class. See :

[jira] [Commented] (FLINK-6428) Add support DISTINCT in dataStream SQL

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995971#comment-15995971 ] ASF GitHub Bot commented on FLINK-6428: --- GitHub user sunjincheng121 opened a pull re

[GitHub] flink pull request #3817: [FLINK-6428][table] Add support DISTINCT in dataSt...

2017-05-03 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3817 [FLINK-6428][table] Add support DISTINCT in dataStream SQL With the changes of this PR. `DISTINCT` keyword can be supported `SELECT Clause` of dataStream SQL. In standard database t

[jira] [Commented] (FLINK-4022) Partition discovery / regex topic subscription for the Kafka consumer

2017-05-03 Thread Bill Liu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995858#comment-15995858 ] Bill Liu commented on FLINK-4022: - any update on this feature? will it be released in 1.3

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995668#comment-15995668 ] ASF GitHub Bot commented on FLINK-5906: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114651484 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/aggregations.scala --- @@ -130,3 +142,63 @@ case class Avg(child: Ex

[jira] [Closed] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-6334. Resolution: Fixed Fixed for 1.3 with c969237fce4fe5394e1cfdbb1186db6d73d0 > Refactoring UDTF in

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995546#comment-15995546 ] ASF GitHub Bot commented on FLINK-6334: --- Github user asfgit closed the pull request

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3791 --- 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 enab

[jira] [Created] (FLINK-6440) Noisy logs from metric fetcher

2017-05-03 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-6440: --- Summary: Noisy logs from metric fetcher Key: FLINK-6440 URL: https://issues.apache.org/jira/browse/FLINK-6440 Project: Flink Issue Type: Bug Componen

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995253#comment-15995253 ] ASF GitHub Bot commented on FLINK-5906: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114602957 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala --- @@ -178,4 +178,24 @@ class BatchTableEn

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995244#comment-15995244 ] ASF GitHub Bot commented on FLINK-6334: --- Github user fhueske commented on a diff in

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995241#comment-15995241 ] ASF GitHub Bot commented on FLINK-6334: --- Github user fhueske commented on a diff in

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995242#comment-15995242 ] ASF GitHub Bot commented on FLINK-6334: --- Github user fhueske commented on a diff in

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995243#comment-15995243 ] ASF GitHub Bot commented on FLINK-6334: --- Github user fhueske commented on a diff in

[jira] [Commented] (FLINK-6334) Refactoring UDTF interface

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995245#comment-15995245 ] ASF GitHub Bot commented on FLINK-6334: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3791#discussion_r114556553 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/scala/TableConversions.scala --- @@ -35,6 +36,10 @@ class TableConversions(t

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3791#discussion_r114553215 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala --- @@ -49,11 +49,11 @@ import org.apache.flink.tabl

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3791#discussion_r114558126 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -358,4 +360,45 @@ object U

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3791#discussion_r114590580 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -417,13 +507,45 @@ class Table( } pri

[GitHub] flink pull request #3791: [FLINK-6334] [table] Refactoring UDTF interface

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3791#discussion_r114590134 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -93,6 +103,11 @@ class Table( * }}} */

[GitHub] flink issue #3793: flink-6033 Support UNNEST query in the stream SQL API

2017-05-03 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/3793 Thanks for the PR @suez1224. I think we need to rework this PR a little bit, before we can merge it. I saw that you had problems using basic type arrays such as `Integer[]`. I think we should cover t

[jira] [Commented] (FLINK-6013) Add Datadog HTTP metrics reporter

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995194#comment-15995194 ] ASF GitHub Bot commented on FLINK-6013: --- Github user bowenli86 commented on a diff i

[GitHub] flink pull request #3736: [FLINK-6013][metrics] Add Datadog HTTP metrics rep...

2017-05-03 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3736#discussion_r114595396 --- Diff: flink-metrics/flink-metrics-datadog/src/test/java/org/apache/flink/metrics/datadog/DatadogHttpClientTest.java --- @@ -0,0 +1,194 @@ +/*

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995187#comment-15995187 ] ASF GitHub Bot commented on FLINK-5906: --- Github user twalthr commented on a diff in

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114593800 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala --- @@ -178,4 +178,24 @@ class BatchTableEn

[jira] [Created] (FLINK-6439) Unclosed InputStream in OperatorSnapshotUtil#readStateHandle()

2017-05-03 Thread Ted Yu (JIRA)
Ted Yu created FLINK-6439: - Summary: Unclosed InputStream in OperatorSnapshotUtil#readStateHandle() Key: FLINK-6439 URL: https://issues.apache.org/jira/browse/FLINK-6439 Project: Flink Issue Type: B

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114580123 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java --- @@ -769,9 +769,10 @@ public OperatorStateBa

[jira] [Commented] (FLINK-5720) Deprecate "Folding" in all of DataStream API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995134#comment-15995134 ] ASF GitHub Bot commented on FLINK-5720: --- GitHub user zentol opened a pull request:

[GitHub] flink pull request #3816: [FLINK-5720] Deprecate DataStream#fold()

2017-05-03 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3816 [FLINK-5720] Deprecate DataStream#fold() This PR deprecates the various `DataStream#fold()` methods and all related internal classes. You can merge this pull request into a Git repository by running

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995105#comment-15995105 ] ASF GitHub Bot commented on FLINK-6364: --- Github user StefanRRichter commented on a d

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114581240 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala --- @@ -178,4 +178,24 @@ class BatchTableEn

[GitHub] flink issue #3692: FLINK-5974 Added configurations to support mesos-dns host...

2017-05-03 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3692 Alright, this makes sense. The common denominator is that every dns name will have an optional task placeholder (`_TASK`) and everything else is static, right? --- If your project is set up fo

[jira] [Commented] (FLINK-5974) Support Mesos DNS

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995123#comment-15995123 ] ASF GitHub Bot commented on FLINK-5974: --- Github user tillrohrmann commented on the i

[jira] [Commented] (FLINK-5974) Support Mesos DNS

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995099#comment-15995099 ] ASF GitHub Bot commented on FLINK-5974: --- Github user EronWright commented on the iss

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995108#comment-15995108 ] ASF GitHub Bot commented on FLINK-6364: --- Github user StefanRRichter commented on a d

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995115#comment-15995115 ] ASF GitHub Bot commented on FLINK-5906: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114579898 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateHandle.java --- @@ -0,0 +1

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995101#comment-15995101 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114579772 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/table/DSetUDAGGITCase.scala --- @@ -0,0 +1,192 @@ +/*

[GitHub] flink issue #3692: FLINK-5974 Added configurations to support mesos-dns host...

2017-05-03 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3692 @tillrohrmann Mesos DNS is not the only DNS solution for Mesos, it is merely the DCOS solution. By using an interpolated string, the name is fully configurable. --- If your project is set up fo

[jira] [Commented] (FLINK-6217) ContaineredTaskManagerParameters sets off heap memory size incorrectly

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995087#comment-15995087 ] ASF GitHub Bot commented on FLINK-6217: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #3648: [FLINK-6217] ContaineredTaskManagerParameters sets off-he...

2017-05-03 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3648 Thanks for your contribution @haohui and the review @StephanEwen. Changes look good to me. Merging this PR. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995080#comment-15995080 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114576600 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala --- @@ -178,4 +178,24 @@ class BatchT

[jira] [Commented] (FLINK-5718) Handle JVM Fatal Exceptions in Tasks

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995049#comment-15995049 ] ASF GitHub Bot commented on FLINK-5718: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #3811: [FLINK-5718] [core] TaskManagers exit the JVM on fatal ex...

2017-05-03 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3811 Thanks for your contribution @zimmermatt. Changes look good to me. Merging this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[jira] [Commented] (FLINK-5906) Add support to register UDAGG in Table and SQL API

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995044#comment-15995044 ] ASF GitHub Bot commented on FLINK-5906: --- Github user shaoxuan-wang commented on a di

[GitHub] flink pull request #3809: [FLINK-5906] [table] Add support to register UDAGG...

2017-05-03 Thread shaoxuan-wang
Github user shaoxuan-wang commented on a diff in the pull request: https://github.com/apache/flink/pull/3809#discussion_r114571910 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/ProjectionTranslator.scala --- @@ -327,4 +332,56 @@ object Projection

[GitHub] flink pull request #3763: [FLINK-6372][scripts] Fix change scala version of ...

2017-05-03 Thread soniclavier
Github user soniclavier closed the pull request at: https://github.com/apache/flink/pull/3763 --- 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-6372) change-scala-version.sh does not change version for flink-gelly-examples

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995011#comment-15995011 ] ASF GitHub Bot commented on FLINK-6372: --- Github user soniclavier closed the pull req

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995008#comment-15995008 ] ASF GitHub Bot commented on FLINK-6364: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114565991 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java --- @@ -769,9 +769,10 @@ public OperatorStateBacke

[jira] [Commented] (FLINK-6364) Implement incremental checkpointing in RocksDBStateBackend

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995007#comment-15995007 ] ASF GitHub Bot commented on FLINK-6364: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3801: [FLINK-6364] [checkpoints] Implement incremental c...

2017-05-03 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3801#discussion_r114565968 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBKeyedStateHandle.java --- @@ -0,0 +1,20

[jira] [Commented] (FLINK-5974) Support Mesos DNS

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995000#comment-15995000 ] ASF GitHub Bot commented on FLINK-5974: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #3692: FLINK-5974 Added configurations to support mesos-dns host...

2017-05-03 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3692 Why do we actually make `TaskManager` hostname configurable via `mesos.resourcemanager.tasks.hostname`? Isn't the mesos-dns hostname already uniquely defined by the `TaskID` and the framework na

[GitHub] flink issue #3802: Add Evenly Graph Generator to Flink Gelly

2017-05-03 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/3802 What makes this graph 'evenly'? See `org.apache.flink.graph.drivers.input.CompleteGraph` for creating an input for `Runner` (the default class executed when doing a `/bin/flink run` on the flink-g

[jira] [Assigned] (FLINK-6438) Expand docs home page a little

2017-05-03 Thread David Anderson (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Anderson reassigned FLINK-6438: - Assignee: David Anderson > Expand docs home page a little > -

[jira] [Created] (FLINK-6438) Expand docs home page a little

2017-05-03 Thread David Anderson (JIRA)
David Anderson created FLINK-6438: - Summary: Expand docs home page a little Key: FLINK-6438 URL: https://issues.apache.org/jira/browse/FLINK-6438 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-5969) Add savepoint backwards compatibility tests from 1.2 to 1.3

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994987#comment-15994987 ] ASF GitHub Bot commented on FLINK-5969: --- Github user aljoscha commented on the issue

[GitHub] flink issue #3778: [FLINK-5969] Add savepoint backwards compatibility tests ...

2017-05-03 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/3778 @zentol Thanks for reviewing! 😃 I merged this also on master, so that we have backwards compatibility tests from 1.2 to the current master, which was the reason for this whole exercise.

[jira] [Closed] (FLINK-5969) Add savepoint backwards compatibility tests from 1.2 to 1.3

2017-05-03 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed FLINK-5969. --- Resolution: Fixed Fix Version/s: 1.2.2 Implemented on release-1.2 in: - 852a710b4d91bd

[jira] [Commented] (FLINK-5969) Add savepoint backwards compatibility tests from 1.2 to 1.3

2017-05-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994974#comment-15994974 ] ASF GitHub Bot commented on FLINK-5969: --- Github user aljoscha commented on the issue

  1   2   3   4   >