Problem is here:
https://github.com/ngageoint/geowave/blob/master/deploy/packaging/rpm/centos/6/SOURCES/deploy-geowave-to-hdfs.sh#L13
Commands run:
sudo rpm -Uvh http://s3.amazonaws.com/geowave-rpms/release/noarch/geowave-repo-1.0-3.noarch.rpm
sudo yum --enablerepo=geowave install geowave-0.8.7-cdh5-accumulo
It fails on line 13 of "deploy-geowave-to-hdfs.sh" when checking for the Hadoop command, but I have verified that the command is available. In fact, I'm able to run the script manually immediately afterwards using "sudo /usr/local/geowave-0.8.7-cdh5/accumulo/deploy-geowave-to-hdfs.sh".
Problem is here:
https://github.com/ngageoint/geowave/blob/master/deploy/packaging/rpm/centos/6/SOURCES/deploy-geowave-to-hdfs.sh#L13
Commands run:
sudo rpm -Uvh http://s3.amazonaws.com/geowave-rpms/release/noarch/geowave-repo-1.0-3.noarch.rpm
sudo yum --enablerepo=geowave install geowave-0.8.7-cdh5-accumulo
It fails on line 13 of "deploy-geowave-to-hdfs.sh" when checking for the Hadoop command, but I have verified that the command is available. In fact, I'm able to run the script manually immediately afterwards using "sudo /usr/local/geowave-0.8.7-cdh5/accumulo/deploy-geowave-to-hdfs.sh".