Apache Kylin Local Boot

Source: Internet
Author: User
Tags hortonworks

First: Kylin is an online Analytics Platform.

Kylin on the homepage of Apache is http://kylin.apache.org/cn/.

Kylin git code in Https://github.com/apache/kylin

Brief introduction Kylin in this machine how run,kylin need Hadoop environment, default is sandbox environment, sandbox installation can see https://zh.hortonworks.com/products/sandbox/, Use virtual box to virtualize a Hadoop sandbox environment locally:

1.git clone https://github.com/apache/kylin.git, download the Kylin code to a local

2. Run MVN clean install-dskiptests under/kylin to inject the current project and module into the local repository

3. Modify the KYLIN-SERVER.IML, change the scope=provided all to Scope=compile (kylin default is that the environment has a jar, it is provided, the native runtime is modified to COMPILE, the runtime add Jar)

4. Modify the Kylin.properties, configure the Hadoop environment (modify the IP sandbox/sandbox.hortonworks.com for the HDP sandbox in the hosts)

5. In Kylin-server, modify the Hadoop version of the hdp.version for the environment.

6. A exception and solutions encountered during startup:

java.lang.RuntimeException:Failed to create local dir/hadoop/hbase/local/jars, Dynamicclassloader Failed to init.< /c1>

Solution:remove "Hbase.tmp.dir" in Hbase-site.xml

Specific reference: http://kylin.apache.org/development/dev_env.html

  

Apache Kylin Local Boot

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.