Delete HBASE and solr from hdfs and zookeeper

Used following commands to delete hbase and solr after decommission and deletion of host

hadoop fs -rm -r /hbase/*
echo "rmr /hbase" | zookeeper-client


hadoop fs -rm -r /solr/*
echo "rmr /solr" | zookeeper-client



Comments

Popular posts from this blog

LLRP XML Messages

Linux Upstart script for tomcat

Linux Custom startup and shutdown script for java or any server application