Doesn't HDFS use /tmp by default to store its data?
You may want to update your ${HADOOP_HOME}/conf/hdfs-site.xml file to
specify a different location.--Christopher On Fri, Jul 27, 2012 at 10:28 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
