kylin
[root@hadoop004 ~]# curl --silent --location https://rpm.nodesource.com/setup_11.x | bash -
[root@hadoop004 aa]# yum install -y nodejs
[root@hadoop004 ~]# npm install -g cnpm --registry=https://registry.npm.taobao.org
安装maven
[hadoop@hadoop004 software]$ git clone https://github.com/apache/kylin.git
[hadoop@hadoop004 software]$ cd kylin/
[hadoop@hadoop004 kylin]$ git checkout 2.6.x-hadoop3.1
Branch 2.6.x-hadoop3.1 set up to track remote branch 2.6.x-hadoop3.1 from origin.
Switched to a new branch '2.6.x-hadoop3.1'
[hadoop@hadoop004 kylin]$ git branch
* 2.6.x-hadoop3.1
master