I have a Datastax Enterprise cluster in production with the following configuration:
3 Hadoop Nodes 2 Cassandra Nodes 2 Solr Nodes
- There are few tables in Cassandra with few million lines.
- Every night I process few million registers using PIG.
- All the search done in our website uses SOLR.
Basically we are 100% based on DSE.
This structure is based on Amazon Ec2, and all the instances are: M3.Xlarge 80 GB SSD 15 GB RAM 13 (4 core x 3.25 unit)
I want to add an extra 1TB Hard Disk for each node and use it in the cluster. How can I do that? Which config files do I need to change when I attach a new hard disk?