-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geomesa-accumulo
script is not working
#19
Comments
I got the same error and fixed it similarly by referencing $ZOOKEPER_HOME/zookeeper.jar directly in that file |
new problem I think related to this script:
$ACCUMULO_HOME is set correctly. There are not accumulo logs though |
if you follow the docs tutorial, then you must add '--instance gis' to the end of that command. |
Thanks, someone else reported that you need to specify the instance id, but I was not able to reproduce that. At any rate, we can update the docs/readme to include it. |
I'm getting the same error using the local Docker install instructions. Modifying the /opt/geomesa/bin/geomesa-accumulo script in the master accumulo container. I modified the script as @elahrvivaz did, and I was then able to ingest data as the examples state. |
The error is:
Error: Could not find or load main class .usr.lib.zookeeper.zookeeper-3.4.6.jar
To fix it temporarily, edit
/opt/geomesa/bin/geomesa-accumulo
and change the following line:to
The text was updated successfully, but these errors were encountered: