THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kylin 4.X recomend you to use RDBMS as metastore rather than HBase so you will not rely on HBase any more. But we did reserve HBase as secondary choice at the moment, but we may remove this support in near future.

HDP 2.X

// todo

  1. Open Uncomment the following code in bin/kylin.sh        
Code Block
# uncomment the following code
if [ -n "${hbase_dependency}" ]; then
   hadoop_dependencies=${hadoop_dependencies}:${hbase_dependency}
fi

...

    bin/kylin.sh start

CDH 5.X

...

  1. Uncomment the following code in bin/kylin.

...

  1. sh 
Code Block
languagebash
titlekylin.sh
linenumberstrue
collapsetrue
# uncomment the following code
if [ -n "${hbase_dependency}" ]; then
   hadoop_dependencies=${hadoop_dependencies}:${hbase_dependency}
fi

...

    2. Edit $KYLIN_HOME/conf/kylin.properties

Code Block
languagebash
titlekylin.properties
linenumberstrue
collapsetrue
# HBase Metadata url
kylin.metadata.url=kylin_metadata@hbase
# Connect to a remote zookeeper with the url, should set kylin.env.zookeeper-is-local to false
kylin.env.zookeeper-connect-string=cdh-masterhostname:port