using kylin (#1 install hadoop)
kylin 설치 그리고 superset과의 연계를 통해서 BI분석을 수행해보자. 1. 환경준비 centos 7.6 docker hadoop 3.1.2 2.install hadoop on centos7 [root@kylin client-conf]# docker pull centos:7 Trying to pull repository docker.io/library/centos ... 7: Pulling from docker.io/library/centos 8ba884070f61: Pull complete Digest: sha256:a799dd8a2ded4a83484bbae769d97655392b3f86533ceb7dd96bbac929809f3c Status: Downloaded newer image for docker.io/centos:7 [root@kylin client-conf]# docker run --privileged -d --name namenode centos:7 init 4c865448f160ea24d79a15d687073b170cf9301af37f770a0e810a0ae83b9941 [root@kylin client-conf]# [root@kylin client-conf]# docker exec -it namenode bash [root@4c865448f160 /]# [root@4c865448f160 /]# yum -y install net-tools Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: mirror.kakao.com * extras: mirror.kakao.com * updates: mirror.kakao.com base