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]

Community Articles

Find and share helpful community-sourced technical articles.
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!
Labels (1)
avatar

Currently Ambari (as of 2.1.2.1) does not support Postgres HA.

4,014 Views
0 Kudos
Comments
avatar

Does Ambari supports MySQL HA, I think Ambari HA is not officially documented or supported currently. But it can be achieved by having two different Ambari Server instances pointing to Active Active DB replication setup for MySQL/Postgres.

avatar

Pardeep, we do not currently support MySQL HA, and it is my understanding going forward that MySQL is going away (from the distros of linux), so you would have to add it manually.

avatar

If you want a Postgresql HA for your Ambari and the other components like Ranger, Hive, Oozie, you have to use an external postgresql database, not the embeded.

In front of your Postgresql HA, use a connection pooler like pgbouncer or pgpool, so you will reduce the impact of opening a client connection to the database by keeping sessions open between the connection pooler and the database.

Version history
Last update:
‎12-03-2015 04:24 PM
Updated by:
Contributors