Skip to content
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

Open
elFerZur opened this issue Oct 1, 2017 · 3 comments
Open

Always have the same error when trying to ingest data #8

elFerZur opened this issue Oct 1, 2017 · 3 comments

Comments

@elFerZur
Copy link

elFerZur commented Oct 1, 2017

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?

@elahrvivaz
Copy link
Collaborator

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

@elFerZur
Copy link
Author

elFerZur commented Oct 3, 2017 via email

@FxKu
Copy link

FxKu commented Nov 12, 2018

Had the same problem and solved it by editing the accumulo-site.xml file in the /opt/accumulo/conf folder:

<property>
  <name>instance.zookeeper.timeout</name>
  <value>15000</value>
  <description>timeout limit for zookeeper</description>
</property>

After saving I ran the accumulo_env.sh script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants