[GitHub] flink pull request #3280: [Flink-5724] Error in documentation zipping elemen...

2017-02-06 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/3280 [Flink-5724] Error in documentation zipping elements Because the Scala tab is defined twice, it is not possible to open the Python tab. Please look at the documentation page itself

[GitHub] flink pull request #:

2017-01-26 Thread Fokko
Github user Fokko commented on the pull request: https://github.com/apache/flink/commit/32e1675aa38eec4a15272d62977dfe3ddbe92401#commitcomment-20632930 Did not know this, thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink issue #3077: [FLINK-5423] Implement Stochastic Outlier Selection

2017-01-19 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3077 @tillrohrmann I've added documentation about the algorithm. Can you check? Cheers, Fokko --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink issue #3081: [FLINK-5426] Clean up the Flink Machine Learning library

2017-01-15 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3081 I've rebased both branches with master. --- 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 issue #3081: [FLINK-5426] Clean up the Flink Machine Learning library

2017-01-15 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3081 Hi @tillrohrmann, did you find any time to check #3077 and this PR? --- 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

[GitHub] flink issue #3077: [FLINK-5423] Implement Stochastic Outlier Selection

2017-01-16 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3077 Thanks @tillrohrmann, excellent idea regarding the documentation. I'll also process the code comments, good feedback. Somewhere today or tomorrow I will fix this. Cheers, Fokko --- If your

[GitHub] flink pull request #3077: [FLINK-5423] Implement Stochastic Outlier Selectio...

2017-01-16 Thread Fokko
Github user Fokko commented on a diff in the pull request: https://github.com/apache/flink/pull/3077#discussion_r96290195 --- Diff: flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/outlier/StochasticOutlierSelection.scala --- @@ -0,0 +1,367 @@ +/* + * Licensed

[GitHub] flink pull request #3077: [FLINK-5423] Implement Stochastic Outlier Selectio...

2017-01-16 Thread Fokko
Github user Fokko commented on a diff in the pull request: https://github.com/apache/flink/pull/3077#discussion_r96290218 --- Diff: flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/outlier/StochasticOutlierSelection.scala --- @@ -0,0 +1,367 @@ +/* + * Licensed

[GitHub] flink pull request #3077: [FLINK-5423] Implement Stochastic Outlier Selectio...

2017-01-16 Thread Fokko
Github user Fokko commented on a diff in the pull request: https://github.com/apache/flink/pull/3077#discussion_r96290365 --- Diff: flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/outlier/StochasticOutlierSelection.scala --- @@ -0,0 +1,367 @@ +/* + * Licensed

[GitHub] flink pull request #3052: Swap the pattern matching order

2017-01-06 Thread Fokko
Github user Fokko closed the pull request at: https://github.com/apache/flink/pull/3052 --- 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

[GitHub] flink issue #3052: Swap the pattern matching order

2017-01-06 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3052 Alright, just rebased with master. Looks like that the Travis is working again, good job! Cheers! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink issue #2442: [FLINK-4148] incorrect calculation minDist distance in Qu...

2017-01-06 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/2442 Looks good, please merge. Should have been fixed long ago :-) --- 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

[GitHub] flink pull request #3048: Clarified the import path of the Breeze DenseVecto...

2017-01-06 Thread Fokko
Github user Fokko closed the pull request at: https://github.com/apache/flink/pull/3048 --- 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

[GitHub] flink pull request #3081: [FLINK-5426] Clean up the Flink Machine Learning l...

2017-01-07 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/3081 [FLINK-5426] Clean up the Flink Machine Learning library Hi guys, I would like to contribute to the Flink ML library. I took the liberty to clean up some of the code and improve the scaladoc

[GitHub] flink issue #3081: [FLINK-5426] Clean up the Flink Machine Learning library

2017-01-08 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3081 I think we have some flakey tests, since it passes on my own travis: https://travis-ci.org/Fokko/flink/builds/189855914 --- If your project is set up for it, you can reply to this email and have

[GitHub] flink issue #3081: [FLINK-5426] Clean up the Flink Machine Learning library

2017-01-08 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3081 I think we have some flakey tests, since it passes on my own travis: https://travis-ci.org/Fokko/flink/builds/189854940 --- If your project is set up for it, you can reply to this email and have

[GitHub] flink issue #3077: [FLINK-5423] Implement Stochastic Outlier Selection

2017-01-08 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3077 I think we have some flakey tests, since it passes on my own travis: https://travis-ci.org/Fokko/flink/builds/189855914 --- If your project is set up for it, you can reply to this email and have

[GitHub] flink pull request #3052: Swap the pattern matching order

2016-12-29 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/3052 Swap the pattern matching order Swap the pattern matching order, because `EuclideanDistanceMetric extends SquaredEuclideanDistanceMetric extends DistanceMetric`, otherwise the EuclideanDistance

[GitHub] flink pull request #3077: [FLINK-5423] Implement Stochastic Outlier Selectio...

2017-01-06 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/3077 [FLINK-5423] Implement Stochastic Outlier Selection Implemented the Stochastic Outlier Selection algorithm in the Machine Learning library, including the test code. Added documentation

[GitHub] flink issue #3048: Clarified the import path of the Breeze DenseVector

2016-12-27 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/3048 Locally the tests just pass. Looking at the error logs, it doesn't have to do with the changes in the PR, for example: ``` java.io.FileNotFoundException: build-target/lib/flink-dist-*.jar

[GitHub] flink pull request #3048: Clarified the import path of the Breeze DenseVecto...

2016-12-27 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/3048 Clarified the import path of the Breeze DenseVector Guys, I'm working on an extension of the ml library on Flink, but I stumbled upon this. Since it is such a trivial fix, I didn't created

[GitHub] flink issue #4072: [FLINK-6848] Update managed state docs

2017-06-07 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/4072 Hi @tzulitai, I fully agree. Give me some time to work on the other Scala examples, I need to make sure that they are working properly. I'll wrap it up this week. I'll update the commit

[GitHub] flink pull request #4072: [FLINK-6848] Update managed state docs

2017-06-04 Thread Fokko
GitHub user Fokko opened a pull request: https://github.com/apache/flink/pull/4072 [FLINK-6848] Update managed state docs Hi guys, I would like to add an example of how to work with managed state in Scala. The code is tested locally and might be a nice addition to the docs

[GitHub] flink issue #4072: [FLINK-6848] Update managed state docs

2017-06-09 Thread Fokko
Github user Fokko commented on the issue: https://github.com/apache/flink/pull/4072 Hi @tzulitai, I've added some more Scala examples. If you are still missing something, please let me know. Kind regards, Fokko --- If your project is set up for it, you can reply

[jira] [Created] (FLINK-5724) Error in the 'Zipping Elements' docs

2017-02-06 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-5724: --- Summary: Error in the 'Zipping Elements' docs Key: FLINK-5724 URL: https://issues.apache.org/jira/browse/FLINK-5724 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-5426) Clean up the Flink Machine Learning library

2017-01-07 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-5426: --- Summary: Clean up the Flink Machine Learning library Key: FLINK-5426 URL: https://issues.apache.org/jira/browse/FLINK-5426 Project: Flink Issue Type

[jira] [Created] (FLINK-5423) Implement Stochastic Outlier Selection

2017-01-06 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-5423: --- Summary: Implement Stochastic Outlier Selection Key: FLINK-5423 URL: https://issues.apache.org/jira/browse/FLINK-5423 Project: Flink Issue Type

[jira] [Created] (FLINK-6848) Extend the managed state docs with a Scala example

2017-06-04 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-6848: --- Summary: Extend the managed state docs with a Scala example Key: FLINK-6848 URL: https://issues.apache.org/jira/browse/FLINK-6848 Project: Flink Issue

[jira] [Created] (FLINK-11347) Optimize the ParquetAvroWriters factory

2019-01-16 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11347: Summary: Optimize the ParquetAvroWriters factory Key: FLINK-11347 URL: https://issues.apache.org/jira/browse/FLINK-11347 Project: Flink Issue Type

[jira] [Created] (FLINK-11371) Close the AvroParquetReader after use

2019-01-16 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11371: Summary: Close the AvroParquetReader after use Key: FLINK-11371 URL: https://issues.apache.org/jira/browse/FLINK-11371 Project: Flink Issue Type

[jira] [Created] (FLINK-11322) Use try-with-resource for FlinkKafkaConsumer010

2019-01-14 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11322: Summary: Use try-with-resource for FlinkKafkaConsumer010 Key: FLINK-11322 URL: https://issues.apache.org/jira/browse/FLINK-11322 Project: Flink

[jira] [Created] (FLINK-11321) Clarify the NPE on fetching an nonexistent Kafka topic

2019-01-14 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11321: Summary: Clarify the NPE on fetching an nonexistent Kafka topic Key: FLINK-11321 URL: https://issues.apache.org/jira/browse/FLINK-11321 Project: Flink

[jira] [Created] (FLINK-11339) Bump exec-maven-plugin from 1.5.0 to 1.6.0

2019-01-15 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11339: Summary: Bump exec-maven-plugin from 1.5.0 to 1.6.0 Key: FLINK-11339 URL: https://issues.apache.org/jira/browse/FLINK-11339 Project: Flink Issue

[jira] [Created] (FLINK-11338) Bump maven-enforcer-plugin from 3.0.0-M1 to 3.0.0-M2

2019-01-15 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11338: Summary: Bump maven-enforcer-plugin from 3.0.0-M1 to 3.0.0-M2 Key: FLINK-11338 URL: https://issues.apache.org/jira/browse/FLINK-11338 Project: Flink

[jira] [Created] (FLINK-11340) Bump commons-configuration from 1.7 to 1.10

2019-01-15 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11340: Summary: Bump commons-configuration from 1.7 to 1.10 Key: FLINK-11340 URL: https://issues.apache.org/jira/browse/FLINK-11340 Project: Flink Issue

[jira] [Created] (FLINK-11401) Allow compression on ParquetBulkWriter

2019-01-21 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11401: Summary: Allow compression on ParquetBulkWriter Key: FLINK-11401 URL: https://issues.apache.org/jira/browse/FLINK-11401 Project: Flink Issue Type

[jira] [Commented] (FLINK-11401) Allow compression on ParquetBulkWriter

2019-01-23 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16749744#comment-16749744 ] Fokko Driesprong commented on FLINK-11401: -- Thanks for the comment [~StephanEwen

[jira] [Created] (FLINK-11265) Invalid reference to AvroSinkWriter in example AvroKeyValueSinkWriter

2019-01-04 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11265: Summary: Invalid reference to AvroSinkWriter in example AvroKeyValueSinkWriter Key: FLINK-11265 URL: https://issues.apache.org/jira/browse/FLINK-11265

[jira] [Created] (FLINK-11258) Add badge to the README

2019-01-03 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11258: Summary: Add badge to the README Key: FLINK-11258 URL: https://issues.apache.org/jira/browse/FLINK-11258 Project: Flink Issue Type: Improvement

[jira] [Updated] (FLINK-11260) Bump Janino compiler dependency

2019-01-03 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11260: - Description: Bump the Janino depdency: http://janino-compiler.github.io/janino

[jira] [Updated] (FLINK-11260) Bump Janino compiler dependency

2019-01-03 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11260: - Description: Bump the Janino dependency: http://janino-compiler.github.io/janino

[jira] [Created] (FLINK-11262) Bump jython-standalone to 2.7.1

2019-01-03 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11262: Summary: Bump jython-standalone to 2.7.1 Key: FLINK-11262 URL: https://issues.apache.org/jira/browse/FLINK-11262 Project: Flink Issue Type

[jira] [Created] (FLINK-11259) Bump Zookeeper dependency to 3.4.13

2019-01-03 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11259: Summary: Bump Zookeeper dependency to 3.4.13 Key: FLINK-11259 URL: https://issues.apache.org/jira/browse/FLINK-11259 Project: Flink Issue Type

[jira] [Created] (FLINK-11260) Bump Janino compiler dependency

2019-01-03 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11260: Summary: Bump Janino compiler dependency Key: FLINK-11260 URL: https://issues.apache.org/jira/browse/FLINK-11260 Project: Flink Issue Type

[jira] [Created] (FLINK-11306) Bump derby from 10.10.1.1 to 10.14.2.0

2019-01-11 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11306: Summary: Bump derby from 10.10.1.1 to 10.14.2.0 Key: FLINK-11306 URL: https://issues.apache.org/jira/browse/FLINK-11306 Project: Flink Issue Type

[jira] [Created] (FLINK-11992) Update Apache Parquet 1.10.1

2019-03-21 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11992: Summary: Update Apache Parquet 1.10.1 Key: FLINK-11992 URL: https://issues.apache.org/jira/browse/FLINK-11992 Project: Flink Issue Type: Bug

[jira] [Comment Edited] (FLINK-11378) Allow HadoopRecoverableWriter to write to Hadoop compatible Filesystems

2019-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785587#comment-16785587 ] Fokko Driesprong edited comment on FLINK-11378 at 3/6/19 12:55 PM

[jira] [Commented] (FLINK-11378) Allow HadoopRecoverableWriter to write to Hadoop compatible Filesystems

2019-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785587#comment-16785587 ] Fokko Driesprong commented on FLINK-11378: -- FLINK-11378 should supersede this ticket. > Al

[jira] [Created] (FLINK-11838) Create RecoverableWriter for GCS

2019-03-06 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11838: Summary: Create RecoverableWriter for GCS Key: FLINK-11838 URL: https://issues.apache.org/jira/browse/FLINK-11838 Project: Flink Issue Type

[jira] [Updated] (FLINK-11883) Harmonize the version of maven-shade-plugin

2019-03-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11883: - Summary: Harmonize the version of maven-shade-plugin (was: Harmonize the versions

[jira] [Updated] (FLINK-11883) Harmonize the version of maven-shade-plugin

2019-03-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11883: - Affects Version/s: 1.7.2 > Harmonize the version of maven-shade-plu

[jira] [Updated] (FLINK-11883) Harmonize the version of maven-shade-plugin

2019-03-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11883: - Component/s: Build System > Harmonize the version of maven-shade-plu

[jira] [Created] (FLINK-11883) Harmonize the versions of the

2019-03-12 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11883: Summary: Harmonize the versions of the Key: FLINK-11883 URL: https://issues.apache.org/jira/browse/FLINK-11883 Project: Flink Issue Type: Bug

[jira] [Assigned] (FLINK-11883) Harmonize the version of maven-shade-plugin

2019-03-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned FLINK-11883: Assignee: Fokko Driesprong > Harmonize the version of maven-shade-plu

[jira] [Updated] (FLINK-11911) KafkaTopicPartition is not a valid POJO

2019-03-13 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-11911: - Affects Version/s: (was: 1.7.2) 1.8.0 > KafkaTopicPartit

[jira] [Created] (FLINK-11911) KafkaTopicPartition is not a valid POJO

2019-03-13 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-11911: Summary: KafkaTopicPartition is not a valid POJO Key: FLINK-11911 URL: https://issues.apache.org/jira/browse/FLINK-11911 Project: Flink Issue Type

[jira] [Closed] (FLINK-11883) Harmonize the version of maven-shade-plugin

2019-03-13 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong closed FLINK-11883. Resolution: Won't Fix > Harmonize the version of maven-shade-plu

[jira] [Closed] (FLINK-11992) Update Apache Parquet 1.10.1

2019-03-22 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong closed FLINK-11992. Resolution: Won't Fix > Update Apache Parquet 1.1

[jira] [Updated] (FLINK-12250) Rewrite assembleNewPartPath to let it return a new PartPath

2019-04-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-12250: - Description: While debugging some code, I've noticed assembleNewPartPath does

[jira] [Created] (FLINK-12250) Rewrite assembleNewPartPath to let it return a new PartPath

2019-04-18 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-12250: Summary: Rewrite assembleNewPartPath to let it return a new PartPath Key: FLINK-12250 URL: https://issues.apache.org/jira/browse/FLINK-12250 Project: Flink

[jira] [Created] (FLINK-12338) Update Apache Avro test to use try-with-resources

2019-04-26 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-12338: Summary: Update Apache Avro test to use try-with-resources Key: FLINK-12338 URL: https://issues.apache.org/jira/browse/FLINK-12338 Project: Flink

[jira] [Commented] (FLINK-12330) Add integrated Tox for ensuring compatibility with the python2/3 version

2019-04-25 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825818#comment-16825818 ] Fokko Driesprong commented on FLINK-12330: -- Python2 is EOL end this year. Many projects

[jira] [Created] (FLINK-12225) Simplify the interface of the PartFileWriter

2019-04-17 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created FLINK-12225: Summary: Simplify the interface of the PartFileWriter Key: FLINK-12225 URL: https://issues.apache.org/jira/browse/FLINK-12225 Project: Flink Issue

[jira] [Assigned] (FLINK-12225) Simplify the interface of the PartFileWriter

2019-04-17 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-12225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned FLINK-12225: Assignee: Fokko Driesprong > Simplify the interface of the PartFileWri

[jira] [Commented] (FLINK-12330) Add integrated Tox for ensuring compatibility with the python2/3 version

2019-04-26 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826702#comment-16826702 ] Fokko Driesprong commented on FLINK-12330: -- My personal preference is using Docker

[jira] [Created] (FLINK-13796) Remove unused variable

2019-08-20 Thread Fokko Driesprong (Jira)
Fokko Driesprong created FLINK-13796: Summary: Remove unused variable Key: FLINK-13796 URL: https://issues.apache.org/jira/browse/FLINK-13796 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-13797) Add missing format argument

2019-08-20 Thread Fokko Driesprong (Jira)
Fokko Driesprong created FLINK-13797: Summary: Add missing format argument Key: FLINK-13797 URL: https://issues.apache.org/jira/browse/FLINK-13797 Project: Flink Issue Type: Task

[jira] [Updated] (FLINK-9749) Rework Bucketing Sink

2020-02-19 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated FLINK-9749: Description: The BucketingSink has a series of deficits at the moment. Due to the long