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
Post a Comment