Aller au contenu

Installer Apache Kylin

Apache Kylin peut être installé facilement avec Docker.

Installer Docker#

Installer Apache kylin#

docker stop Kylin5-Machine

docker rm Kylin5-Machine

docker run -d \
    --restart always \
    --name Kylin5-Machine \
    --hostname localhost \
    -e TZ=UTC \
    -m 10G \
    -p 7070:7070 \   # Port UI Apache Kylin
    -p 8088:8088 \   # Port ResourceManager (YARN)
    -p 9870:9870 \   # Port NameNode (HDFS)
    -p 8032:8032 \   # Port YARN ResourceManager
    -p 8042:8042 \   # Port NodeManager (YARN)
    -p 2181:2181 \   # Port Zookeeper
    apachekylin/apache-kylin-standalone:5.0.2-GA

Rendez-vous à l'adresse suivante http://localhost:7070/kylin/index.html

Champ Valeur par défaut
Username ADMIN (en majuscules)
Password KYLIN (en majuscules)

Configurer Postgres#

/home/kylin/apache-kylin-5.0.2-bin/conf/kylin.properties


**

Partagez sur les réseaux sociaux

Commentaires