[jira] [Commented] (FLINK-2908) Web interface redraw web plan when browser resized

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

[jira] [Updated] (FLINK-5541) Missing null check for localJar in FlinkSubmitter#submitTopology()

2017-02-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-5541: -- Description: {code} if (localJar == null) { try { for (final URL url :

[jira] [Closed] (FLINK-2908) Web interface redraw web plan when browser resized

2017-02-14 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-2908. - Resolution: Implemented Implemented in d88c938cf04cd438db0f084bd670894d2eadcff2 > Web interface redraw

[jira] [Commented] (FLINK-5773) Cannot cast scala.util.Failure to org.apache.flink.runtime.messages.Acknowledge

2017-02-14 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866933#comment-15866933 ] Till Rohrmann commented on FLINK-5773: -- I think the problem is that we use the wrong {{Failure}}

[jira] [Assigned] (FLINK-5773) Cannot cast scala.util.Failure to org.apache.flink.runtime.messages.Acknowledge

2017-02-14 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-5773: Assignee: Till Rohrmann > Cannot cast scala.util.Failure to >

[jira] [Updated] (FLINK-5801) Queryable State from Scala job/client fails with key of type Long

2017-02-14 Thread Patrick Lucas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Lucas updated FLINK-5801: - Attachment: OrderFulfillmentStateQuery.scala OrderFulfillment.scala > Queryable

[jira] [Created] (FLINK-5801) Queryable State from Scala job/client fails with key of type Long

2017-02-14 Thread Patrick Lucas (JIRA)
Patrick Lucas created FLINK-5801: Summary: Queryable State from Scala job/client fails with key of type Long Key: FLINK-5801 URL: https://issues.apache.org/jira/browse/FLINK-5801 Project: Flink

[jira] [Comment Edited] (FLINK-5588) Add a unit scaler based on different norms

2017-02-14 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866685#comment-15866685 ] Stavros Kontopoulos edited comment on FLINK-5588 at 2/14/17 11:55 PM: --

[GitHub] flink issue #3313: [FLINK-5588][ml] add a data normalizer to ml library

2017-02-14 Thread skonto
Github user skonto commented on the issue: https://github.com/apache/flink/pull/3313 @thvasilo @tillrohrmann pls review. --- 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

[jira] [Comment Edited] (FLINK-5588) Add a unit scaler based on different norms

2017-02-14 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866685#comment-15866685 ] Stavros Kontopoulos edited comment on FLINK-5588 at 2/14/17 10:15 PM: --

[jira] [Comment Edited] (FLINK-5588) Add a unit scaler based on different norms

2017-02-14 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866685#comment-15866685 ] Stavros Kontopoulos edited comment on FLINK-5588 at 2/14/17 10:17 PM: --

[jira] [Comment Edited] (FLINK-5588) Add a unit scaler based on different norms

2017-02-14 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866685#comment-15866685 ] Stavros Kontopoulos edited comment on FLINK-5588 at 2/14/17 11:41 PM: --

[jira] [Commented] (FLINK-5798) Let the RPCService provide a ScheduledExecutorService

2017-02-14 Thread Zhijiang Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867116#comment-15867116 ] Zhijiang Wang commented on FLINK-5798: -- That is good, and the heartbeat manager component can reuse

[jira] [Comment Edited] (FLINK-5799) Let RpcService.scheduleRunnable return ScheduledFuture

2017-02-14 Thread Zhijiang Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867126#comment-15867126 ] Zhijiang Wang edited comment on FLINK-5799 at 2/15/17 2:56 AM: --- This fix is

[GitHub] flink issue #3305: [FLINK-5790][StateBackend] Use list types when ListStateD...

2017-02-14 Thread shixiaogang
Github user shixiaogang commented on the issue: https://github.com/apache/flink/pull/3305 @tillrohrmann Thanks for your review. Sorry for the reformatted code. It seems that my IDE will automatically reformat all the files I've edited. I will revert the reformatted code.

[jira] [Commented] (FLINK-5790) Use list types when ListStateDescriptor extends StateDescriptor

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867155#comment-15867155 ] ASF GitHub Bot commented on FLINK-5790: --- Github user shixiaogang commented on the issue:

[jira] [Commented] (FLINK-5790) Use list types when ListStateDescriptor extends StateDescriptor

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867194#comment-15867194 ] ASF GitHub Bot commented on FLINK-5790: --- Github user shixiaogang commented on the issue:

[GitHub] flink issue #3305: [FLINK-5790][StateBackend] Use list types when ListStateD...

2017-02-14 Thread shixiaogang
Github user shixiaogang commented on the issue: https://github.com/apache/flink/pull/3305 @StephanEwen @tillrohrmann I found a problem that is the packages `ListTypeInfo` and `ListTypeSerializer` locate. Now `ListTypeInfo` is put in package "org.apache.flink.api.java.typeutils" and

[jira] [Closed] (FLINK-5797) incorrect use of port range selector in BootstrapTool

2017-02-14 Thread Yelei Feng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yelei Feng closed FLINK-5797. - Resolution: Not A Bug > incorrect use of port range selector in BootstrapTool >

[jira] [Commented] (FLINK-5567) Introduce and migrate current table statistics to FlinkStatistics

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867089#comment-15867089 ] ASF GitHub Bot commented on FLINK-5567: --- Github user beyond1920 commented on the issue:

[GitHub] flink issue #3197: [FLINK-5567] [Table API & SQL]Introduce and migrate curre...

2017-02-14 Thread beyond1920
Github user beyond1920 commented on the issue: https://github.com/apache/flink/pull/3197 @fhueske , thanks for your review. I already modify code based on your advice and rebase the pr. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Updated] (FLINK-5792) Improve “UDF/UDTF" to support constructor with parameter.

2017-02-14 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-5792: --- Summary: Improve “UDF/UDTF" to support constructor with parameter. (was: Improve “UDF/UDTF" to

[jira] [Updated] (FLINK-5795) Improve “UDTF" to support constructor with parameter.

2017-02-14 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-5795: --- Summary: Improve “UDTF" to support constructor with parameter. (was: Improve “UDTF" to support with

[jira] [Updated] (FLINK-5794) Improve “UDF" to support constructor with parameter.

2017-02-14 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-5794: --- Summary: Improve “UDF" to support constructor with parameter. (was: Improve “UDF" to support with

[jira] [Updated] (FLINK-5376) Misleading log statements in UnorderedStreamElementQueue

2017-02-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-5376: -- Description: The following are two examples where ordered stream element queue is mentioned: {code}

[GitHub] flink issue #3306: [FLINK-5793] [runtime] fix running slot may not be add to...

2017-02-14 Thread shuai-xu
Github user shuai-xu commented on the issue: https://github.com/apache/flink/pull/3306 @StephanEwen done, add unittest. --- 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

[jira] [Commented] (FLINK-5793) Running slot may not be add to AllocatedMap in SlotPool

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867205#comment-15867205 ] ASF GitHub Bot commented on FLINK-5793: --- Github user shuai-xu commented on the issue:

[jira] [Comment Edited] (FLINK-5588) Add a unit scaler based on different norms

2017-02-14 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866685#comment-15866685 ] Stavros Kontopoulos edited comment on FLINK-5588 at 2/15/17 2:09 AM: -

[jira] [Commented] (FLINK-5799) Let RpcService.scheduleRunnable return ScheduledFuture

2017-02-14 Thread Zhijiang Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867126#comment-15867126 ] Zhijiang Wang commented on FLINK-5799: -- This fix is useful and the {{HeartbeatManagerSenderImpl}} can

[jira] [Resolved] (FLINK-5141) Implement Flip6LocalStreamEnvironment to run new mini cluster in flip-6 branch

2017-02-14 Thread Biao Liu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biao Liu resolved FLINK-5141. - Resolution: Fixed > Implement Flip6LocalStreamEnvironment to run new mini cluster in flip-6 branch >

[jira] [Created] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
Zhuoluo Yang created FLINK-5802: --- Summary: Flink SQL calling Hive User-Defined Functions Key: FLINK-5802 URL: https://issues.apache.org/jira/browse/FLINK-5802 Project: Flink Issue Type: New

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Description: It's important to call hive udf in Flink SQL. A great many udfs were written in hive

[jira] [Commented] (FLINK-5219) Add non-grouped session windows for batch tables

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867368#comment-15867368 ] ASF GitHub Bot commented on FLINK-5219: --- Github user sunjincheng121 commented on the issue:

[jira] [Commented] (FLINK-5655) Add event time OVER RANGE BETWEEN x PRECEDING aggregation to SQL

2017-02-14 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867369#comment-15867369 ] Haohui Mai commented on FLINK-5655: --- I'm particularly interested in the part that compiles the sliding

[GitHub] flink issue #3266: [FLINK-5219][TableAPI] Add non-grouped session window...

2017-02-14 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3266 @fhueske thanks for the review. you are right. I need rebase the code and update the PR according your comments. --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867405#comment-15867405 ] ASF GitHub Bot commented on FLINK-4280: --- Github user tzulitai commented on the issue:

[jira] [Created] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-14 Thread sunjincheng (JIRA)
sunjincheng created FLINK-5803: -- Summary: Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL Key: FLINK-5803 URL: https://issues.apache.org/jira/browse/FLINK-5803

[jira] [Created] (FLINK-5804) Add [non-partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-14 Thread sunjincheng (JIRA)
sunjincheng created FLINK-5804: -- Summary: Add [non-partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL Key: FLINK-5804 URL: https://issues.apache.org/jira/browse/FLINK-5804

[GitHub] flink issue #2509: [FLINK-4280][kafka-connector] Explicit start position con...

2017-02-14 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2509 Thanks for the review @rmetzger! The final 2 commits have addressed all your comments. I'll also wait for @kl0u to have a look at the changes in `FlinkKafkaConsumerBaseMigration` before

[jira] [Commented] (FLINK-5570) Support register external catalog to table environment

2017-02-14 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867288#comment-15867288 ] Haohui Mai commented on FLINK-5570: --- We are interested in this feature as well. Just curious about the

[jira] [Updated] (FLINK-5657) Add processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-14 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-5657: --- Issue Type: New Feature (was: Sub-task) Parent: (was: FLINK-4557) > Add processing time

[GitHub] flink pull request #3315: Release 1.2.0 rc3

2017-02-14 Thread 501256092
GitHub user 501256092 opened a pull request: https://github.com/apache/flink/pull/3315 Release 1.2.0 rc3 Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take all of the items

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Labels: features (was: ) > Flink SQL calling Hive User-Defined Functions >

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Component/s: Table API & SQL > Flink SQL calling Hive User-Defined Functions >

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Description: It's important to call hive udf in Flink SQL. A great many udfs were written in hive

[jira] [Commented] (FLINK-5657) Add processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-14 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867362#comment-15867362 ] sunjincheng commented on FLINK-5657: Hi, [~fhueske] When I splitting FLINK-5657 into the partitioned

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Description: It's important to call hive udf in Flink SQL. A great many udfs were written in hive

[jira] [Updated] (FLINK-5802) Flink SQL calling Hive User-Defined Functions

2017-02-14 Thread Zhuoluo Yang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuoluo Yang updated FLINK-5802: Description: It's important to call hive udf in Flink SQL. A great many udfs were written in hive

[jira] [Commented] (FLINK-5690) protobuf is not shaded properly

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

[jira] [Commented] (FLINK-5690) protobuf is not shaded properly

2017-02-14 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865813#comment-15865813 ] Robert Metzger commented on FLINK-5690: --- Merged documentation update to master in

[jira] [Commented] (FLINK-5566) Introduce structure to hold table and column level statistics

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865850#comment-15865850 ] ASF GitHub Bot commented on FLINK-5566: --- Github user fhueske commented on the issue:

[jira] [Commented] (FLINK-5566) Introduce structure to hold table and column level statistics

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

[GitHub] flink issue #3196: [FLINK-5566] [Table API & SQL]Introduce structure to hold...

2017-02-14 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3196 Merged. Thanks @beyond1920! --- 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

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865858#comment-15865858 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865860#comment-15865860 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865856#comment-15865856 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[GitHub] flink pull request #3299: [FLINK-5553] keep the original throwable in Partit...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3299 --- 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-5762) Protect initializeState() and open() by the same lock.

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

[jira] [Commented] (FLINK-5788) Document assumptions about File Systems and persistence

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

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865877#comment-15865877 ] ASF GitHub Bot commented on FLINK-4280: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink pull request #3301: [FLINK-5788] [docs] Improve documentation of FileS...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3301 --- 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 #3291: [FLINK-5762] Protect initializeState() and open() ...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3291 --- 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 #3300: [FLINK-5690][docs] Add note on shading to best pra...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3300 --- 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 #3196: [FLINK-5566] [Table API & SQL]Introduce structure ...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3196 --- 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] [Closed] (FLINK-5566) Introduce structure to hold table and column level statistics

2017-02-14 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5566. Resolution: Fixed Fix Version/s: 1.3.0 Implemented with

[jira] [Created] (FLINK-5796) broken links in the docs

2017-02-14 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-5796: -- Summary: broken links in the docs Key: FLINK-5796 URL: https://issues.apache.org/jira/browse/FLINK-5796 Project: Flink Issue Type: Bug Components:

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101047374 --- Diff: flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBaseMigrationTest.java ---

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101045081 --- Diff: flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java --- @@ -438,6

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865857#comment-15865857 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865859#comment-15865859 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101000341 --- Diff: docs/dev/connectors/kafka.md --- @@ -161,6 +161,46 @@ For convenience, Flink provides the following schemas: The KeyValue objectNode

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101000141 --- Diff: flink-connectors/flink-connector-kafka-0.10/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestEnvironmentImpl.java --- @@

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r100989660 --- Diff: docs/dev/connectors/kafka.md --- @@ -161,6 +161,46 @@ For convenience, Flink provides the following schemas: The KeyValue objectNode

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865863#comment-15865863 ] ASF GitHub Bot commented on FLINK-4280: --- Github user rmetzger commented on a diff in the pull

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101048002 --- Diff: flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBaseMigrationTest.java ---

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101050554 --- Diff: docs/dev/connectors/kafka.md --- @@ -161,6 +161,46 @@ For convenience, Flink provides the following schemas: The KeyValue objectNode

[jira] [Commented] (FLINK-4280) New Flink-specific option to set starting position of Kafka consumer without respecting external offsets in ZK / Broker

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865874#comment-15865874 ] ASF GitHub Bot commented on FLINK-4280: --- Github user tzulitai commented on a diff in the pull

[GitHub] flink pull request #2509: [FLINK-4280][kafka-connector] Explicit start posit...

2017-02-14 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r101050769 --- Diff: docs/dev/connectors/kafka.md --- @@ -161,6 +161,46 @@ For convenience, Flink provides the following schemas: The KeyValue objectNode

[jira] [Commented] (FLINK-5553) Job fails during deployment with IllegalStateException from subpartition request

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

<    1   2   3