You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arpit Gupta (Created) (JIRA)" <ji...@apache.org> on 2011/10/13 00:25:12 UTC

[jira] [Created] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

security audit logger is not on by default, fix the log4j properties to enable the logger
-----------------------------------------------------------------------------------------

                 Key: HADOOP-7740
                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
             Project: Hadoop Common
          Issue Type: Bug
          Components: conf
    Affects Versions: 0.20.205.0
            Reporter: Arpit Gupta
            Assignee: Arpit Gupta
            Priority: Minor




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134519#comment-13134519 ] 

Hadoop QA commented on HADOOP-7740:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12500540/HADOOP-7740.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/312//console

This message is automatically generated.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139254#comment-13139254 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #847 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/847/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190452
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Aaron T. Myers (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13140635#comment-13140635 ] 

Aaron T. Myers commented on HADOOP-7740:
----------------------------------------

bq. tested on a secure deploy namenode and jobtracker both have the security logs working.

Did you do this test on trunk? Or only on branch-0.20-security?

On trunk, running a client command (built from source checkout) now results in this:

{noformat}
$ hadoop fs -ls /
log4j:ERROR Could not find value for key log4j.appender.NullAppender
log4j:ERROR Could not instantiate appender named "NullAppender".
{noformat}

Reverting this patch fixes the issue. Could someone please look into this?
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.patch

attached another patch making the minimum changes.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Status: Patch Available  (was: Open)
    
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139226#comment-13139226 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #54 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/54/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190453
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134543#comment-13134543 ] 

Arpit Gupta commented on HADOOP-7740:
-------------------------------------

since the patch spans common,hdfs and mapreduce the test patch failed.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138557#comment-13138557 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1265 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1265/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190452
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.patch
                HADOOP-7740.branch-0.20-security.patch

added a missing line
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138552#comment-13138552 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1189 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1189/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190452
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135537#comment-13135537 ] 

Arpit Gupta commented on HADOOP-7740:
-------------------------------------

tested on a secure deploy namenode and jobtracker both have the security logs working.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138716#comment-13138716 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #71 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/71/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190453
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.branch-0.20-security.patch

oops attached the wrong patch.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.branch-0.20-security.patch

make sure security logger is enabled for jobtracker. Also the hadoop script in trunk is different from what is in 20 security. So not sure if this patch applies to trunk.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139276#comment-13139276 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #878 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/878/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190452
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Eric Yang (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated HADOOP-7740:
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.0
                   0.20.205.1
     Release Note: Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks Arpit.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.patch
                HADOOP-7740.branch-0.20-security.patch
    
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.patch

updated the patch for trunk
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138569#comment-13138569 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1209 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1209/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190452
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138562#comment-13138562 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #96 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/96/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190453
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Eric Yang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138523#comment-13138523 ] 

Eric Yang commented on HADOOP-7740:
-----------------------------------

+1 Looks good.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Arpit Gupta (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Gupta updated HADOOP-7740:
--------------------------------

    Attachment: HADOOP-7740.branch-0.20-security.patch

finalized the path for branch 20 security.
                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138547#comment-13138547 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #96 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/96/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190453
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7740) security audit logger is not on by default, fix the log4j properties to enable the logger

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138580#comment-13138580 ] 

Hudson commented on HADOOP-7740:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #97 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/97/])
    HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang)

eyang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190453
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/hadoop-env.sh
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/bin/mapred

                
> security audit logger is not on by default, fix the log4j properties to enable the logger
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7740
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7740
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>            Priority: Minor
>             Fix For: 0.20.205.1, 0.23.0
>
>         Attachments: HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.branch-0.20-security.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch, HADOOP-7740.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira