-
Notifications
You must be signed in to change notification settings - Fork 39
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
Always have the same error when trying to ingest data #8
Comments
Are you running the ingest from inside the accumulo master docker? You need to do that to pick up the correct environment variables. Alternatively you can specify zookeeper, etc manually on the command line |
Yes, I running the ingest from inside the accumulo master docker. Always
the same error, can't connect with Zookeeper.
I try to put "-z" option, but it doesn't work.
Inside the accumulo master docker, if I use "zookeeper-client", located in
/usr/bin/, fails to connect. But, if I use "zookeper-client -server
172.28.4.180:2181", it connects to zookeeper. But I have to use the IP of
the server where docker is installed, if I use localhost, it doesn't work.
Why doesn't work the -z command line option in geomesa ingest?.
Regards:
F.Zuriaga
2017-10-02 15:33 GMT+02:00 Emilio <[email protected]>:
… Are you running the ingest from inside the accumulo master docker? You
need to do that to pick up the correct environment variables. Alternatively
you can specify zookeeper, etc manually on the command line
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWKqBBleSDBNaljHXqTbON6cVtO-Gyfrks5soOYkgaJpZM4Pp7-l>
.
|
Had the same problem and solved it by editing the <property>
<name>instance.zookeeper.timeout</name>
<value>15000</value>
<description>timeout limit for zookeeper</description>
</property> After saving I ran the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I install the project into 2 different environments: windows 10 and debian, and always get the same error when trying to ingest data: Zookepper instance is not responding in 5 sg. All the containers are up and running. ¿Where is the problem?
The text was updated successfully, but these errors were encountered: