-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62584/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Laszlo Puskas, Miklos Gergely,
Robert Nettleton, and Sandor Magyari.
Bugs: AMBARI-22064
https://issues.apache.org/jira/browse/AMBARI-22064
Repository: ambari
Description
-------
Spring boot introduced a Database autoconfiguration feature. Becuase of that
feature, our initialization script does not work.
To use that properly we need to set some spring properties ("spring.datasource"
prefix) which can use the right database schema script with discovering the
datasorce type of the datasource (which sounds fine), but we should not use
that feature until we find out how to change the default prefixes of the
configuration.
Diffs
-----
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/InfraManager.java
185e344
Diff: https://reviews.apache.org/r/62584/diff/1/
Testing
-------
manually, db file created properly
Thanks,
Oliver Szabo