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 B098E200B62 for ; Fri, 29 Jul 2016 08:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF5BF160AAD; Fri, 29 Jul 2016 06:17:22 +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 0B9D2160A94 for ; Fri, 29 Jul 2016 08:17:21 +0200 (CEST) Received: (qmail 57522 invoked by uid 500); 29 Jul 2016 06:17:20 -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 57268 invoked by uid 99); 29 Jul 2016 06:17:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 06:17:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D0C82C0D64 for ; Fri, 29 Jul 2016 06:17:20 +0000 (UTC) Date: Fri, 29 Jul 2016 06:17:20 +0000 (UTC) From: "Varun Vasudev (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (YARN-5443) Add support for docker inspect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 06:17:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15398782#comment-15398782 ] Varun Vasudev edited comment on YARN-5443 at 7/29/16 6:16 AM: -------------------------------------------------------------- Thanks for the patch [~shanekumpf@gmail.com]. Couple of changes - 1) {code} + public static final String EXITED_STATUS = "exited"; + public static final String RUNNING_STATUS = "running"; {code} No need for these - they're not being used anywhere. 2) Please rename DockerInspectCommandTest to TestDockerInspectCommand. Also, I've noticed that DockerStopCommandTest has been committed to the code base. That needs to be re-named to TestDockerStopCommand as well. We should file a ticket to rename that class. was (Author: vvasudev): Thanks for the patch [~shanekumpf@gmail.com]. Couple of changes - 1) {code} + public static final String EXITED_STATUS = "exited"; + public static final String RUNNING_STATUS = "running"; {code} No need for these - they're not being used anywhere. 2) Please rename DockerInspectCommandTest to TestDockerInspectCommand. Also, I've noticed that DockerStopCommandTest has been committed to the code base. That needs to be re-named to TestDockerStopCommand as well. > Add support for docker inspect > ------------------------------ > > Key: YARN-5443 > URL: https://issues.apache.org/jira/browse/YARN-5443 > Project: Hadoop YARN > Issue Type: Sub-task > Components: yarn > Reporter: Shane Kumpf > Assignee: Shane Kumpf > Attachments: YARN-5443.001.patch > > > Similar to the DockerStopCommand and DockerRunCommand, it would be desirable to have a DockerInspectCommand. The initial use is for retrieving a containers status, but many other uses are possible (IP information, volume information, etc). -- 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