How to delete a drive instance?

I created an instance during initialization of the drive by calling accumulo init But now I want to delete this instance and also want to create a new instance. Can anyone help with this?

+5
source share
2 answers

Delete the directory specified by the instance.dfs.dir property in $ ACCUMULO_HOME / conf / accumulo-site.xml from HDFS.

If you did not specify instance.dfs.dir in the accumulo-site.xml file, the default value is "/ accumulo".

After that, you will be able to successfully complete accumulo init.

+6
source

I do not have enough answers to respond to your comment.

, . , , node, , , , Hadoop HADOOP_HOME.

+2

All Articles