You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/11/21 19:18:21 UTC

$VARIABLE and `command` in YARN command lines

We've found that using either
$VARIABLE
Or
`command`
As part of a YARN command-line doesn't really work, because those two things are replaced in the application master context.  Is there a way to escape these elements so that they are passed through to the container launch?
Thanks
John