Re: Spark on cassandra

2015-11-13 Thread Ravi
I did join on single big table and it's working fine using code you showed below. Can we do table join on non partition key? Or not a primary key column ? Thanks, Ravi On Thu, Nov 12, 2015 at 5:41 AM DuyHai Doan wrote: > Hello Prem > > I believe it's better to ask your question on the ML of t

Re: Spark on cassandra

2015-11-12 Thread DuyHai Doan
Hello Prem I believe it's better to ask your question on the ML of the Spark Cassandra connector: http://groups.google.com/a/lists.datastax.com/forum/#!forum/spark-connector-user Second "we need to join multiple table from multiple keyspaces. How can we do that?", the response is given in your ex