Re: Do I need to install Cassandra node on Spark Master node to work with Cassandra?

2016-05-04 Thread Yogesh Mahajan
You can have a Spark master where Cassandra is not running locally. I have tried this before. Spark cluster and Cassandra cluster could be on two different hosts, but to colocate, you can have both the executor and Cassandra node on same host. Thanks, http://www.snappydata.io/blog

Do I need to install Cassandra node on Spark Master node to work with Cassandra?

2016-05-04 Thread Vinayak Agrawal
Hi All, I am working with a Cassandra cluster and moving towards installing Spark. However, I came across this Stackoverflow question which has confused me. http://stackoverflow.com/questions/33897586/apache-spark-driver-instead-of-just-the-executors-tries-to-connect-to-cassand Question: Do I