Open casertap opened 9 years ago
Sorry about the issue. I was mistaking your repo with this one: https://github.com/dnafrance/vagrant-hadoop-spark-cluster Your vagrantfile works until node2 where it shows:
==> node2: executing ssh-copy-id
==> node2: copy ssh key to node3
==> node2: /usr/bin/ssh-copy-id: line 41: sshpass: command not found
==> node2: copy ssh key to node4
==> node2: /usr/bin/ssh-copy-id: line 41: sshpass: command not found
I replace your method to install sshpass by this
function installSSHPass {
#yum -y install sshpass
yum -y install wget
wget http://pkgs.repoforge.org/sshpass/sshpass-1.05-1.el6.rf.i686.rpm
rpm -ivh sshpass-1.05-1.el6.rf.i686.rpm
}
To solve this issue
Hi, I would like to try this vm so I run the vagrantfile using vagrant up --provider virtualbox
and I get this output showing the problem with the curl command