Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0093D200AE4 for ; Thu, 26 May 2016 01:14:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F3447160A2E; Wed, 25 May 2016 23:14:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6C877160A29 for ; Thu, 26 May 2016 01:14:52 +0200 (CEST) Received: (qmail 43139 invoked by uid 500); 25 May 2016 22:44:13 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 43073 invoked by uid 99); 25 May 2016 22:44:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 22:44:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 08B7F2C1F6A for ; Wed, 25 May 2016 22:44:13 +0000 (UTC) Date: Wed, 25 May 2016 22:44:13 +0000 (UTC) From: "Hitesh Sharma (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5127) Expose ExecutionType in Container api record MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 May 2016 23:14:53 -0000 [ https://issues.apache.org/jira/browse/YARN-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Sharma updated YARN-5127: -------------------------------- Attachment: (was: YARN-5127.0001.patch) > Expose ExecutionType in Container api record > -------------------------------------------- > > Key: YARN-5127 > URL: https://issues.apache.org/jira/browse/YARN-5127 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Arun Suresh > Assignee: Hitesh Sharma > Attachments: YARN-5127.v1.patch > > > Currently the ExecutionType of the Container returned as a response to the allocate call is contained in the {{ContinerTokenIdentifier}} which is encoded into the ContainerToken. > Unfortunately, the client would need to decode the returned token to access the ContainerTokenIdentifier, which probably should not be allowed. > This JIRA proposes to add a {{getExecutionType()}} method in the container record. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org