[ https://issues.apache.org/jira/browse/MAPREDUCE-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938894#comment-14938894 ]
Hadoop QA commented on MAPREDUCE-6494: -------------------------------------- \\ \\ | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | pre-patch | 17m 57s | Pre-patch trunk compilation is healthy. | | {color:green}+1{color} | @author | 0m 0s | The patch does not contain any @author tags. | | {color:green}+1{color} | tests included | 0m 0s | The patch appears to include 1 new or modified test files. | | {color:green}+1{color} | javac | 8m 21s | There were no new javac warning messages. | | {color:green}+1{color} | javadoc | 11m 18s | There were no new javadoc warning messages. | | {color:red}-1{color} | release audit | 0m 19s | The applied patch generated 1 release audit warnings. | | {color:green}+1{color} | checkstyle | 0m 24s | There were no new checkstyle issues. | | {color:green}+1{color} | whitespace | 0m 0s | The patch has no lines that end in whitespace. | | {color:green}+1{color} | install | 1m 54s | mvn install still works. | | {color:green}+1{color} | eclipse:eclipse | 0m 38s | The patch built with eclipse:eclipse. | | {color:green}+1{color} | findbugs | 0m 48s | The patch does not introduce any new Findbugs (version 3.0.0) warnings. | | {color:green}+1{color} | tools/hadoop tests | 0m 43s | Tests passed in hadoop-archive-logs. | | | | 42m 27s | | \\ \\ || Subsystem || Report/Notes || | Patch URL | http://issues.apache.org/jira/secure/attachment/12764476/MAPREDUCE-6494.003.patch | | Optional Tests | javadoc javac unit findbugs checkstyle | | git revision | trunk / 6c17d31 | | Release Audit | https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6045/artifact/patchprocess/patchReleaseAuditProblems.txt | | hadoop-archive-logs test log | https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6045/artifact/patchprocess/testrun_hadoop-archive-logs.txt | | Test Results | https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6045/testReport/ | | Java | 1.7.0_55 | | uname | Linux asf904.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | | Console output | https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/6045/console | This message was automatically generated. > Permission issue when running archive-logs tool as different users > ------------------------------------------------------------------ > > Key: MAPREDUCE-6494 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6494 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.8.0 > Reporter: Robert Kanter > Assignee: Robert Kanter > Attachments: MAPREDUCE-6494.001.patch, MAPREDUCE-6494.002.patch, > MAPREDUCE-6494.003.patch > > > If the tool is run as user A, it creates {{/tmp/logs/archive-logs-work}} for > temp work, but doesn't delete it. When it's run again as user B, you can run > into permissions problems on {{/tmp/logs/archive-logs-work}} because user B > doesn't have permission to do anything to that dir (it's 700). We should > have the tool delete {{/tmp/logs/archive-logs-work}} when exiting. -- This message was sent by Atlassian JIRA (v6.3.4#6332)