Does /usr/lib/hadoop/lib/ actually contain commons-logging? The config is probably assuming it's brought in by Hadoop and that may not be the case for your Hadoop version.
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Wed, Nov 5, 2014 at 8:08 PM, David Medinets <[email protected]> wrote: > 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? >
