Hello There,
I am a new to Hadoop and hypertable. I have
installed hadoop and its working fine on cluster of 2 systems(MASTER and SLAVE).
I tried
to install hypertable by following documentation from
hypertable.com, while
installing hypertable we need to run some CAP tasks, while i am
executing cap tasks on master machine it shows following error
hduser@CISM479:~$ cap install_package
* executing `install_package'
* executing "rsync -e \"ssh -o StrictHostKeyChecking=no\" master:/home/hduser/Downloads/hypertable-0.9.7.16-linux-x86_64.deb /opt/hypertable/"
servers: ["master", "slave"]
[slave] executing command
*** [err :: slave] Permission denied, please try again.
*** [err :: slave] Permission denied, please try again.
*** [err :: slave] Permission denied (publickey,password).
*** [err :: slave] rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
*** [err :: slave] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]
[master] executing command
command finished in 1730ms
failed: "sh -c 'rsync -e \"ssh -o StrictHostKeyChecking=no\" master:/home/hduser/Downloads/hypertable-0.9.7.16-linux-x86_64.deb /opt/hypertable/'" on slaveMy cluster cap file is located here "/home/hduser"
and it has the following configuration settings :
set :source_machine, "master"
set :install_dir, "/opt/hypertable"
set :hypertable_version, "0.9.7.16"
set :default_pkg, "/home/hduser/Downloads/hypertable-0.9.7.16-linux-x86_64.deb"
set :default_dfs, "hadoop"
set :default_distro, "cdh3"
set :default_config, "/opt/hypertable/dev-hypertable.cfg"
role :source, "master"
role :master, "master"
role :hyperspace, "master", "slave"
role :slave, "slave"
role :localhost, "master"
role :thriftbroker_additional
role :spare
######################### END OF USER CONFIGURATION ############################
Can you please let me know the possible cause of errors ?
Thanks and Regards