라벨이 hbase인 게시물 표시

install kylin(#3 superset)

이미지
docker상에서 kylin 설치 그리고 superset으로 데이터 확인 1. 환경준비     centos 7.6     docker 2. kylin 설치 확인 ##  지난 post에서 만들어진  docker images [root@kylin client-conf]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE sungminyun/kylin-docker 101 3. install superset [root@kylin super]# git clone https://github.com/apache/incubator-superset.git Cloning into 'incubator-superset'... remote: Enumerating objects: 9, done. remote: Counting objects: 100% (9/9), done. remote: Compressing objects: 100% (9/9), done. remote: Total 48445 (delta 0), reused 2 (delta 0), pack-reused 48436 Receiving objects: 100% (48445/48445), 107.31 MiB | 11.14 MiB/s, done. Resolving deltas: 100% (34295/34295), done. [root@kylin super]# cd incubator-superset/ [root@kylin incubator-superset]# ls CHANGELOG.md INSTALL.md README.md babel-node gen_changelog.sh requirements-dev.txt setup.py CODE_OF_CONDUCT.md LICENSE.txt RELEASING

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 wget vim telnet ntp