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.

...

    bin/kylin.sh start

CDH 5.X

1、Edit $KYLIN_HOME/bin/kylin.sh     

Code Block
# 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-master