Hi,

Can anyone point me towards the installation and configuration steps of
Kylin for Cloudera CDH ?

I have an 11-node Proof-Of-Concept CentOS 7.2 cluster running CDH 5.7.x and
I would like to install Kylin on one of the nodes....

I've used the steps shown in this URL
(http://kylin.apache.org/docs/install/) to install Kylin:


Install Kylin
-------------
1. Download latest Kylin binaries at http://kylin.apache.org/download
2. Export KYLIN_HOME pointing to the extracted Kylin folder
3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in
shell. If you are not so sure, you can run bin/check-env.sh, it will print
out the detail information if you have some environment issues.
4. To start Kylin, simply run bin/kylin.sh start
5. To stop Kylin, simply run bin/kylin.sh stop


But it does explain what HBase/CDH client libraries I may need to install on
the node in order to be able to start Kylin....

I attempt to check the environment using the step below (before actually
trying to start Kylin) and a message regarding "Warning: fs.defaultFS is not
set when running "mkdir" command" is displayed:


[root@{FQDN}]# echo $KYLIN_HOME

/var/apache_kylin/apache-kylin-1.5.4-cdh5.7-bin

[root@{FQDN}]# echo $PATH

/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/var/apache_kylin/apache-kylin-1.5.4-cdh5.7-bin/bin

[root@{FQDN}]# cd /var/apache_kylin/apache-kylin-1.5.4-cdh5.7-bin/bin

[root@{FQDN}]# ./check-env.sh

KYLIN_HOME is set to /var/apache_kylin/apache-kylin-1.5.4-cdh5.7-bin
Warning: fs.defaultFS is not set when running "mkdir" command.


What am I missing ?


Cheers,

Damion.

--
View this message in context: 
http://apache-kylin.74782.x6.nabble.com/Kylin-installation-steps-on-CDH-5-7-x-tp5906.html
Sent from the Apache Kylin mailing list archive at Nabble.com.

Reply via email to