[
https://issues.apache.org/jira/browse/MAPREDUCE-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun C Murthy updated MAPREDUCE-2687:
-------------------------------------
Attachment: MAPREDUCE-2687.patch
With this updated patch I can run applications as other users than the mapred
user.
OTOH, there is a different bug which causes apps from other users to fail due
to an error in LTC:
{noformat}
2011-09-06 02:29:07,379 WARN
org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor: Exception
from container-launch :
org.apache.hadoop.util.Shell$ExitCodeException:
at org.apache.hadoop.util.Shell.runCommand(Shell.java:261)
at org.apache.hadoop.util.Shell.run(Shell.java:188)
at
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:381)
at
org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor.launchContainer(LinuxContainerExecutor.java:171)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:191)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:61)
{noformat}
Still tracking this down... I wonder if this causes permission issues.
I've committed HADOOP-7580 which should help ease debugging.
> Non superusers unable to launch apps in both secure and non-secure cluster
> --------------------------------------------------------------------------
>
> Key: MAPREDUCE-2687
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2687
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Ramya Sunil
> Assignee: Mahadev konar
> Priority: Blocker
> Fix For: 0.23.0
>
> Attachments: MAPREDUCE-2687.patch, MAREDUCE-2687.patch
>
>
> Apps of non superuser fail to succeed in both secure and non-secure
> environment. Only the superuser(i.e. one who started/owns the mrv2 cluster)
> is able to launch apps successfully. However, when a normal user submits a
> job, the job fails.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira