You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Markus Jelsma (Jira)" <ji...@apache.org> on 2020/05/07 13:55:00 UTC

[jira] [Created] (YARN-10261) DistributedShell ExecScript cannot be found

Markus Jelsma created YARN-10261:
------------------------------------

             Summary: DistributedShell ExecScript cannot be found
                 Key: YARN-10261
                 URL: https://issues.apache.org/jira/browse/YARN-10261
             Project: Hadoop YARN
          Issue Type: Bug
          Components: distributed-shell
    Affects Versions: 3.2.0
            Reporter: Markus Jelsma


When running the DistributedShell using a custom script, it is uploaded to HDFS as ExecScript by the Client. The ApplicationMaster cannot find the script because it tries to download ExecScript.sh.

 

I have patched the DistributedShell subproject so as the Client uploads it as ExecScript.sh (and ExecScript.bat in case of Windows).

 

With the change, the ApplicationMaster now correctly runs my custom script.

 

I'll attach a patch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org