Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1: Download and build Ambari 1.7.0 source

Go to http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.7.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-1.7.0/ambari-1.7.0.tar.gz (use the suggested mirror from above)
tar xfvz ambari-1.7.0.tar.gz
cd ambari-1.7.0
mvn versions:set -DnewVersion=1.7.0.0

...