This repository contains the Homebrew formulas for hazelcast
, hazelcast-enterprise
and hzcloud
packages.
hazelcast
andhazelcast-enterprise
packages contain the server distribution of Hazelcast Platform.hzcloud
package containshzcloud
command line tool for managing Hazelcast Cloud clusters.
brew tap hazelcast/hz
Install the community version of Hazelcast
brew install hazelcast
Upgrade the community version of Hazelcast
brew upgrade hazelcast
Install particular minor version of Hazelcast
brew install hazelcast-5.1
Install particular version of Hazelcast
brew install [email protected]
NOTE: To upgrade to a particular version, uninstall the old package first
and then install hazelcast
for the latest version or hazelcast-x.y
for another version.
Install Hazelcast Enterprise edition (you need a license key to run it, see Installing a License Key)
brew install hazelcast-enterprise
Install without Java dependency (you already have installed Java in another way)
brew install hazelcast --without-openjdk
Starting from version 5.1, configuration files are preserved between upgrades and stored in
$(brew --prefix)/etc/hazelcast
(usually /usr/local/etc/hazelcast
or /opt/homebrew/etc/hazelcast
)
Start the Hazelcast instance with hz
command
hz start
brew uninstall hazelcast
brew untap hazelcast/hz
brew cleanup -s
rm -rf $(brew --prefix)/etc/hazelcast
brew tap hazelcast/hz
brew install hzcloud
brew uninstall hzcloud
brew untap hazelcast/hz
brew cleanup -s