Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix typo in -DneVersion

...

Code Block
wget http://www.apache.org/dist/ambari/ambari-2.4.2/apache-ambari-2.4.2-src.tar.gz (use the suggested mirror from above)
tar xfvz apache-ambari-2.4.2-src.tar.gz
cd apache-ambari-2.4.2-src
mvn versions:set -DneVersionDnewVersion=2.4.2.0.0

pushd ambari-metrics
mvn versions:set -DnewVersion=2.4.2.0.0
popd

...