0

According to the documentation, Accumulo requires you to set $ZOOKEEPER_HOME (a local path) in the configuration files, and also requires a list of IPs for the Zookeeper ensemble. Why are IPs alone not sufficient?

What if your Zookeeper ensemble is separate from your Accumulo cluster and there is no local path to $ZOOKEEPER_HOME?

(There is no accumulo tag at the moment)

1 Answer 1

1

Accumulo doesn't bundle a version of the ZooKeeper jar in its distribution because you already have that jar installed due to having ZooKeeper also installed as a prerequisite. The path to ZOOKEEPER_HOME is used to add this jar to the Accumulo classpath.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.