Robert Kanter created MAPREDUCE-6494:
----------------------------------------
Summary: 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
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)