Re: does accumulo init also delete the hdfs stored files for you

2023-03-11 Thread Christopher
Init is only run once when you first provision the cluster. So if you have data in the path for the volume you configure for Accumulo, for any reason, whether it's from a previous install or another reason, then you can either delete it first, or you can configure a different volume path before you

Re: does accumulo init also delete the hdfs stored files for you

2023-03-11 Thread Bernadette Olean
ok so remove the data in hadoop hdfs first and then rerun accumulo init ? hadoop fs -rmr /accumulo from any master node ? On Sat, Mar 11, 2023 at 12:11 PM Christopher wrote: > I believe init requires that the directory not exist, so it shouldn't > delete anything. > > On Sat, Mar 11, 2023, 10:23

Re: does accumulo init also delete the hdfs stored files for you

2023-03-11 Thread Christopher
I believe init requires that the directory not exist, so it shouldn't delete anything. On Sat, Mar 11, 2023, 10:23 Bernadette Olean wrote: > will accumulo init clear out all the disk space ? also will zookeeper > automatically delete all the links to the original data ? > > -- > Bernadette Olean