Skip to content

chbatey/vagrant-cassandra-spark

Repository files navigation

vagrant-cassandra-spark

A work in progress. (http://christopher-batey.blogspot.com/2014/12/getting-started-cassandra-spark-with.html) / (http://batey.info/spark-cassandra-basics-connecting-to.html)

Installs:

  • Cassandra
  • Spark

Prereqs:

  • Vagrant
  • Ansible (for provisionining)

To get going:

vagrant up
vagrant ssh

Then on the box:

spark-shell   // for spark shell

cqlsh   // for cassandra

The spark shell command has been aliased to include the connector on the classpath so you're ready to follow the examples on the connector help page.

You can access the spark master here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages