Apache Cassandra 2.1.21 is installed on the build VMs, but not running by default.
To use the service during your builds, start the service with the following command:
sudo /etc/init.d/cassandra start
If you require a CLI tool to access the Cassandra server, try cqlsh available via pip.
pip install cqlsh
cqlsh --cqlversion="3.2.1"