Take a look at the accumulo-site.xml files in conf/examples/... There are some comments in the classpath setting for Hadoop 2.0, which I believe is the CDH4 base. There may also be a line to change in the accumulo-env.sh file.
-Eric On Mon, Aug 12, 2013 at 11:24 AM, Brendan Heussler <[email protected]>wrote: > I think I found the problem. First of all, I am using CDH 4. CDH > complicates the $HADOOP_HOME, so I do not think all of the hadoop jars are > on the classpath. If you see my earlier post, I had to manually add > directories to the classpath in order to get the accumulo-master to init > properly. > > I found the following in gc_accumulo-master.localdomain.err > > http://pastebin.com/cTPU5UrA > > I am going to resolve my classpath problems and get back to you.. > > > > Brendan > > > On Mon, Aug 12, 2013 at 11:18 AM, John Vines <[email protected]> wrote: > >> Are you seeing start-all.sh say that it's starting a tserver on each node? >> >> If so, check the debug logs for the tservers and see what they're >> reporting toward the end. >> >> >> On Mon, Aug 12, 2013 at 11:13 AM, Brendan Heussler >> <[email protected]>wrote: >> >>> All, >>> >>> I running Accumulo on a 2 node Cluster. bin/start-all.sh seems to start >>> everything correctly, but the Tablet Server never starts. When I try to >>> run the Accumulo shell, I get the following >>> >>> 2013-08-12 10:54:50,116 [impl.ServerClient] WARN : There are no tablet >>> servers: check that zookeeper and accumulo are running. >>> >>> Zookeeper is running, but I don't think Accumulo is running 100%. >>> >>> Here is my accumulo-site.xml >>> >>> http://pastebin.com/cCZJLMPd >>> >>> >>> >>> Brendan >>> >> >> >
