Re: Accumulo not starting anymore

2014-04-16 Thread Josh Elser
Alright, well that's your problem! Your ZooKeeper is empty. Accumulo uses the information it places in ZooKeeper to bootstrap and find the data in HDFS. Are you sure you configured the ZooKeeper dataDir to be something other than /tmp? In $ZOOKEEPER_HOME/conf/zoo.cfg, something like: dataD

Re: Accumulo not starting anymore

2014-04-16 Thread Geoffry Roberts
Here's what I get: Listing from hdfs: drwxr-xr-x - gcr supergroup 0 2014-04-15 11:42 /accumulo/instance_id drwxr-xr-x - gcr supergroup 0 2014-04-15 13:11 /accumulo/recovery drwxr-xr-x - gcr supergroup 0 2014-04-15 11:42 /accumulo/tables drwxr-xr-x - gcr supe

Re: Accumulo not starting anymore

2014-04-16 Thread Josh Elser
Are you sure ZooKeeper is running and wasn't wiped? See what kind of results come from `ls /accumulo` and `ls /accumulo/instances` in the ZooKeeper shell ($ZOOKEEPER_HOME/bin/zkCli.sh). '/accumulo' should be non-empty, and you should see the instance name you provided when running `accumulo in

Re: Accumulo not starting anymore

2014-04-16 Thread Geoffry Roberts
Yes, the init files are showing in dfshealth page. On Apr 16, 2014 4:30 PM, "Mike Drob" wrote: > Can you verify that the accumulo files are still present in HDFS? > > hdfs -ls /accumulo > > > On Wed, Apr 16, 2014 at 4:15 PM, Geoffry Roberts > wrote: > >> All, >> >> Suddenly, Accumulo will no lon

Re: Accumulo not starting anymore

2014-04-16 Thread Geoffry Roberts
Sorry for neglecting the version. It's Accumulo 1.5.1. On Apr 16, 2014 4:25 PM, "Sean Busbey" wrote: > Which Accumulo version is this? > > Can you upload the rest of hte logs somewhere (including .out / .err > files)? > > > On Wed, Apr 16, 2014 at 3:15 PM, Geoffry Roberts > wrote: > >> All, >> >

Re: Accumulo not starting anymore

2014-04-16 Thread Mike Drob
Can you verify that the accumulo files are still present in HDFS? hdfs -ls /accumulo On Wed, Apr 16, 2014 at 4:15 PM, Geoffry Roberts wrote: > All, > > Suddenly, Accumulo will no longer start. Log files are not helpful. Is > there a way to troubleshoot this? > > The back story is I upgraded f

Re: Accumulo not starting anymore

2014-04-16 Thread Sean Busbey
Which Accumulo version is this? Can you upload the rest of hte logs somewhere (including .out / .err files)? On Wed, Apr 16, 2014 at 3:15 PM, Geoffry Roberts wrote: > All, > > Suddenly, Accumulo will no longer start. Log files are not helpful. Is > there a way to troubleshoot this? > > The ba

Accumulo not starting anymore

2014-04-16 Thread Geoffry Roberts
All, Suddenly, Accumulo will no longer start. Log files are not helpful. Is there a way to troubleshoot this? The back story is I upgraded from OSX 10.7 to 10.9. Everything was working with 10.7. But with 10.9 Accumulo began to complain of insufficient file limits and recommended setting maxf