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 "Gour Saha (JIRA)" <ji...@apache.org> on 2018/01/17 19:59:01 UTC

[jira] [Created] (YARN-7766) Introduce a new config property for YARN Service dependency tarball location

Gour Saha created YARN-7766:
-------------------------------

             Summary: Introduce a new config property for YARN Service dependency tarball location
                 Key: YARN-7766
                 URL: https://issues.apache.org/jira/browse/YARN-7766
             Project: Hadoop YARN
          Issue Type: Bug
          Components: applications, client, yarn-native-services
            Reporter: Gour Saha


Introduce a new config property (something like _yarn.service.framework.path_ in-line with _mapreduce.application.framework.path_) for YARN Service dependency tarball location. This will provide flexibility to the user/cluster-admin to upload the dependency tarball to a location of their choice. If this config property is not set, YARN Service client will default to uploading all dependency jars from the client-host's classpath for every service launch request (as it does today).

Also, accept an optional destination HDFS location for *-enableFastLaunch* command, to specify the location where user/cluster-admin wants to upload the tarball. If not specified, let's default it to the location we use today. The cluster-admin still needs to set _yarn.service.framework.path_ to this default location otherwise it will not be used. So the command-line will become something like this -
{code:java}
yarn app -enableFastLaunch [<Tarball Destination Location>]{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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