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 "Miklos Szegedi (JIRA)" <ji...@apache.org> on 2018/06/06 15:55:00 UTC

[jira] [Assigned] (YARN-5986) Add support for container specific properties to the ContainerLaunchContext

     [ https://issues.apache.org/jira/browse/YARN-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Miklos Szegedi reassigned YARN-5986:
------------------------------------

    Assignee: Miklos Szegedi  (was: Miklos Szegedi)

> Add support for container specific properties to the ContainerLaunchContext
> ---------------------------------------------------------------------------
>
>                 Key: YARN-5986
>                 URL: https://issues.apache.org/jira/browse/YARN-5986
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Miklos Szegedi
>            Assignee: Miklos Szegedi
>            Priority: Major
>
> Currently ContainerLaunchContext is defined as
> message ContainerLaunchContextProto {
>   repeated StringLocalResourceMapProto localResources = 1;
>   optional bytes tokens = 2;
>   repeated StringBytesMapProto service_data = 3;
>   repeated StringStringMapProto environment = 4;
>   repeated string command = 5;
>   repeated ApplicationACLMapProto application_ACLs = 6;
>   optional ContainerRetryContextProto container_retry_context = 7;
> }
> It would be nice to have an additional parameter "configuration" to support cases like YARN-5600, where we want to pass a parameter to Yarn and not the application or container.
>   repeated StringStringMapProto configuration = 8;



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

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