Recently in the toss Kylin, here to record the complete installation process
Environment preparation
CDH5.7.0
kylin-cdh5.7.0
2. Installation process
(1) The relevant key to prepare the cdh5.7.0, the main need hdfs,hive,hbase, ensure yarn jobhistory start
(2) Decompression Apache-kylin-1.5.2.1-cdh5.7-bin.tar to/opt, the relevant command is:
Tar zvxf apache-kylin-1.5.2.1-cdh5.7-bin.tar-c/opt
(3) Modify the relevant configuration in the Conf/kylin.properties file
1. Modify the kylin.rest.servers to native ip:7070, for example: 10.130.2.150:7070
2. Increase Kylin.job.jar=/opt/kylin/lib/kylin-job-1.5.2.1.jar
3. Increase Kylin.coprocessor.local.jar=/opt/kylin/lib/kylin-coprocessor-1.5.2.1.jar
4. Increase Kylin.job.yarn.app.rest.check.status.url= http://ip:8088/ws/v1/cluster/apps/${job_id}?anonymous=true , where IP is jobhistory IP address
At this point Kylin needs the basic configuration and completion, if you want to modify some of the runtime configuration parameters, you can modify the configuration in the relevant XML
(4) Modify/etc/profile
Add Export Kylin_home=/opt/kylin
3. Start Kylin
Execute in Bin directory
./kylin.sh Start
Start Kylin
Then visit Http://IP:7070/kylin to access Kylin
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/84/50/wKioL1eMnu3xnbIEAACs0WpdrMI555.png "title=" 12345678.png "alt=" Wkiol1emnu3xnbieaacs0wpdrmi555.png "/>
This article is from the "xlows" blog, make sure to keep this source http://xlows.blog.51cto.com/5380484/1827460
Apache-kylin Complete Installation process