[
https://issues.apache.org/jira/browse/YARN-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805565#comment-13805565
]
Chris Nauroth commented on YARN-1349:
-------------------------------------
bq. -1 javac. The patch appears to cause the build to fail.
It looks like the Jenkins box is overloaded. It can't fork a new thread. This
patch only contains cmd script changes, so there is no way it can make javac
fail.
{code}
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:640)
at java.lang.ref.Reference.<clinit>(Reference.java:145)
{code}
> yarn.cmd does not support passthrough to any arbitrary class.
> -------------------------------------------------------------
>
> Key: YARN-1349
> URL: https://issues.apache.org/jira/browse/YARN-1349
> Project: Hadoop YARN
> Issue Type: Bug
> Components: client
> Affects Versions: 3.0.0, 2.2.0
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Attachments: YARN-1349.1.patch, YARN-1349.2.patch
>
>
> The yarn shell script supports passthrough to calling any arbitrary class if
> the first argument is not one of the per-defined sub-commands. The
> equivalent cmd script does not implement this and instead fails trying to do
> a labeled goto to the first argument.
--
This message was sent by Atlassian JIRA
(v6.1#6144)