From yarn-issues-return-137199-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Sat Feb 3 20:29:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 774D1180621 for ; Sat, 3 Feb 2018 20:29:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 671BC160C38; Sat, 3 Feb 2018 19:29:05 +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 AFC17160C26 for ; Sat, 3 Feb 2018 20:29:04 +0100 (CET) Received: (qmail 52926 invoked by uid 500); 3 Feb 2018 19:29:03 -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 52913 invoked by uid 99); 3 Feb 2018 19:29:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2018 19:29:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 499841A0CE6 for ; Sat, 3 Feb 2018 19:29:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id KHu__PzZnyDb for ; Sat, 3 Feb 2018 19:29:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E06285FACE for ; Sat, 3 Feb 2018 19:29:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 24318E0308 for ; Sat, 3 Feb 2018 19:29:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 504B721E8B for ; Sat, 3 Feb 2018 19:29:00 +0000 (UTC) Date: Sat, 3 Feb 2018 19:29:00 +0000 (UTC) From: "Shane Kumpf (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5428) Allow for specifying the docker client configuration directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-5428?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16351= 498#comment-16351498 ]=20 Shane Kumpf commented on YARN-5428: ----------------------------------- Sorry for the delay. Thanks for the review [~jianhe]!=C2=A0That sounds like= a good suggestion, attaching a patch that adds the check. > Allow for specifying the docker client configuration directory > -------------------------------------------------------------- > > Key: YARN-5428 > URL: https://issues.apache.org/jira/browse/YARN-5428 > Project: Hadoop YARN > Issue Type: Sub-task > Components: yarn > Reporter: Shane Kumpf > Assignee: Shane Kumpf > Priority: Major > Labels: oct16-medium > Attachments: YARN-5428.001.patch, YARN-5428.002.patch, YARN-5428.= 003.patch, YARN-5428.004.patch, YARN-5428.005.patch, YARN-5428.006.patch, Y= ARN-5428.007.patch, YARN-5428Allowforspecifyingthedockerclientconfiguration= directory.pdf > > > The docker client allows for specifying a configuration directory that co= ntains the docker client's configuration. It is common to store "docker log= in" credentials in this config, to avoid the need to docker login on each c= luster member.=20 > By default the docker client config is $HOME/.docker/config.json on Linux= . However, this does not work with the current container executor user swit= ching and it may also be desirable to centralize this configuration beyond = the single user's home directory. > Note that the command line arg is for the configuration directory NOT the= configuration file. > This change will be needed to allow YARN to automatically pull images at = localization time or within container executor. -- 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