- See here...
- Make sure you disable cassandra from running on startup. (i.e. in linux:
sudo update-rc.d cassandra disable
)
- See here...
- You don't need to have the server running. Stop it.
- Make sure your
PATH
points to the Flinkbin
directory. (i.e. in linux:echo 'export PATH=$PATH:/opt/flink/bin' >> ~/.bashrc
)
minikube start
make deploy
make create-schema
When done you can use these to cleanup
minikube delete
gradle write-cassandra
gradle read-cassandra