Re: Spark Cassandra Python Connector

2016-06-20 Thread Jonathan Haddad
I wouldn't recommend the TargetHolding lib. It's only useful for working with RDDs which are a terrible idea in Python, as the perf will make you cry with any reasonable sized dataset. The Datastax spark Cassandra connector works with Python + Dataframes without the crazy overhead of RDDs. Docs

Re: Spark Cassandra Python Connector

2016-06-20 Thread Dennis Lovely
https://github.com/TargetHolding/pyspark-cassandra On Mon, Jun 20, 2016 at 1:47 PM, Joaquin Alzola wrote: > Hi List > > Is there a Spark Cassandra connector in python? Of course there is the one > for scala ... > > BR > > Joaquin > This email is confidential and may be subject to privilege. If y