DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Apache Kylin : Analytical Data Warehouse for Big Data
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Welcome to Kylin Wiki.
As we all know, Kylin needs to build cube before query. So if the build job and query job are both running in one cluster, service may be unstable because of the resource preemption.
Now, Kylin 4.0 supports to finish building and query tasks on different Hadoop clusters which we call build cluster and query cluster. There will be many write operations in the build cluster and read-only operation in query cluster. The build task will be sent to build cluster. When the build task finished, the data will be sent to the query cluster so that we can execute the query tasks.
With a read/write separation deployment, we can completely isolate both build and query workloads.
hdfs and hive are all working properly and can access cluster resources.Now read/write separation deployment is configured.
$KYLIN_HOME/bin/check-env.sh and $KYLIN_HOME/bin/sample.sh are not available in this deployment mode.
In this mode, kylin.engine.spark-conf.spark.yarn.queue in kylin.properties should be configured as the queue of the build cluster.