Cascading / vagrant-cascading-hadoop-cluster

Deploying apache-hadoop in a virtualized cluster as easy as 1-2-3.
127 stars 49 forks source link

vagrant up failed: [unpack_hbase]/returns: change from notrun to 0 failed #19

Open joseph5wu opened 8 years ago

joseph5wu commented 8 years ago

After I vagrant up, I found out the hbase install failed with the following log.

==> hadoop3: err: /Stage[main]/Hbase/Exec[unpack_hbase]/returns: change from notrun to 0 failed: tar xf /vagrant/hbase-0.98.13-hadoop2-bin.tar.gz -C /opt returned 2 instead of one of [0] at /tmp/vagrant-puppet/modules-f549b5ed4b2e4e19a1fd2ea415872a40/hbase/manifests/init.pp:24 ==> hadoop3: notice: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/hbase-site.xml]: Dependency Exec[unpack_hbase] has failures: true ==> hadoop3: warning: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/hbase-site.xml]: Skipping because of failed dependencies ==> hadoop3: notice: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/hbase-env.sh]: Dependency Exec[unpack_hbase] has failures: true ==> hadoop3: warning: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/hbase-env.sh]: Skipping because of failed dependencies ==> hadoop3: notice: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/regionservers]: Dependency Exec[unpack_hbase] has failures: true ==> hadoop3: warning: /Stage[main]/Hbase/File[/opt/hbase-0.98.13-hadoop2/conf/regionservers]: Skipping because of failed dependencies

I tried to change the download timeout from 1800 to 3000, but it still doesn't work... So I am lost. Please help me fix this problem. Thanks.

fs111 commented 8 years ago

That's a problem with the hbase version. I just updated it. Please try again with the latest code.

ghost commented 8 years ago

@fs111 I have a similar problem. Could you help me? :)

==> hadoop1: err: /Stage[main]/Hbase/Exec[unpack_hbase]/returns: change from notrun to 0 failed: tar xf /vagrant/hbase-0.98.17-hadoop2-bin.tar.gz -C /opt returned 2 instead of one of [0] at /tmp/vagrant-puppet/modules-6595ba73bf1d83a4c0464138324080c3/hbase/manifests/init.pp:24

fs111 commented 8 years ago

@klaudi I just updated the version to 0.98.19. Please try again.

dlbrown06 commented 7 years ago

err: /Stage[main]/Hbase/Exec[unpack_hbase]/returns: change from notrun to 0 failed: tar xf /vagrant/hbase-0.98.19-hadoop2-bin.tar.gz -C /opt returned 2 instead of one of [0] at /tmp/vagrant-puppet/modules-f9d8799821b33538e2800b806f012b6c/hbase/manifests/init.pp:24

Getting this error as well

fs111 commented 7 years ago

@dlbrown06 I updated hbase to latest, please update your tree