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 E0E5B2004A0 for ; Wed, 16 Aug 2017 09:09:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF7BF167D3D; Wed, 16 Aug 2017 07:09:04 +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 35221167D60 for ; Wed, 16 Aug 2017 09:09:04 +0200 (CEST) Received: (qmail 11176 invoked by uid 500); 16 Aug 2017 07:09: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 11159 invoked by uid 99); 16 Aug 2017 07:09:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2017 07:09:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BD8F3C09F6 for ; Wed, 16 Aug 2017 07:09:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id trNtyH-MJ5Ph for ; Wed, 16 Aug 2017 07:09:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EB70D5FAF3 for ; Wed, 16 Aug 2017 07:09: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 0249BE0E3D for ; Wed, 16 Aug 2017 07:09:00 +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 4D5D525383 for ; Wed, 16 Aug 2017 07:09:00 +0000 (UTC) Date: Wed, 16 Aug 2017 07:09:00 +0000 (UTC) From: "Jian He (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (YARN-6804) Allow custom hostname for docker containers in native services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Aug 2017 07:09:05 -0000 [ https://issues.apache.org/jira/browse/YARN-6804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16128421#comment-16128421 ] Jian He edited comment on YARN-6804 at 8/16/17 7:08 AM: -------------------------------------------------------- [~vvasudev], branch-2 is already committed, forgot to update. Do we want this in branch-2.8 ? Looks like there are quite some conflicts, and this is kinda a new feature was (Author: jianhe): [~vvasudev], branch-2 is already committed, forgot to update. Do we want this in branch-2.8 ? > Allow custom hostname for docker containers in native services > -------------------------------------------------------------- > > Key: YARN-6804 > URL: https://issues.apache.org/jira/browse/YARN-6804 > Project: Hadoop YARN > Issue Type: Sub-task > Components: yarn-native-services > Reporter: Billie Rinaldi > Assignee: Billie Rinaldi > Fix For: 2.9.0, yarn-native-services, 3.0.0-beta1 > > Attachments: YARN-6804-trunk.004.patch, YARN-6804-trunk.005.patch, YARN-6804-yarn-native-services.001.patch, YARN-6804-yarn-native-services.002.patch, YARN-6804-yarn-native-services.003.patch, YARN-6804-yarn-native-services.004.patch, YARN-6804-yarn-native-services.005.patch > > > Instead of the default random docker container hostname, we could set a more user-friendly hostname for the container. The default could be a hostname based on the container ID, with an option for the AM to provide a different hostname. In the case of the native services AM, we could provide the hostname that would be created by the registry DNS server. Regardless of whether or not registry DNS is enabled, this would be a more useful hostname for the docker container. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org