From user-return-4661-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Wed Aug 28 11:39:32 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 2647D180181 for ; Wed, 28 Aug 2019 13:39:32 +0200 (CEST) Received: (qmail 6648 invoked by uid 500); 28 Aug 2019 11:39:31 -0000 Mailing-List: contact user-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@kylin.apache.org Delivered-To: mailing list user@kylin.apache.org Received: (qmail 6639 invoked by uid 99); 28 Aug 2019 11:39:31 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2019 11:39:31 +0000 Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 1EA285973 for ; Wed, 28 Aug 2019 11:39:31 +0000 (UTC) Received: by mail-ed1-f42.google.com with SMTP id w5so2622510edl.8 for ; Wed, 28 Aug 2019 04:39:31 -0700 (PDT) X-Gm-Message-State: APjAAAV3pOX3coXQcva8iWEI+OESpitlxRCYkQFr5uN05WrrOuvQFB8q SBzdhTDPIm15rsLRW2f4TicZSXxbMvKIiMK/gyU= X-Google-Smtp-Source: APXvYqxC3UNNGXAp4c4rn8V6n7u+HNne032ZHU3iWB5tg9j5e0dj6ienD/xF+xu2zp4feh4pWAXoJzhuTbcXn1UL8nA= X-Received: by 2002:a05:6402:1344:: with SMTP id y4mr3409594edw.124.1566992370210; Wed, 28 Aug 2019 04:39:30 -0700 (PDT) MIME-Version: 1.0 References: <2B6407B5-ADA1-4DE3-8535-1125DDD14AB7@126.com> <7424A5BC-F990-411E-8333-FFEDB34E8A3A@kyligence.io> In-Reply-To: <7424A5BC-F990-411E-8333-FFEDB34E8A3A@kyligence.io> From: Billy Liu Date: Wed, 28 Aug 2019 19:39:18 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Welcome to use docker for kylin To: user Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sounds cool With Warm regards Billy Liu Xiaoxiang Yu =E4=BA=8E2019=E5=B9=B48=E6=9C=8828= =E6=97=A5=E5=91=A8=E4=B8=89 =E4=B8=8B=E5=8D=886:11=E5=86=99=E9=81=93=EF=BC= =9A > > Great! I think it is the best way for user to learn Kylin if he/she do no= t have a Hadoop env by just one command: > > > > docker run -d \ > > -m 8G \ > > -p 7070:7070 \ > > -p 8088:8088 \ > > -p 50070:50070 \ > > -p 8032:8032 \ > > -p 8042:8042 \ > > -p 60010:60010 \ > > apachekylin/apache-kylin-standalone:3.0.0-alpha2 > > > > ---------------- > > Best wishes, > > Xiaoxiang Yu > > > > > > =E5=8F=91=E4=BB=B6=E4=BA=BA: "codingforfun@126.com" > =E7=AD=94=E5=A4=8D: "user@kylin.apache.org" > =E6=97=A5=E6=9C=9F: 2019=E5=B9=B48=E6=9C=8828=E6=97=A5 =E6=98=9F=E6=9C=9F= =E4=B8=89 17:30 > =E6=94=B6=E4=BB=B6=E4=BA=BA: "dev@kylin.apache.org" , "user@kylin.apache.org" > =E4=B8=BB=E9=A2=98: Welcome to use docker for kylin > > > > Dear Apache Kylin users and developers: > > We provide docker for kylin to allow users to try Kylin and developer ver= ification code modifications. The docker mainly supports: > > - Kylin and its dependent services installation and deployment, can use K= ylin features directly > > - Support automatic copy code to the container, verify code changes after= packaging is complete and start Kylin > > See for details: http://kylin.apache.org/docs/install/kylin_docker.html > > > > Todo: > > - Support for running integration tests > > > > If you have any questions or suggestions about using docker for kylin, pl= ease reply me, thank you !