[GitHub] flink pull request #2367: [FLINK-3703][cep] Add sequence matching semantics ...

2016-08-13 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2367 [FLINK-3703][cep] Add sequence matching semantics to discard matched events Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74698003 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/util/serialization/JsonRowSerializationSchema.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74698018 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/util/serialization/JsonRowSerializationSchema.java

[GitHub] flink issue #2289: [FLINK-3866] StringArraySerializer type should be mutable

2016-08-14 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2289 Hi @rmetzger, Thank you for helping with this! --- 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

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74701625 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/Kafka08JsonTableSink.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74701671 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -590,7 +592,7 @@ class Table( .map(field

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74701669 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/sinks/TableSinkBase.scala --- @@ -0,0 +1,68 @@ +/* + * Licensed to

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-14 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @wuchong @twalthr I've updated the PR according to your review. Could you please review it one more time? --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74704156 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/sinks/TableSinkBase.scala --- @@ -0,0 +1,68 @@ +/* + * Licensed to

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r74705587 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -592,7 +592,7 @@ class Table( .map(field

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-14 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 I removed fieldNames and fieldTypes from the constructor arguments and rely on **configure** method. Because of that I had to add an additional method for create serialization scheme in sub

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-14 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @wuchong Tests passed on most platforms, and failures do not seem to be related to code that added/changed: ``` java.lang.IllegalStateException: cannot create children while

[GitHub] flink pull request #2372: [FLINK-4281] [table] Wrap all Calcite Exceptions i...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2372#discussion_r74723595 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/FlinkPlannerImpl.scala --- @@ -68,12 +68,16 @@ class FlinkPlannerImpl

[GitHub] flink pull request #2372: [FLINK-4281] [table] Wrap all Calcite Exceptions i...

2016-08-14 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2372#discussion_r74723604 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/FlinkPlannerImpl.scala --- @@ -85,23 +89,27 @@ class FlinkPlannerImpl

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-15 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2374 [FLINK-3950] Add Meter Metric Type Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take

[GitHub] flink pull request #2367: [FLINK-3703][cep] Add sequence matching semantics ...

2016-08-15 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2367#discussion_r74837056 --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java --- @@ -26,6 +26,7 @@ import

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-15 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger Thank you for your detailed review. I'll update the PR today or tomorrow. Despite of the fact that this connector will probably moved to Bahir it would make sense to make sure

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-15 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 >> Did you test the code on a cluster? I tested it using the test ActiveMQ server (via an integration test), but I can also test it using an ActiveMQ cluster. >> Were t

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-15 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r74839402 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSource.java --- @@ -0,0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-15 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r74841557 --- Diff: flink-streaming-connectors/flink-connector-activemq/pom.xml --- @@ -0,0 +1,104 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-15 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r74841591 --- Diff: flink-streaming-connectors/flink-connector-activemq/pom.xml --- @@ -0,0 +1,104 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 Hi @zentol Thank you for your prompt review. Sorry, I was not aware that there is Metrics documentation. I'll update the PR today. --- If your project is set up for it, you can rep

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75010826 --- Diff: flink-streaming-connectors/flink-connector-activemq/pom.xml --- @@ -0,0 +1,104 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75010803 --- Diff: flink-streaming-connectors/flink-connector-activemq/pom.xml --- @@ -0,0 +1,104 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75011140 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSink.java --- @@ -0,0 +1,155

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75011407 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSink.java --- @@ -0,0 +1,155

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75011452 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSink.java --- @@ -0,0 +1,155

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75011941 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSource.java --- @@ -0,0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75011880 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSource.java --- @@ -0,0

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-16 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75024557 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSink.java --- @@ -0,0 +1,155

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-16 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger I've updated the PR according to your review. Could you please take another look? --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 @zentol Thank you for reviewing my PR! I'll fix these issues as soon as I can. On the metrics interface. Could you please elaborate why do you think exponentially weighted rate a

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-17 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75091316 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/AMQSource.java --- @@ -0,0

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-17 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger About the "job jar". Could you suggest how to check this? Is there anything I should do except performing "mvn clean install"? --- If your project is set up for

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-17 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger About moving to bahir. Would you (or someone else) merge this into Apache Flink and them move this code with other connectors, or should I create another PR with the AMQ connector for

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-17 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger Thank you for detailed instructions. I'll check this. --- 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

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-17 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 Hi @zentol I've updated the PR according to your suggestions. About the Meter interface I think we can make it more flexible in two ways: * Update Meter to support variable numb

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-18 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r75260223 --- Diff: flink-metrics/flink-metrics-core/src/main/java/org/apache/flink/metrics/util/TestMeter.java --- @@ -0,0 +1,55 @@ +/* + * Licensed to the

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @twalthr @wuchong Could you please review one more time? This PR is blocking another similar PR. The test failure does not seem to have anything to do with the new code. --- If your

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm @zentol @kl0u Could you please give it another 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

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger I performed the check as you described and everything seems to be fine. I also updated the PR according to your suggestions. Is this commit in a good shape to merge it? --- If

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @wuchong I've removed the test as you've suggested since it pretty much duplicates `TableSinkITCase`. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-19 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @twalthr Could you review this one more time? --- 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

[GitHub] flink issue #2289: [FLINK-3866] StringArraySerializer type should be mutable

2016-08-19 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2289 @fhueske Thank you for your review! Could you please merge it? I don't have write permissions. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] flink issue #2367: [FLINK-3703][cep] Add sequence matching semantics to disc...

2016-08-19 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2367 @tillrohrmann Thank you for the very detailed review. I do appreciate it. I agree with your suggestions and I'll try to improve the code and write documentation in the next couple of

[GitHub] flink issue #2367: [FLINK-3703][cep] Add sequence matching semantics to disc...

2016-08-20 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2367 Hi @tillrohrmann I've updated the PR according to your review. I had to add reverse reverse edges to buffer entries and changed the interface of the SharedBuffer a bit to move code from

[GitHub] flink pull request #2396: [FLINK-4395][cep] Eager processing of late arrival...

2016-08-21 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2396 [FLINK-4395][cep] Eager processing of late arrivals in CEP operator Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into

[GitHub] flink pull request #2398: [gelly] Add Vertex.create and Edge.create helper m...

2016-08-21 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2398 [gelly] Add Vertex.create and Edge.create helper methods Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration

[GitHub] flink issue #2398: [gelly] Add Vertex.create and Edge.create helper methods

2016-08-21 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2398 Added helper methods to make Gelly API more concise. Now one can write this: ``` Vertex v = Vertex.create(42); Edge e = Edge.create(5, 6); ``` Instead of this

[GitHub] flink issue #2398: [FLINK-4440][gelly] Add Vertex.create and Edge.create hel...

2016-08-21 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2398 Hi @vasia I've created a JIRA issue for the pull request. What do you think about this change? --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] flink pull request #2314: [FLINK-3298] Implement ActiveMQ streaming connecto...

2016-08-22 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2314#discussion_r75667574 --- Diff: flink-streaming-connectors/flink-connector-activemq/src/main/java/org/apache/flink/streaming/connectors/activemq/internal/AMQExceptionListener.java

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-22 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 > One more thing: Let me know if you don't like to do the migration to Bahir. I understand that this is a bit annoying and our fault. I can also do the migration if you want. @rm

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-22 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger Please open a PR yourself. Sorry for confusing you. Would it make sense to address your comment first though? --- If your project is set up for it, you can reply to this email

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-22 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger Thank you for your help. I'll try to make the change today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-23 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Hi @fhueske. Thank you for your code review. I'll update the PR today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink issue #2289: [FLINK-3866] StringArraySerializer type should be mutable

2016-08-23 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2289 Thank you for your help @fhueske! --- 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

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938408 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/sinks/TableSink.scala --- @@ -41,46 +38,13 @@ trait TableSink[T

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938654 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/Kafka08JsonTableSink.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938617 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -26,6 +26,8 @@ import

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938632 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/Kafka08JsonTableSink.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938748 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/Kafka09JsonTableSink.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938768 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.9/src/main/java/org/apache/flink/streaming/connectors/kafka/Kafka09JsonTableSink.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938899 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.8/src/test/java/org/apache/flink/streaming/connectors/kafka/Kafka08JsonTableSinkTest.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938937 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.9/src/test/java/org/apache/flink/streaming/connectors/kafka/Kafka09JsonTableSinkTest.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938953 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/KafkaTableSink.java --- @@ -0,0

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938972 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/util/serialization/JsonRowSerializationSchema.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75939007 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTableSinkTestBase.java

[GitHub] flink pull request #2244: [FLINK-3874] Add a Kafka TableSink with JSON seria...

2016-08-23 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2244#discussion_r75938989 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/JsonRowSerializationSchemaTest.java

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-23 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Hi @fhueske, I am running `mvn clean verify` locally right now and I hope to update the commit soon. Sorry for confusing you. --- If your project is set up for it, you can reply to this

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-23 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @fhueske I've fixed the PR according to your review. The only thing that I didn't do is reusing `ObjectNode` on every iteration. It caused some weird NPEs during the integration test

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r76053759 --- Diff: docs/apis/metrics.md --- @@ -157,6 +157,55 @@ public class MyMapper extends RichMapFunction { } {% endhighlight %} + Meter

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r76053776 --- Diff: docs/apis/metrics.md --- @@ -157,6 +157,55 @@ public class MyMapper extends RichMapFunction { } {% endhighlight %} + Meter

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 This PR was not reviewed in the last 21 days. Could someone please review it? It should be in a good shape at this stage. --- If your project is set up for it, you can reply to this email and

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm Sorry for reminding you. I just thought that everybody forgot about this PR at some point :) --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 @zentol What do you think about the proposed Meter interface? Should I update my PR accordingly? Do you have other ideas? --- If your project is set up for it, you can reply to this email and

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Thank you for your review @fhueske. I've updated it. Could you please take a look at it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148725 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/DefaultFilterTest.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148802 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/FileInputFormatTest.java --- @@ -314,43 +299,95 @@ public void

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148927 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/GlobFilePathFilterTest.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm Thank you for the review. I've updated PR accordingly. --- 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 doe

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-25 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r76217714 --- Diff: docs/apis/metrics.md --- @@ -157,6 +157,55 @@ public class MyMapper extends RichMapFunction { } {% endhighlight %} + Meter

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 Thank you for explanation @zentol. If we go with 1 minute rate, what do we do with the 5min and 15min rate in the Dropwizard wrapper? Do we return zeros for non-supported rates or would you

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm Thank you for your reviews and for merging this! --- 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

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 0, seems more reasonable to me (sort of no-data). I'll update the PR today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Thank you for helping with this PR @fhueske It's ok, I'll update the PR in an hour or so. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Hey @fhueske I've renamed tests as you suggested. --- 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

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-25 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 @zentol I've updated Meter's interface. Could you give this PR another review? Sorry for the force push, I had to rebase on top of `master` to resolve merge conflict. --- If your

[GitHub] flink pull request #:

2016-08-26 Thread mushketyk
Github user mushketyk commented on the pull request: https://github.com/apache/flink/commit/abb4496781883937a935113c1e33ae1174aafa73#commitcomment-18789946 Hi Stephan. I think you are right. I'll update the testing as soon as possible and create a different PR to ad

[GitHub] flink issue #2361: [FLINK-3318][cep] Add support for quantifiers to CEP's pa...

2016-08-26 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2361 Could someone please take a look at this PR? It has been here without a review for more than 2 weeks. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-26 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm @aljoscha @StephanEwen Thank you for your comments. Seems like this is sorted out :) I'll remove Guava calls today at the evening. --- If your project is set up for it, you can rep

[GitHub] flink pull request #2426: [FLINK-3677] Remove Guava dependency from flink-co...

2016-08-26 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2426 [FLINK-3677] Remove Guava dependency from flink-core Removed Guava dependency from flink-core as discussed here: https://github.com/apache/flink/pull/2109 - [x] General - The pull

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-26 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 Hey @zentol. Thank you for your comments. I've updated the PR. Could you take a look at it again? --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] flink issue #2398: [FLINK-4440][gelly] Add Vertex.create and Edge.create hel...

2016-08-27 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2398 Closing according to discussion in JIRA. --- 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

[GitHub] flink pull request #2398: [FLINK-4440][gelly] Add Vertex.create and Edge.cre...

2016-08-27 Thread mushketyk
Github user mushketyk closed the pull request at: https://github.com/apache/flink/pull/2398 --- 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 #2430: [FLINK-3874] Rewrite Kafka JSON Table sink tests

2016-08-27 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2430 [FLINK-3874] Rewrite Kafka JSON Table sink tests Turned Kafka JSON Table sink tests into unit tests as discussed here: https://issues.apache.org/jira/browse/FLINK-3874 - [x] General

[GitHub] flink pull request #2431: [FLINK-4521] Fix "Submit new Job" panel in develop...

2016-08-28 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/2431 [FLINK-4521] Fix "Submit new Job" panel in development mode Submit panel was completely empty in the development mode. This happened because client-side code sent AJAX requests to a d

[GitHub] flink pull request #2426: [FLINK-3677] Remove Guava dependency from flink-co...

2016-08-29 Thread mushketyk
Github user mushketyk closed the pull request at: https://github.com/apache/flink/pull/2426 --- 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 issue #2426: [FLINK-3677] Remove Guava dependency from flink-core

2016-08-29 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2426 Already merged. Closing. --- 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

[GitHub] flink issue #2426: [FLINK-3677] Remove Guava dependency from flink-core

2016-08-29 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2426 @mxm Sure :) --- 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

[GitHub] flink pull request #2418: [FLINK-4245] JMXReporter exposes all defined varia...

2016-08-30 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2418#discussion_r76802305 --- Diff: flink-metrics/flink-metrics-jmx/src/main/java/org/apache/flink/metrics/jmx/JMXReporter.java --- @@ -143,23 +144,27 @@ public int getPort

  1   2   3   4   5   6   >