Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 743 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 743 Bytes

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.