You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Checking out AMBARI-666

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.

git clone git://git.apache.org/ambari.git

git checkout -b AMBARI-666 origin/AMBARI-666

Building Ambari

After checking out Ambari, you can build ambari with the steps below:

$ mvn clean install

Setting up Eclipse with Ambari

$ mvn clean eclipse:eclipse

After doing the above you should be able to import the project via eclipse's import project. You should be able to see the following projects on eclipse:

> ambari-server
> ambari-agent

  • No labels