You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/01/19 07:23:44 UTC

[jira] Created: (MAPREDUCE-2272) Job ACL file should not be executable

Job ACL file should not be executable
-------------------------------------

                 Key: MAPREDUCE-2272
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: tasktracker
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
            Priority: Trivial


For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria updated MAPREDUCE-2272:
-----------------------------------------

    Attachment: mapreduce.2272.r2.diff

Ah, I did not know about that test case (Tried finding one earlier, but apparently this one is testing it rather differently and I did not go through these classes carefully enough).

Attaching a new patch with a test case change.

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2272) Job ACL file should not be executable

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

Hudson commented on MAPREDUCE-2272:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #643 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/643/])
    

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria updated MAPREDUCE-2272:
-----------------------------------------

    Attachment: mapreduce.2272.r1.diff

Patch that performs this trivial change.

ant test-patch results:
{code}
     [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     -1 tests included.  The patch doesn't appear to include any new or modified tests.
     [exec]                         Please justify why no new tests are needed for this patch.
     [exec]                         Also please list what manual steps were performed to verify this patch.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.
     [exec] 
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.
     [exec] 
     [exec]     +1 system test framework.  The patch passed system test framework compile.
{code}

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce.2272.r1.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated MAPREDUCE-2272:
-----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed to trunk and branch. Thanks Harsh!

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MAPREDUCE-2272) Job ACL file should not be executable

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

Hadoop QA commented on MAPREDUCE-2272:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12472688/mapreduce.2272.r2.diff
  against trunk revision 1077761.

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

    +1 system test framework.  The patch passed system test framework compile.

Test results: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/121//testReport/
Findbugs warnings: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/121//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/121//console

This message is automatically generated.

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated MAPREDUCE-2272:
-----------------------------------

    Fix Version/s:     (was: 0.23.0)
                   0.22.0

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MAPREDUCE-2272) Job ACL file should not be executable

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

Hudson commented on MAPREDUCE-2272:
-----------------------------------

Integrated in Hadoop-Mapreduce-22-branch #38 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-22-branch/38/])
    

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MAPREDUCE-2272) Job ACL file should not be executable

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

Hadoop QA commented on MAPREDUCE-2272:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12472017/mapreduce.2272.r1.diff
  against trunk revision 1077761.

    +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 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these core unit tests:
                  org.apache.hadoop.mapred.TestJobTrackerXmlJsp
                  org.apache.hadoop.mapred.TestTaskTrackerLocalization

    -1 contrib tests.  The patch failed contrib unit tests.

    +1 system test framework.  The patch passed system test framework compile.

Test results: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/117//testReport/
Findbugs warnings: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/117//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/117//console

This message is automatically generated.

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce.2272.r1.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria reassigned MAPREDUCE-2272:
--------------------------------------------

    Assignee: Harsh J Chouraria

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>         Attachments: mapreduce.2272.r1.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MAPREDUCE-2272) Job ACL file should not be executable

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

Hudson commented on MAPREDUCE-2272:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #631 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/631/])
    

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.22.0
>
>         Attachments: mapreduce.2272.r1.diff, mapreduce.2272.r2.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (MAPREDUCE-2272) Job ACL file should not be executable

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria updated MAPREDUCE-2272:
-----------------------------------------

             Tags: acls, job
    Fix Version/s: 0.23.0
     Release Note: Job ACL files now have permissions set to 600 (previously 700).
           Status: Patch Available  (was: Open)

> Job ACL file should not be executable
> -------------------------------------
>
>                 Key: MAPREDUCE-2272
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2272
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce.2272.r1.diff
>
>
> For some reason the job ACL file is localized with permissions 700. This doesn't make sense, since it's not executable. It should be 600.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira