RE: Lambda architecture using Apache Spark

2015-05-08 Thread Mohammed Guller
Why are you not using Cassandra for storing the pre-computed views? Mohammed -Original Message- From: rafac [mailto:rafaelme...@hotmail.com] Sent: Friday, May 8, 2015 1:48 PM To: user@spark.apache.org Subject: Lambda architecture using Apache Spark I am implementing the lambda

Lambda architecture using Apache Spark

2015-05-08 Thread rafac
I am implementing the lambda architecture using apache spark for both streaming and batch processing. For real time queries i´m using spark streaming with cassandra and for batch queries i am using spark sql and spark mlib. The problem i ´m facing now is: i need to implemente one serving layer