Skip to content

adamosloizou/fiware-cosmos-ambari

 
 

Repository files navigation

Cosmos fork of Ambari

This is the private fork of Ambari maintained by Cosmos to apply a (small) set of patches to the vanilla distribution.

You can check the differences between cosmos-ambari and the original ambari repo by using git diff:

git remote add ambari https://github.com/apache/ambari
git fetch ambari
git diff origin/<branch> ambari/trunk

Build RPMs

From the project root:

mvn -B clean install package rpm:rpm -DskipTests -Dpython.ver="python >= 2.6" -Preplaceurl

Create a custom Ambari service

For a guide see CUSTOM_AMBARI_SERVICE.rst

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 44.3%
  • JavaScript 27.8%
  • Python 13.1%
  • Ruby 4.7%
  • Puppet 4.5%
  • Shell 2.3%
  • Other 3.3%