[
https://issues.apache.org/jira/browse/HADOOP-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-3335:
---------------------------------
Attachment: HADOOP-3335.patch
Here's a patch that simply removes the offending target. It is not required,
since 'ant clean' at the top-level suffices, and no other target depends on it.
> 'make clean' in src/c++/libhdfs does 'rm -rf /*'
> ------------------------------------------------
>
> Key: HADOOP-3335
> URL: https://issues.apache.org/jira/browse/HADOOP-3335
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Reporter: Doug Cutting
> Priority: Critical
> Attachments: HADOOP-3335.patch
>
>
> If 'make clean' is invoked from the command line in src/c++/libhdfs, rather
> than by the ant build, it tries to remove all files on your system. I just
> discovered this the hard way.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.