From yarn-issues-return-167213-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Apr 30 17:41:17 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9514B18067E for ; Tue, 30 Apr 2019 19:41:17 +0200 (CEST) Received: (qmail 50831 invoked by uid 500); 30 Apr 2019 17:41:06 -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 50740 invoked by uid 99); 30 Apr 2019 17:41:06 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2019 17:41:06 +0000 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 61517E2B56 for ; Tue, 30 Apr 2019 17:41: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 222ED25816 for ; Tue, 30 Apr 2019 17:41:00 +0000 (UTC) Date: Tue, 30 Apr 2019 17:41:00 +0000 (UTC) From: "Eric Yang (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-9523) Rename docker profile to dist profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Yang created YARN-9523: ------------------------------- Summary: Rename docker profile to dist profile Key: YARN-9523 URL: https://issues.apache.org/jira/browse/YARN-9523 Project: Hadoop YARN Issue Type: Sub-task Reporter: Eric Yang It would be nice to make Application catalog docker image as part of the di= stribution.=C2=A0 The suggestion is to change from: {code:java} mvn clean package -Pnative,dist,docker{code} to {code:java} mvn clean package -Pnative,dist{code} User can still build tarball only using: {code:java} mvn clean package -DskipDocker -DskipTests -DskipShade -Pnative,dist{code} -- 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