Hi All, Following the AMBARI 3.0.0 instructions, I downloaded the packages via
wget -r -np -nH --cut-dirs=4 --reject 'index.html*' https://www.apache-ambari.com/dist/ambari/3.0.0/rocky9/ wget -r -np -nH --cut-dirs=4 --reject 'index.html*' https://www.apache-ambari.com/dist/bigtop/3.3.0/rocky9/ Rocky 9: Somewhere in the installation it places ambari-agent and ambari-server into /etc/init.d/ which then generates an error as rocky 9 uses system. Creating a symbolic link from one to the other resolves this but this should have been caught prior to release. Mysql also generates an install error as the GPG key contained is also incorrect for the (mysql community) install link provided. The correct keys are 2023 versions. This should also have been picked up before release. Ambari The ranger components are not started as there is an error: Missing translation: dashboard.services.ranger.rangerTagsync According to discussions (and apparent fix) on GIT, this is an issue with messages.js and a declaration in another file. How is this fixed in the downloaded packages? I downloaded the 3.0.0 source and could find no instance of messages.js anywhere. How to resolve? Thanks Marc
