RupengWang edited a comment on pull request #933:
URL: https://github.com/apache/kylin/pull/933#issuecomment-645179227


   ## Design test cases
   
   ### Prepare test env
   1. deploy 3 kylin instances in a cluster contains 3 nodes[cdh-master, 
cdh-client, cdh-worker-1]
   2. enable distributed schedule
         - kylin.job.scheduler.default=2
         - 
kylin.job.lock=org.apache.kylin.storage.hbase.util.ZookeeperDistributedJobLock
         - add all job servers and query servers to the 
kylin.server.cluster-servers
   3. clone the sample cube - kylin_sales_cube and set cube kylin property 
kylin.cube.schedule.assigned-servers=cdh-master,cdh-worker-1
         
![image](https://user-images.githubusercontent.com/9884693/84864001-89bbc500-b0a8-11ea-85f7-394add6f1013.png)
   
   4. build two segment (2012-01-01 ~ 2013-01-01) (2013-01-01 ~ 2014-01-01), 
the  build requests are submitted by cdh-client
   
   ### Case -1 
   check if these two build job are executed by cdh-master and cdh-worker-1
   
   ### Case -2
   Don't set kylin.cube.schedule.assigned-servers and submit build request in 
cdh-client, to see if the job will be built by cdh-client


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to