Re: best supported spark connector for Cassandra

2015-02-13 Thread Marcelo Valle (BLOOMBERG/ LONDON)
l.com Subject: Re: best supported spark connector for Cassandra Hi Marcelo, Were you able to use the Spark SQL features of the Cassandra connector? I couldn’t make a .jar that wouldn’t confict with Spark SQL native .jar… So I ended up using only the basic features, cannot use SQL queries. On F

Re: best supported spark connector for Cassandra

2015-02-13 Thread Pavel Velikhov
ssage I guess the answer is yes, Datastax is not the only > Cassandra vendor offering support and changing official Cassandra source at > this moment, is this right? > > From: user@cassandra.apache.org <mailto:user@cassandra.apache.org> > Subject: Re: best supported sp

Re: best supported spark connector for Cassandra

2015-02-13 Thread Paulo Ricardo Motta Gomes
but I wonder if Stratio can be considered an >>> alternative to Datastax reggarding Cassandra support? >>> >>> It's not my call here to decide anything, but as part of the community >>> it helps to have this business scenario clear. I could say Cassandra could

Re: best supported spark connector for Cassandra

2015-02-13 Thread Carlos Rolo
, Datastax is not the only > Cassandra vendor offering support and changing official Cassandra source at > this moment, is this right? > > From: user@cassandra.apache.org > Subject: Re: best supported spark connector for Cassandra > > Of course, Stratio Deep and Stratio Cassandra a

Re: best supported spark connector for Cassandra

2015-02-13 Thread Marcelo Valle (BLOOMBERG/ LONDON)
: Re: best supported spark connector for Cassandra Of course, Stratio Deep and Stratio Cassandra are licensed Apache 2.0. Regarding the Cassandra support, I can introduce you to someone in Stratio that can help you. 2015-02-12 15:05 GMT+01:00 Marcelo Valle (BLOOMBERG/ LONDON) : Thanks for

Re: best supported spark connector for Cassandra

2015-02-13 Thread Gaspar Muñoz
ical factors are in the game, like this need for having more than > one vendor available... > > > From: gmu...@stratio.com > Subject: Re: best supported spark connector for Cassandra > > My suggestion is to use Java or Scala instead of Python. For Java/Scala > both the Data

Re: best supported spark connector for Cassandra

2015-02-12 Thread Marcelo Valle (BLOOMBERG/ LONDON)
d for having more than one vendor available... From: gmu...@stratio.com Subject: Re: best supported spark connector for Cassandra My suggestion is to use Java or Scala instead of Python. For Java/Scala both the Datastax and Stratio drivers are valid and similar options. As far as I know they

Re: best supported spark connector for Cassandra

2015-02-12 Thread Gaspar Muñoz
gt; wrote: > >> I just finished a scala course, nice exercise to check what I learned :D >> >> Thanks for the answer! >> >> From: user@cassandra.apache.org >> Subject: Re: best supported spark connector for Cassandra >> >> Start looking at the Spark/Cas

Re: best supported spark connector for Cassandra

2015-02-11 Thread shahab
(BLOOMBERG/ LONDON) < mvallemil...@bloomberg.net> wrote: > I just finished a scala course, nice exercise to check what I learned :D > > Thanks for the answer! > > From: user@cassandra.apache.org > Subject: Re: best supported spark connector for Cassandra > > Start

Re: best supported spark connector for Cassandra

2015-02-11 Thread Marcelo Valle (BLOOMBERG/ LONDON)
I just finished a scala course, nice exercise to check what I learned :D Thanks for the answer! From: user@cassandra.apache.org Subject: Re: best supported spark connector for Cassandra Start looking at the Spark/Cassandra connector here (in Scala): https://github.com/datastax/spark-cassandra

Re: best supported spark connector for Cassandra

2015-02-11 Thread DuyHai Doan
Start looking at the Spark/Cassandra connector here (in Scala): https://github.com/datastax/spark-cassandra-connector/tree/master/spark-cassandra-connector/src/main/scala/com/datastax/spark/connector Data locality is provided by this method: https://github.com/datastax/spark-cassandra-connector/bl

best supported spark connector for Cassandra

2015-02-11 Thread Marcelo Valle (BLOOMBERG/ LONDON)
Taking the opportunity Spark was being discussed in another thread, I decided to start a new one as I have interest in using Spark + Cassandra in the feature. About 3 years ago, Spark was not an existing option and we tried to use hadoop to process Cassandra data. My experience was horrible and