Docker PID 1

2017-04-10 Thread Kathleen Sharp
Hi, I was playing about with flink using the docker images provided, however I noticed that the entry point is a bash script. There is a problem in using bash as the PID1 process in a docker container as docker sends SIGTERM, but bash doesn't send this to its child processes. This means for exam

Re: Flink + Druid example?

2017-04-10 Thread dromitlabs
Thank you for the information, I'll have a look. > On Apr 10, 2017, at 06:02, Steven Le Roux wrote: > > Hi, > > I'm head of @OvhMetrics which is a Cloud scaled managed time series platform > targetting IoT and Monitoring. > > We're also using @warp10io components with some glue and optimisati

Re: Latest stable release binaries - broken links?

2017-04-10 Thread Miguel Coimbra
Yes, it seems it was really just a mistake on my part. The link ending in ".tgz" made me think the archives were wrong. Thanks and sorry for the false alarm. Miguel E. Coimbra Email: miguel.e.coim...@gmail.com Skype: miguel.e.coimbra On 10 April 2017 at 14:39, Adam Shannon wrote: > The set of

Re: Latest stable release binaries - broken links?

2017-04-10 Thread Adam Shannon
The set of 4 pages you linked load the list of mirrors to download from. On Mon, Apr 10, 2017 at 6:50 AM, Miguel Coimbra wrote: > Hello, > > Perhaps just a mistake on my part, but at http://flink.apache.org/ > downloads.html#binaries for the 1.2.0 binaries, all the download links > seem to be br

Re: Connector for REST End Point

2017-04-10 Thread Archit Mittal
Hi I wanted to know the pros and cons of both approaches and if there would be some better approaches for the same. Thanks for the info regarding the approaches. From your input as it has to be fault tolerant with checkpointing i think adding my own kafka in between would be better. Thanks Archit

Re: Connector for REST End Point

2017-04-10 Thread Chesnay Schepler
Hello, In general it should be possible for you to write a source that directly works with your REST API. The SourceFunction interface is simple enough that you can do pretty much anything, which makes me curious as to what makes you wonder whether it is possible. Have you tried implementing

Latest stable release binaries - broken links?

2017-04-10 Thread Miguel Coimbra
Hello, Perhaps just a mistake on my part, but at http://flink.apache.org/downloads.html#binaries for the 1.2.0 binaries, all the download links seem to be broken: http://www.apache.org/dyn/closer.lua/flink/flink-1.2.0/flink-1.2.0-bin-hadoop2-scala_2.10.tgz http://www.apache.org/dyn/closer.lua/fli

Re: Flink + Druid example?

2017-04-10 Thread Steven Le Roux
Hi, I'm head of @OvhMetrics which is a Cloud scaled managed time series platform targetting IoT and Monitoring. We're also using @warp10io components with some glue and optimisations. The storage layer is based on Apache HBase which is to me an ideal compromise between storage efficiency (bytes p

Re: Flink + Druid example?

2017-04-10 Thread Alexis Gendronneau
hi, Did you know http://www.warp10.io/ ? It's a geotimeserie database. As far as i know this techno can handle 100k+ points per node ingestion, and its query language is powerful. I already tried it to process timeseries correlation. I'm pretty sure you wont be disappionted by it. Regards, 2017

Re: Connector for REST End Point

2017-04-10 Thread Archit Mittal
Hi Any suggestions regarding this. Thanks Archit On Thu, Apr 6, 2017 at 2:52 PM, Archit Mittal wrote: > Hi Chesnay > > I have a REST Api that listens to events that come through Kafka but i > dont have access to that Kafka . Can I write a connector that consumes > events through the REST end p