centos 7 下 安装配置 caravel

Superset pykylin集成安装

http://blog.csdn.net/sunday_or/article/details/68927393?utm_source=itdadao&utm_medium=referral

 

SuperSet CentOs7安装部署

http://blog.csdn.net/akfdgg123/article/details/73740244

pykylin安装

http://blog.csdn.net/huguoping830623/article/details/75635650

centos 7 下 安装配置 caravel

http://blog.csdn.net/helloworld_521/article/details/53006921

kylin://ADMIN:KYLIN@192.168.8.23:7070/kylin/api?project=project1

Superset 安装mysqlclient (http://blog.csdn.net/default7/article/details/73368665)

1. yum install mariadb-devel

2. pip install mysqlclient

Superset启动服务以及端口

superset runserver -p 8088

访问: http://localhost:8088

相关推荐