Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E56F5200B92 for ; Wed, 28 Sep 2016 09:17:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E3E57160AD4; Wed, 28 Sep 2016 07:17:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 34D49160AB4 for ; Wed, 28 Sep 2016 09:17:28 +0200 (CEST) Received: (qmail 32484 invoked by uid 500); 28 Sep 2016 07:17:27 -0000 Mailing-List: contact dev-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list dev@kylin.apache.org Received: (qmail 32473 invoked by uid 99); 28 Sep 2016 07:17:27 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 07:17:27 +0000 Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 133B41A027C for ; Wed, 28 Sep 2016 07:17:27 +0000 (UTC) Received: by mail-qk0-f173.google.com with SMTP id g67so39161876qkd.0 for ; Wed, 28 Sep 2016 00:17:26 -0700 (PDT) X-Gm-Message-State: AA6/9Rl2EbBtPdp34XQIhHrIPfD4I8mxb/VA6CTlEaNYlJ8N4jofYHNvmjurA9L0ajCFmAfqW0COwE7eulSiCA== X-Received: by 10.55.181.197 with SMTP id e188mr28238443qkf.87.1475047046134; Wed, 28 Sep 2016 00:17:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.26.89 with HTTP; Wed, 28 Sep 2016 00:17:25 -0700 (PDT) In-Reply-To: <1474951785520-5906.post@n6.nabble.com> References: <1474951785520-5906.post@n6.nabble.com> From: Li Yang Date: Wed, 28 Sep 2016 15:17:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Kylin installation steps on CDH 5.7.x To: dev@kylin.apache.org Content-Type: multipart/alternative; boundary=94eb2c06beb83644cd053d8c2760 archived-at: Wed, 28 Sep 2016 07:17:29 -0000 --94eb2c06beb83644cd053d8c2760 Content-Type: text/plain; charset=UTF-8 You are pretty good. I think the warning is ignoreable. > 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.... It's briefly mentioned in "3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell." The message is, the node need to have client lib and config to connect hadoop/hive/hbase. And the shell commands `hive`, `hbase` must be available, which `kylin.sh` will call to detect dependencies automatically. Cheers Yang On Tue, Sep 27, 2016 at 12:49 PM, Damion Reeves wrote: > 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. > --94eb2c06beb83644cd053d8c2760--