I'm getting following error when running the query as described on http://kylin.apache.org/docs15/tutorial/kylin_sample.html I'm get to the step where the cube build succeeds but when I run the query on Insight, I get the error.
Error while executing SQL "select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt LIMIT 50000": Timeout visiting cube! Please note that I'm running this on a 5 Node Hadoop Cluster with CDH5.7 on AWS. I tried installing Kylin on datanode first and got this error. Later I installed Kylin on namenode and still getting the same error message. I can make Kylin work on CDH VM with single node but not on a Hadoop multinode cluster. Please let me know how to fix this. Thanks Amit
