Versions Compared

Key

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

Build and install Ambari

...

2.

...

0.0

Step 1: Download and build Ambari

...

2.

...

0.0 source

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

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


RHEL (CentOS 5 or 6) & SUSE (SLES 11):

Code Block
mvn -B clean install package rpm:rpm -DnewVersion=12.70.0.0 -DskipTests -Dpython.ver="python >= 2.6"

...

Code Block
mvn -B clean install package jdeb:jdeb -DnewVersion=12.70.0.0 -DskipTests -Dpython.ver="python >= 2.6"

...