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