Cleanup local files command(s)
------------------------------
Key: HADOOP-1791
URL: https://issues.apache.org/jira/browse/HADOOP-1791
Project: Hadoop
Issue Type: New Feature
Components: util
Affects Versions: 0.15.0
Reporter: Enis Soztutar
Fix For: 0.15.0
It would be good if we had some clean up command to cleanup all the local
directories that any component of hadoop uses. That way before the cluster is
restarted again, or when a machine is decided to be pulled out of the cluster,
we can cleanup all the local files.
i propose we add
{noformat}
bin/hadoop datanode -format
bin/hadoop tasktracker -format
bin/hadoop jobtracker -format
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.