pyspark-cassandra (homepage)
Python port of the awesome Datastax Spark Cassandra connector. Compatible w/ Spark 2.0+
@anguenot / (0)
This module provides Python support for Apache Spark's Resilient Distributed Datasets from Apache Cassandra CQL rows using https://github.com/datastax/spark-cassandra-connector within PySpark, both in the interactive shell and in Python programs submitted with spark-submit.
- For Spark versions 2.4.x: use version 2.4.x
- For Spark versions 2.3.x: use version 2.3.x
- For Spark versions 2.0.x, 2.1.x, 2.2.x: use version 0.9.0
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages anguenot:pyspark-cassandra:2.4.1
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "anguenot/pyspark-cassandra:2.4.1"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "anguenot" % "pyspark-cassandra" % "2.4.1"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>anguenot</groupId> <artifactId>pyspark-cassandra</artifactId> <version>2.4.1</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 2.4.1 ( 9eb5b9 | zip | jar ) / Date: 2022-08-03 / License: Apache-2.0 / Scala version: 2.11
Version: 2.4.0 ( 7fa98b | zip | jar ) / Date: 2019-08-06 / License: Apache-2.0 / Scala version: 2.11
Version: 2.3.0 ( 8abbce | zip | jar ) / Date: 2019-08-06 / License: Apache-2.0 / Scala version: 2.11
Version: 0.11.0 ( f6bb14 | zip | jar ) / Date: 2019-07-12 / License: Apache-2.0 / Scala version: 2.11
Version: 0.10.1 ( ca73b1 | zip | jar ) / Date: 2019-02-07 / License: Apache-2.0 / Scala version: 2.11
Version: 0.9.0 ( d17e5b | zip | jar ) / Date: 2018-06-08 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8.0 ( 47a57b | zip | jar ) / Date: 2018-06-01 / License: Apache-2.0 / Scala version: 2.11
Version: 0.7.0 ( dccc87 | zip | jar ) / Date: 2017-12-12 / License: Apache-2.0 / Scala version: 2.11
Version: 0.6.0 ( 408cf3 | zip | jar ) / Date: 2017-10-05 / License: Apache-2.0 / Scala version: 2.11
Version: 0.5.0 ( b284da | zip | jar ) / Date: 2017-06-19 / License: Apache-2.0 / Scala version: 2.11
Version: 0.4.0 ( ef0a31 | zip | jar ) / Date: 2017-06-09 / License: Apache-2.0 / Scala version: 2.11