Compare yaml files
cluster_check and yaml_diff compare the differences between cassandra.yaml or dse.yaml files.
These tools compare the differences between specified or cluster-wide cassandra.yaml
or dse.yaml
files.
This check is particularly useful during upgrades.
Before comparing the yaml files, install PyYAML:
sudo pip install pyyaml
- yaml_diff
-
Using the yaml_diff to compare the differences between specified cassandra.yaml or dse.yaml files.
- cluster_check
-
Using the cluster_check to compare the differences between specified or cluster-wide cassandra.yaml or dse.yaml files.