How to remove instance of accumulo?

允我心安 提交于 2019-12-10 14:30:48

问题


I have created a instance while initializing accumulo by calling accumulo init But now i want to remove that instance and as well i want to create a new instance. Can any one help to do this?


回答1:


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

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

You should then be able to call accumulo init with success.




回答2:


I don't have enough rep to answer your follow-up comment.

Make sure you restarted the monitor process since reiniting. Furthermore, make sure the node you're running your monitor on has the same configuration as the rest of the instance, as well as the same configuration for Hadoop on the classpath based on HADOOP_HOME.



来源:https://stackoverflow.com/questions/11824730/how-to-remove-instance-of-accumulo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!