...
Step 1: Download and build Ambari 2.5.0 source
Go to http://www.apache.org/dyn/closer.cgi/ambari/ambari-2.5.0 and find the suggested mirror for download. The process to verify the download is described is at http://www.apache.org/dyn/closer.cgi#verify
Code Block |
---|
wget http://wwwarchive.apache.org/dist/ambari/ambari-2.5.0/apache-ambari-2.5.0-src.tar.gz (use the suggested mirror from above) tar xfvz apache-ambari-2.5.0-src.tar.gz cd apache-ambari-2.5.0-src mvn versions:set -DnewVersion=2.5.0.0.0 pushd ambari-metrics mvn versions:set -DnewVersion=2.5.0.0.0 popd |
...