- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to compare configuration of two clusters to see any differences ?
Created ‎02-09-2017 08:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many times I have faced certain issues in my project where something is working fine in one cluster but it is failing in another.
After a lot of manual check it appears that a certain configuration was different.
Is there a tool/method where we can do a quicker cluster configuration comparison ?
Created ‎02-09-2017 08:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using Ambari server then you can use below script to download the configs from different clusters and than compare it using any comparision tools
https://github.com/laurentedel/hadoop-scripts/blob/master/backup_configs.sh
Created ‎02-09-2017 08:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using Ambari server then you can use below script to download the configs from different clusters and than compare it using any comparision tools
https://github.com/laurentedel/hadoop-scripts/blob/master/backup_configs.sh
