라벨이 bigdata인 게시물 표시

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                                                                         

Data Analysis with Superset (install superset in docker)

Superset을 사용하기 위해 먼저  superset을 설치해 보겠습니다. 간단하게 docker를 이용한 설치를 진행하겠습니다. 1. 환경준비     Centos 7.x     Docker 2. Docker & Docker Registry 설치 [root@localhost ~]# yum -y install docker docker-registry Loaded plugins: fastestmirror, langpacks Determining fastest mirrors  * base: mirror.kakao.com  * epel: d2lzkl7pfhq30w.cloudfront.net  * extras: mirror.kakao.com  * updates: mirror.kakao.com Package 2:docker-1.13.1-96.gitb2f74b2.el7.centos.x86_64 already installed and latest version ==============================================================================================================  Package                        Arch              Version                             Repository         Size ============================================================================================================== Installing:  docker-distribution            x86_64            2.6.2-2.git48294d9.el7              extras            3.5 M Tr