[
https://issues.apache.org/jira/browse/HDFS-14625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879761#comment-16879761
]
Íñigo Goiri commented on HDFS-14625:
------------------------------------
[~hemanthboyina], nothing major, just that now you have:
{code}
static class FSNamesystemAuditLogger extends DefaultAuditLogger{
{code}
It should be:
{code}
static class FSNamesystemAuditLogger extends DefaultAuditLogger {
{code}
The extra space before the bracket is missing.
Not sure why checkstyle doesn't capture those.
> Make DefaultAuditLogger class in FSnamesystem to Abstract
> ----------------------------------------------------------
>
> Key: HDFS-14625
> URL: https://issues.apache.org/jira/browse/HDFS-14625
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: hemanthboyina
> Assignee: hemanthboyina
> Priority: Major
> Attachments: HDFS-14625 (1).patch, HDFS-14625.patch
>
>
> As per +HDFS-13270+ Audit logger for Router , we can make DefaultAuditLogger
> in FSnamesystem to be Abstract and common
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]