You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Vaughn E. Clinton (JIRA)" <ji...@apache.org> on 2013/11/12 14:44:22 UTC

[jira] [Commented] (YARN-1271) "Text file busy" errors launching containers again

    [ https://issues.apache.org/jira/browse/YARN-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820095#comment-13820095 ] 

Vaughn E. Clinton commented on YARN-1271:
-----------------------------------------

I am seeing the same error using the latest HortonWorks distribution of hadoop:

13/11/12 01:17:47 INFO mapreduce.Job: Task Id : attempt_1383838189296_0046_m_005248_0, Status : FAILED
Exception from container-launch:
org.apache.hadoop.util.Shell$ExitCodeException: /bin/bash: /data/4/hadoop/yarn/local/usercache/hdfs/appcache/application_1383838189296_0046/container_13     83838189296_0046_01_005277/launch_container.sh: /bin/bash: bad interpreter: Text file busy

        at org.apache.hadoop.util.Shell.runCommand(Shell.java:464)
        at org.apache.hadoop.util.Shell.run(Shell.java:379)
        at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:589)
        at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:195)
        at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:283)
        at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:79)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)

Here is the current Hadoop stack:

hadoop-libhdfs-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-yarn-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-hdfs-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-lzo-0.5.0-1.x86_64
hadoop-mapreduce-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-yarn-resourcemanager-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-2.2.0.2.0.6.0-76.el6.x86_64
hadoop-lzo-native-0.5.0-1.x86_64
hadoop-mapreduce-historyserver-2.2.0.2.0.6.0-76.el6.x86_64

I wonder if I should open another bug report or just track this one.  Any suggestions?

> "Text file busy" errors launching containers again
> --------------------------------------------------
>
>                 Key: YARN-1271
>                 URL: https://issues.apache.org/jira/browse/YARN-1271
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.1.1-beta
>            Reporter: Sandy Ryza
>            Assignee: Sandy Ryza
>             Fix For: 2.2.0
>
>         Attachments: YARN-1271-branch-2.patch, YARN-1271.patch
>
>
> The error is shown below in the comments.
> MAPREDUCE-2374 fixed this by removing "-c" when running the container launch script.  It looks like the "-c" got brought back during the windows branch merge, so we should remove it again.



--
This message was sent by Atlassian JIRA
(v6.1#6144)