Dear Hypertable team,
Whenever I run the ht cluster install_package command, all of my remote machines return the follow error:
rm: cannot remove '/opt/hypertable/hypertable-0.9.8.5-linux-x86_64.rpm' : No such file or directory
My cluster.def file looks like so:
INSTALL_PREFIX=/opt/hypertable
HYPERTABLE_VERSION=0.9.8.5
PACKAGE_FILE=/home/hadoop/hypertable-${HYPERTABLE_VERSION}-linux-x86_64.rpm
FS=hadoop
HADOOP_DISTRO=cdh4
ORIGIN_CONFIG_FILE=/home/hadoop/hypertable.cfg
PROMPT_DESTROY=true
role: source am-web-server
role: master am-hadoop-masternode
role: hyperspace am-hadoop-masternode
role: slave am-hadoop-slavenode-[01-04]
role: thriftbroker
role:spare
include: "core.tasks"
I'm not sure what I'm missing... any direction would be very helpful! :)