[
https://issues.apache.org/jira/browse/HADOOP-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-3752:
----------------------------------
Attachment: 3752-0.patch
Added a log entry for rename.
Since this is the first release with this appender, now would be a good time to
object to this fix. The audit format assumes a path, but rename requires a
source and destination. This patch just separates the two paths with a comma (a
reserved character in the URI RFC, but legal in path segments, among other
places). It might be better if the source and destination were separate
entries, with the latter set to null where not applicable.
> Audit logging fails to record rename
> ------------------------------------
>
> Key: HADOOP-3752
> URL: https://issues.apache.org/jira/browse/HADOOP-3752
> Project: Hadoop Core
> Issue Type: Bug
> Reporter: Chris Douglas
> Assignee: Chris Douglas
> Priority: Blocker
> Fix For: 0.18.0
>
> Attachments: 3752-0.patch
>
>
> The audit log (HADOOP-3336) must also record rename events.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.