Repository: kylin Updated Branches: refs/heads/document 4841ea0d3 -> c27d818b5
update doc for deploy cluster Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c27d818b Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c27d818b Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c27d818b Branch: refs/heads/document Commit: c27d818b510bbe03e089a11dbfea202ac0f6ff57 Parents: 4841ea0 Author: Hongbin Ma <[email protected]> Authored: Wed May 18 11:31:31 2016 +0800 Committer: Hongbin Ma <[email protected]> Committed: Wed May 18 11:31:31 2016 +0800 ---------------------------------------------------------------------- website/_docs15/install/kylin_cluster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/c27d818b/website/_docs15/install/kylin_cluster.md ---------------------------------------------------------------------- diff --git a/website/_docs15/install/kylin_cluster.md b/website/_docs15/install/kylin_cluster.md index 0da35fe..97947be 100644 --- a/website/_docs15/install/kylin_cluster.md +++ b/website/_docs15/install/kylin_cluster.md @@ -18,15 +18,15 @@ A typical scenario is depicted in the following chart: ### Setting up Multiple Kylin REST servers -If you are running Kylin in a cluster or you have multiple Kylin REST server instances, please make sure you have the following property correctly configured in ${KYLIN_HOME}/conf/kylin.properties +If you are running Kylin in a cluster where you have multiple Kylin REST server instances, please make sure you have the following property correctly configured in ${KYLIN_HOME}/conf/kylin.properties for EVERY server instance. 1. kylin.rest.servers List of web servers in use, this enables one web server instance to sync up with other servers. For example: kylin.rest.servers=sandbox1:7070,sandbox2:7070 2. kylin.server.mode - Make sure there is only one instance whose "kylin.server.mode" is set to "all" if there are multiple instances. + Make sure there is only one instance whose "kylin.server.mode" is set to "all"(or "job"), others should be "query" ## Setup load balancer To enable Kylin high availability, you need setup a load balancer in front of these servers, let it routing the incoming requests to the cluster. Client sides send all requests to the load balancer, instead of talk with a specific instance. - \ No newline at end of file +
