Reputation: 71
I have installed hadoop 2.5.1 on my mac book pro through terminal but now i want to uninstall completely from my mac book pr.
so please let me know the process.
Thank you in advance.
Upvotes: 3
Views: 8414
Reputation: 6855
If you have installed by downloading and extracting Hadoop tarball, then you just have to delete the extracted directory (the directory path depends on where you have extracted the tarball to on the filesystem) using command line utility like rm.
Also, if you have changed Namenode, Datanode data directories (by configuring them in hdfs-site.xml
) other than the default then you have to delete those directories as well.
Upvotes: 1