Re: Spark SQL on Cassandra

2014-10-31 Thread Helena Edelson
age in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-on-Cassandra-tp17812.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: us

Spark SQL on Cassandra

2014-10-31 Thread cis
spark-user-list.1001560.n3.nabble.com/Spark-SQL-on-Cassandra-tp17812.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional comman

Re: Spark SQL on Cassandra

2014-09-08 Thread Michael Armbrust
.registerAsTable("objects") > > At step (2) I have to explicitly do a "toArray" because jsonRDD takes in a > RDD[String]. For me calling "toArray" on cassandra rdd takes forever as > have > million records in cassandra . Is there a better way of doing thi

Spark SQL on Cassandra

2014-09-08 Thread gtinside
because jsonRDD takes in a RDD[String]. For me calling "toArray" on cassandra rdd takes forever as have million records in cassandra . Is there a better way of doing this ? How can I optimize it ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabbl