Re: Docker/Mesos with Spark

2016-01-19 Thread Nagaraj Chandrashekar
Hi John, I recently deployed Redis instances using Kubernetes framework on Apache Mesos. Kubernetes uses POD concept and you can run your requirements (Redis/Spark) as a docker container and also adds up some of the HA concepts to the instances. Cheers Nagaraj C From: Darren Govoni

Re: Spark Streaming on mesos

2015-11-27 Thread Nagaraj Chandrashekar
Hi Renjie, I have not setup Spark Streaming on Mesos but there is something called reservations in Mesos. It supports both Static and Dynamic reservations. Both types of reservations must have role defined. You may want to explore these options. Excerpts from the Apache Mesos

Re: Support of other languages?

2015-09-08 Thread Nagaraj Chandrashekar
Hi Rahul, I may not have the answer for what you are looking for but my thoughts are given below. I have worked with HP Vertica and R VIA UDF¹s (User Defined Functions). I don¹t have any experience with Spark R till now. I would expect it might follow the similar route. UDF functions