I'm working with the Docker image at
https://github.com/sroegner/docker-builds/tree/master/accumulo with I
only changed to pull Accumulo v1.5.2

When running the "accumulo init --instance-name accumulo --password
DEFAULT" command inside the Docker image, I am getting the
ClassNotFound exception.

The CLASSPATH being used inside the accumulo script is:

/usr/lib/accumulo-1.5.2/conf:/usr/lib/accumulo/lib/accumulo-start.jar:/usr/lib/hadoop/lib/log4j-1.2.17.jar

It seems to be set using:

CLASSPATH="${XML_FILES}:${START_JAR}:${LOG4J_JAR}"

Before I go mucking about, trampling the roses, is there something
simple that is not configured?

Reply via email to