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 1B07D200BBE for ; Fri, 7 Oct 2016 08:24:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19CB5160AE0; Fri, 7 Oct 2016 06:24:23 +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 612A9160AEE for ; Fri, 7 Oct 2016 08:24:22 +0200 (CEST) Received: (qmail 74855 invoked by uid 500); 7 Oct 2016 06:24:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 74758 invoked by uid 99); 7 Oct 2016 06:24:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 06:24:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DF5522C2A66 for ; Fri, 7 Oct 2016 06:24:20 +0000 (UTC) Date: Fri, 7 Oct 2016 06:24:20 +0000 (UTC) From: "Tsuyoshi Ozawa (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HADOOP-13397) Add dockerfile for Hadoop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Oct 2016 06:24:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554268#comment-15554268 ] Tsuyoshi Ozawa edited comment on HADOOP-13397 at 10/7/16 6:23 AM: ------------------------------------------------------------------ [~aw] got a comment in LEGAL-270: {quote} All official Apache releases are in source form; Docker images can be built from our official source releases, but are derived distributions analogous to, say, Debian packages. {quote} Binary distribution itself seems to be fine as you know. In addition to that, I checked the behaviour of Docker. it seems that Docker command try to download binary images described in "FROM" state in parallel. It means our docker image only includes ASF-licensed binaries, if we only includes compiled binary which passed release voting. Do you have any concern? was (Author: ozawa): [~aw] I got a comment in LEGAL-270: {quote} All official Apache releases are in source form; Docker images can be built from our official source releases, but are derived distributions analogous to, say, Debian packages. {quote} Binary distribution itself seems to be fine as you know. In addition to that, I checked the behaviour of Docker. it seems that Docker command try to download binary images described in "FROM" state in parallel. It means our docker image only includes ASF-licensed binaries, if we only includes compiled binary which passed release voting. Do you have any concern? > Add dockerfile for Hadoop > ------------------------- > > Key: HADOOP-13397 > URL: https://issues.apache.org/jira/browse/HADOOP-13397 > Project: Hadoop Common > Issue Type: Bug > Reporter: Klaus Ma > Assignee: Allen Wittenauer > Attachments: HADOOP-13397.DNC001.patch > > > For now, there's no community version Dockerfile in Hadoop; most of docker images are provided by vendor, e.g. > 1. Cloudera's image: https://hub.docker.com/r/cloudera/quickstart/ > 2. From HortonWorks sequenceiq: https://hub.docker.com/r/sequenceiq/hadoop-docker/ > 3. MapR provides the mapr-sandbox-base: https://hub.docker.com/r/maprtech/mapr-sandbox-base/ > The proposal of this JIRA is to provide a community version Dockerfile in Hadoop, and here's some requirement: > 1. Seperated docker image for master & agents, e.g. resource manager & node manager > 2. Default configuration to start master & agent instead of configurating manually > 3. Start Hadoop process as no-daemon > Here's my dockerfile to start master/agent: https://github.com/k82cn/outrider/tree/master/kubernetes/imgs/yarn > I'd like to contribute it after polishing :). > Email Thread : http://mail-archives.apache.org/mod_mbox/hadoop-user/201607.mbox/%3CSG2PR04MB162977CFE150444FA022510FB6370%40SG2PR04MB1629.apcprd04.prod.outlook.com%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org