Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bzz/ambari-prereq
https://github.com/bzz/ambari-prereq
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bzz/ambari-prereq
- Owner: bzz
- Created: 2013-10-13T23:08:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T12:46:50.000Z (about 11 years ago)
- Last Synced: 2024-05-02T01:12:10.215Z (8 months ago)
- Language: Go
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ambari pre-requests
===Configures given cluster of machines to be ready to setup [Apache Ambari](http://incubator.apache.org/ambari/)
Cross-compile
=====
To build it for CentOS 6 use
```
GOOS=linux GOARCH=amd64 go build -o ambari-prereq-linux64 github.com/alexander-bzz/ambari-prereq/
```