docker-hdp
docker-hdp copied to clipboard
Mismatch between Ambari-Server Version and Ambari-DDL-Postgres-CREATE
in 100-ambari.sh
shouldnt it be
wget https://raw.githubusercontent.com/apache/ambari/release-2.5.1/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
instead of
wget https://raw.githubusercontent.com/apache/ambari/branch-2.5/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
Otherwise http://127.0.0.1:8080/api/v1/clusters/dev/upgrades is running in troubles.