If looks like your HADOOP_PREFIX is wrong. Drop the /libexec from the end of it and see if that works.
On Thu, Aug 6, 2015 at 1:43 AM Thai Ngo <[email protected]> wrote: > Josh, > > I can run these commands successfully! > > I'm not using the jars inside $ACCUMULO_HOME/lib because when I ran > accumulo init, it gave me the error which is about failing to instantiate > SLF4J LoggerFactory. That's the only reason I tried to alternatively > provide the needed jars for Accumulo. > > it's so weird to me so far and cannot figure out what I should do next. I > have to develop apps using a docker which has Accumulo of very old version. > > I'm thinking of manual re-installing and configuring all the stuff > (Hadoop, zookeeper, accumulo) from scratch. Not sure if this makes sense. > > Thai > > On Thu, Aug 6, 2015 at 11:59 AM, Josh Elser <[email protected]> wrote: > >> jar tf /usr/local/Cellar/accumulo/1.7.0/lib/slf4j-log4j12.jar >> > > >
