-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30122/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-9238
https://issues.apache.org/jira/browse/AMBARI-9238
Repository: ambari
Description
-------
Problem: Unable to install single-node cluster with existing MySQL database via
Blueprint.
Solution: Cluster install will fail on a single-node cluster when using an
existing MySQL database on that same host for both Ambari and Hive Metastore.
The existing MySQL database should not be located on the single-node cluster
host, or Ambari should use the default embedded PostgreSQL database.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/BlueprintEntity.java
516dd2f
Diff: https://reviews.apache.org/r/30122/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi