install kylin(#2 install)
docker상에서 kylin 설치 그리고 superset으로 데이터 확인 1. 환경준비 centos 7.6 docker 2. Install and Execute ## make file & folder [root@kylin kylin-docker]# docker build -t sungminyun/kylin-docker:152 . Sending build context to Docker daemon 234.5 kB Step 1/39 : FROM ubuntu:16.04 Trying to pull repository docker.io/library/ubuntu ... 16.04: Pulling from docker.io/library/ubuntu f7277927d38a: Pull complete 8d3eac894db4: Pull complete edf72af6d627: Pull complete 3e4f86211d23: Pull complete Digest: sha256:97b54e5692c27072234ff958a7442dde4266af21e7b688e7fca5dc5acc8ed7d9 Status: Downloaded newer image for docker.io/ubuntu:16.04 ---> 5e13f8dd4c1a Step 2/39 : MAINTAINER sungminyun ---> Running in a59282f3b3f5 ---> af92d9f062e1 Removing intermediate container a59282f3b3f5 Step 3/39 : WORKDIR /tmp ---> 47074a3af534 Removing intermediate container e89b332271c8 Step 4/39 : RUN set -x && apt-get update && apt-get install -y wge...