My environment:
Cloudera Hadoop5.3.6
which
Hadoop version 2.5.0
HBase version 0.98.6
Hive version 0.13.1
Version of Kylin used: 1.5.2.1
: http://apache.fayea.com/kylin/apache-kylin-1.5.2.1/i downloaded: apache-kylin-1.5.2.1-bin.tar.gz
1. Decompression
TAR–ZXVF apache-kylin-1.5.2.1-src.tar.gz
2. Configuring Kylin Environment variables
Vim/etc/profile
And then add
Export kylin_home=/home/dlht/softwares/apache-kylin-1.5.2.1 value is the path to KYLIN
Then exit edit
Finally soruce/etc/profile the KYLIN environment variable into effect
Finally echo $KYLIN _home to see if the environment variable is in effect.
3, check the environment is OK, because kylin to use Hive table, Hdfs,hbase table, and can be a submit job
Execute $kylin_home/bin/check-env.sh to see if it's normal.
Normally, only the address of the KYLIN environment variable is output
4, $KYLIN _home/bin/kylin.sh start will KYLIN process run up
The log will be output when run, and the log will be $kylin_home/logs at the same time.
Under normal circumstances, Http://192.168.22.102:7070/kylin (IP please replace your own), access to the address can be accessed Kylin
The default account password is
ADMIN
KYLIN
5. Stop $KYLIN _home/bin/kylin.sh stop
Installation and configuration of Kylin