The script that uploads the geowave-accumulo.jar iterator into hdfs as part of the packaged rpm installer has been found to fail in a couple of different scenarios.
- If the target system has the setting "Defaults requiretty" in the /etc/sudoers file the script will fail with an, "sudo: sorry, you must have a tty to run sudo" error.
- If the jar file is being replaced the call to hadoop fs -put will fail with an, "put: `/accumulo/classpath/geowave-accumulo.jar': File exists" error.
The script that uploads the geowave-accumulo.jar iterator into hdfs as part of the packaged rpm installer has been found to fail in a couple of different scenarios.