Re: Flink-HTM integration

2017-08-27 Thread AndreaKinn
Sure. Firstly I followed the steps showed here to build the project: flink-htm github In my project I want to perform anomaly detection of values in a stream. I have a Kafka broker as source: /DataStream> stream = env

Re: Flink-HTM integration

2017-08-27 Thread Ted Yu
Can you give us some detail on how flink-HTM is integrated in your project ? Cheers On Sun, Aug 27, 2017 at 6:28 AM, AndreaKinn wrote: > I think this is not a good idea, I don't know if it's a bug or a my fault. > I believe I integrated correctly flink-HTM in my project (but I'm not sure, > Fli

Re: Flink-HTM integration

2017-08-27 Thread AndreaKinn
I think this is not a good idea, I don't know if it's a bug or a my fault. I believe I integrated correctly flink-HTM in my project (but I'm not sure, Flink-HTM is still an embryonal phase I think) and simply I can't see any output after the HTM elaboration, even there are no errors on console.

Re: Flink-HTM integration

2017-08-25 Thread Robert Metzger
Hi, maybe creating an issue in the GitHub project will notify the project members? On Thu, Aug 24, 2017 at 5:19 PM, AndreaKinn wrote: > Hi, > Is there here someone who used Flink-HTM library > https://github.com/htm-community/flink-htm > ? > I'm tryi