How to completely uninstall Hadoop on Mac

I installed hasoop 2.5.1 on my Mac profile via a proxy, but now I want to completely remove it from my Mac book.

so please let me know the process.

Thanks in advance.

+3


source to share


1 answer


If you've installed the Hadoop tar file download and extract, you just need to delete the extracted directory (the path to the directory depends on where you extracted the archive on the filesystem) using a command line like rm .



In addition, if you changed the Namenode, Datanode data directories (by configuring them in hdfs-site.xml

) other than the default, you must also delete those directories.

+1


source







All Articles