Versions Compared

Key

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

Checking out

...

Ambari source

The following uses Ambari git for the development process. Please keep in mind git is read only and patches will have to be uploaded and committed via svn.

Code Block
git clone git://git.apache.org/ambari.git
cd ambari
git checkout -b AMBARI-666 origin/AMBARI-666

We'll refer to the top-level "ambari" directory as AMBARI_DIR in this document.

...