-
Notifications
You must be signed in to change notification settings - Fork 49
Description
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.