|
Step 2 - Install the New Package
Cluster Installation
The Hypertable binaries can either be downloaded prepackaged, or you can compile them from source code. To install the prepackaged version, download the Hypertable package (.dmg, .rpm, or .tar.bz2) that you want to install and put it somewhere accessible on the source machine (admin1 in this example). Modify the hypertable_version and default_pkg variables at the top of the Capfile to contain the version of Hypertable you are installing and the absolute path to the package file on the source machine, respectively. For example, if you're upgrading to version 0.9.7.0 and using the RPM package, set the variables as follows.- set :hypertable_version, "0.9.7.0"
- set :default_pkg, "/tmp/hypertable-0.9.7.0-linux-x86_64.rpm"
复制代码 |
|