I build kylin 1.6.0 on my laptop myself. It seems working well. But building cube from the `learn_kylin` sample project or created by myself both failed.
No error message. I've tried several times. But the building progress is 0 for hours. the log is here ``` 2017-09-30 15:41:44,761 DEBUG [pool-8-thread-3] dao.ExecutableDao:210 : updating job output, id: f5c3218f-8e4e-40ab-8c43-c013fa98a758-00 2017-09-30 15:41:44,763 DEBUG [pool-8-thread-3] hbase.HBaseResourceStore:262 : Update row /execute_output/f5c3218f-8e4e-40ab-8c43-c013fa98a758-00 from oldTs: 1506757294756, to newTs: 1506757304761, operation result: true 2017-09-30 15:41:44,995 DEBUG [pool-8-thread-2] dao.ExecutableDao:210 : updating job output, id: b2ec1875-d472-450f-bc5e-565282dbff16-00 2017-09-30 15:41:44,997 DEBUG [pool-8-thread-2] hbase.HBaseResourceStore:262 : Update row /execute_output/b2ec1875-d472-450f-bc5e-565282dbff16-00 from oldTs: 1506757294990, to newTs: 1506757304995, operation result: true 2017-09-30 15:41:54,768 DEBUG [pool-8-thread-3] dao.ExecutableDao:210 : updating job output, id: f5c3218f-8e4e-40ab-8c43-c013fa98a758-00 2017-09-30 15:41:54,771 DEBUG [pool-8-thread-3] hbase.HBaseResourceStore:262 : Update row /execute_output/f5c3218f-8e4e-40ab-8c43-c013fa98a758-00 from oldTs: 1506757304761, to newTs: 1506757314768, operation result: true 2017-09-30 15:41:55,002 DEBUG [pool-8-thread-2] dao.ExecutableDao:210 : updating job output, id: b2ec1875-d472-450f-bc5e-565282dbff16-00 2017-09-30 15:41:55,005 DEBUG [pool-8-thread-2] hbase.HBaseResourceStore:262 : Update row /execute_output/b2ec1875-d472-450f-bc5e-565282dbff16-00 from oldTs: 1506757304995, to newTs: 1506757315002, operation result: true ``` The building status is disabled. And the build details shows the progress gets stuck at `Create Intermediate Flat Hive Table`. Any help? -- Yao