Skip to content

Latest commit

 

History

History

bl-central-cassandra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BL Cassandra image

Creating a cassandra image from scratch

Docker

  • Making a build
docker build . -t blcassandra 
  • Running a container
docker run -d blcassandra -p 9042:9042
  • Monitoring and enabling
nodetool status
nodetool enablebinary
  • Cassandra configuration

Perform configuration for TEST only! (0.0.0.0 is not an acceptable production configuration)

sed -i 's/listen_address: localhost/listen_address: 0.0.0.0/g' cassandra.yaml 

References

About me

GitHub followers