I'm running these commands to start : /opt/hadoop/bin/start-all.sh /opt/zookeeper/bin/zkServer.sh start /opt/accumulo/bin/accumulo init /opt/accumulo/bin/start-all.sh /opt/accumulo/bin/accumulo shell -u root
and these commands to stop : /opt/hadoop/bin/stop-all.sh /opt/zookeeper/bin/zkServer.sh stop /opt/accumulo/bin/stop-all.sh On Fri, Jul 27, 2012 at 10:39 AM, John Vines <[email protected]> wrote: > Are you just doing stop-all.sh and then start-all.sh? Or are you running > other commands? > > On Fri, Jul 27, 2012 at 10:35 AM, Jonathan Hsu <[email protected]>wrote: > >> I don't get any errors. The tables just don't exist anymore, as if I >> were starting accumulo for the first time. >> >> >> On Fri, Jul 27, 2012 at 10:32 AM, John Vines <[email protected]>wrote: >> >>> Can you elaborate on how they don't exist? Do you mean you have errors >>> about files not being found for your table or every time you start Accumulo >>> it's like the first time? >>> >>> Sent from my phone, so pardon the typos and brevity. >>> On Jul 27, 2012 10:29 AM, "Jonathan Hsu" <[email protected]> wrote: >>> >>>> Hey all, >>>> >>>> I have a problem with my Accumulo tables deleting upon shutdown. I >>>> currently have Accumulo, Zookeeper, and Hadoop in my /opt directory. I'm >>>> assuming that somehow my tables are being placed in a tmp directory that >>>> gets wiped when I shut my computer off. I'm trying to develop and test on >>>> my local machine. >>>> >>>> What should I change in the conf files or otherwise in order to ensure >>>> that the tables are not destroyed on shutdown? >>>> >>>> Thanks >>>> >>>> >>>> -- >>>> - Jonathan Hsu >>>> >>> >> >> >> -- >> - Jonathan Hsu >> > > -- - Jonathan Hsu
