Hello Dong, Thanks. I found that if a NoRealizationFoundException is thrown, then the query will be routed to hive. In which condition will a NoRealizationFoundException be thrown? I found that most times, a table not found exception will be thrown out.
Hua Wang From: Dong Li Date: 2016-01-12 17:55 To: dev Subject: Re: In which situation will the SQL of Kylin run on hive rather than running query on HBase? Hello Hua, To route query to hive if no cubes matched, you can set kylin.route.hive.enabled=true in kylin.property. By default it's false. Thanks, Dong Li 2016-01-12 17:33 GMT+08:00 Hua Wang <1032195...@qq.com>: > > I have a question about when will the SQL run on hive, rather than query > on HBase? > In my test, if the SQL doesn't match any realizations, an exception will > be thrown. Then what configuration need I set to be enable to run SQL on > hive through Kylin? > thanks. > > > Hua Wang > -- Thanks, Dong