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 194B2200B33 for ; Wed, 15 Jun 2016 01:31:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 12E4D160A56; Tue, 14 Jun 2016 23:31:32 +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 57F29160A06 for ; Wed, 15 Jun 2016 01:31:31 +0200 (CEST) Received: (qmail 16858 invoked by uid 500); 14 Jun 2016 23:31:30 -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 16809 invoked by uid 99); 14 Jun 2016 23:31:30 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 23:31:30 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 61EF62C1F60 for ; Tue, 14 Jun 2016 23:31:30 +0000 (UTC) Date: Tue, 14 Jun 2016 23:31:30 +0000 (UTC) From: "Daniel Templeton (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (YARN-3611) Support Docker Containers In LinuxContainerExecutor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Jun 2016 23:31:32 -0000 [ https://issues.apache.org/jira/browse/YARN-3611?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15330= 864#comment-15330864 ]=20 Daniel Templeton edited comment on YARN-3611 at 6/14/16 11:30 PM: ------------------------------------------------------------------ Has the LinuxContainerExecutor Docker support been documented yet, or shoul= d I file a JIRA to add docs? I didn't see anything. was (Author: templedf): Has this JIRA been documented yet, or should I file a JIRA to add docs? I = didn't see anything. > Support Docker Containers In LinuxContainerExecutor > --------------------------------------------------- > > Key: YARN-3611 > URL: https://issues.apache.org/jira/browse/YARN-3611 > Project: Hadoop YARN > Issue Type: Bug > Components: yarn > Reporter: Sidharta Seethana > Assignee: Sidharta Seethana > > Support Docker Containers In LinuxContainerExecutor > LinuxContainerExecutor provides useful functionality today with respect t= o localization, cgroups based resource management and isolation for CPU, ne= twork, disk etc. as well as security with a well-defined mechanism to execu= te privileged operations using the container-executor utility. Bringing do= cker support to LinuxContainerExecutor lets us use all of this functionalit= y when running docker containers under YARN, while not requiring users and = admins to configure and use a different ContainerExecutor.=20 > There are several aspects here that need to be worked through : > * Mechanism(s) to let clients request docker-specific functionality - we = could initially implement this via environment variables without impacting = the client API. > * Security - both docker daemon as well as application > * Docker image localization > * Running a docker container via container-executor as a specified user > * =E2=80=9CIsolate=E2=80=9D the docker container in terms of CPU/network/= disk/etc > * Communicating with and/or signaling the running container (ensure corre= ct pid handling) > * Figure out workarounds for certain performance-sensitive scenarios like= HDFS short-circuit reads=20 > * All of these need to be achieved without changing the current behavior = of LinuxContainerExecutor -- 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