https://github.com/apache/ambari-infra
Apache Ambari Infra is a sub project of Apache Ambari.
https://github.com/apache/ambari-infra
ambari big-data java javascript python
Last synced: about 1 year ago
JSON representation
Apache Ambari Infra is a sub project of Apache Ambari.
- Host: GitHub
- URL: https://github.com/apache/ambari-infra
- Owner: apache
- License: apache-2.0
- Created: 2018-09-25T18:14:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T03:57:52.000Z (over 1 year ago)
- Last Synced: 2025-05-25T00:27:15.806Z (about 1 year ago)
- Topics: ambari, big-data, java, javascript, python
- Language: Java
- Homepage: https://ambari.apache.org
- Size: 715 KB
- Stars: 20
- Watchers: 32
- Forks: 39
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Ambari Infra
[](https://builds.apache.org/view/A/view/Ambari/job/Ambari-Infra-master-Commit/)

Core shared service used by Ambari managed components. (Infra Solr and Infra Manager)
Ambari Infra is a sub-project of [Apache Ambari](https://github.com/apache/ambari)
## Development
Requires JDK 8
### Build RPM package
```bash
# requires rpm-build on Mac OS X
make rpm
```
### Build Deb package
```bash
make deb
```
## License
- http://ambari.apache.org/license.html
- See more at [Ambari repository](https://github.com/apache/ambari)