[jira] [Updated] (FLINK-5021) Makes the ContinuousFileReaderOperator rescalable.

2016-11-05 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas updated FLINK-5021: -- Summary: Makes the ContinuousFileReaderOperator rescalable. (was: Make the ContinuousFileReader

[jira] [Commented] (FLINK-3873) Add a Kafka TableSink with Avro serialization

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

[GitHub] flink pull request #2762: [FLINK-3873] Implement Kafka TableSink with Avro s...

2016-11-05 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2762 [FLINK-3873] Implement Kafka TableSink with Avro serialization Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.

[jira] [Commented] (FLINK-4896) PageRank algorithm for directed graphs

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

[GitHub] flink issue #2733: [FLINK-4896] [gelly] PageRank algorithm for directed grap...

2016-11-05 Thread vasia
Github user vasia commented on the issue: https://github.com/apache/flink/pull/2733 Hi @greghogan, thanks for this PR. Do you have any idea how this implementation compares with the existing ones? I'm curious since it uses a bulk iteration and the existing ones are using delta ite

[jira] [Commented] (FLINK-4970) Parameterize vertex value for SSSP

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

[GitHub] flink issue #2730: [FLINK-4970] [gelly] Parameterize vertex value for SSSP

2016-11-05 Thread vasia
Github user vasia commented on the issue: https://github.com/apache/flink/pull/2730 Thanks for the PR @greghogan. Changes look good. Just make sure to also update the docs before merging. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (FLINK-3551) Sync Scala and Java Streaming Examples

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

[GitHub] flink pull request #2761: [FLINK-3551] [examples] Sync Scala Streaiming Exam...

2016-11-05 Thread ch33hau
GitHub user ch33hau opened a pull request: https://github.com/apache/flink/pull/2761 [FLINK-3551] [examples] Sync Scala Streaiming Examples Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If you

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

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

[GitHub] flink pull request #2758: [FLINK-4260] Support specifying ESCAPE character i...

2016-11-05 Thread miaoever
Github user miaoever commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r86664382 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/util/CollectionDataSets.java --- @@ -54,6 +51,18 @@ */ public class Co

[jira] [Commented] (FLINK-5014) RocksDBStateBackend misses good toString

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

[GitHub] flink pull request #2760: [FLINK-5014] [RocksDB backend] add toString for Ro...

2016-11-05 Thread melentye
GitHub user melentye opened a pull request: https://github.com/apache/flink/pull/2760 [FLINK-5014] [RocksDB backend] add toString for RocksDBStateBackend Adding toString() for RocksDBStateBackend. Example output 1: > RocksDB State Backend {isInitialized=false, confi

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

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

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

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

[GitHub] flink pull request #2758: [FLINK-4260] Support specifying ESCAPE character i...

2016-11-05 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r86661415 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/batch/sql/SqlITCase.java --- @@ -118,4 +119,39 @@ public void testJoin() throws

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

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

[GitHub] flink pull request #2758: [FLINK-4260] Support specifying ESCAPE character i...

2016-11-05 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r86661449 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/batch/sql/SqlITCase.java --- @@ -118,4 +119,39 @@ public void testJoin() throws

[GitHub] flink pull request #2758: [FLINK-4260] Support specifying ESCAPE character i...

2016-11-05 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r86661440 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/batch/sql/SqlITCase.java --- @@ -118,4 +119,39 @@ public void testJoin() throws

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

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

[GitHub] flink pull request #2758: [FLINK-4260] Support specifying ESCAPE character i...

2016-11-05 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2758#discussion_r86661487 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/util/CollectionDataSets.java --- @@ -54,6 +51,18 @@ */ public class Col