Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Comparing configuration between clusters

avatar
New Contributor

Hello all
I have task and not find solutions, have to comparing configuration between cluster (CDH 6.1.1) and everything i found shows using Apache Ambari but i dont have this tool and must using different way. Do you know this tool/script??

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

Hi @pawski, 

 

Here is a solution for comparing CDH clusters configurations managed by different Cloudera Managers 

https://community.cloudera.com/t5/Support-Questions/Compare-settings-in-different-clusters/m-p/28053... 

 

Thanks,
Salim

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

You may have to write one using Ambari API 

http://<ambari-server-host>:<port>/api/v1/<resource-path>

 

Ref:

https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md

 

Can use just plain CURL or Python to dump JSON and further convert to whichever format you like. 

Em Jay

avatar
Cloudera Employee

Hi @pawski, 

 

Here is a solution for comparing CDH clusters configurations managed by different Cloudera Managers 

https://community.cloudera.com/t5/Support-Questions/Compare-settings-in-different-clusters/m-p/28053... 

 

Thanks,
Salim