I setup a kylin test environment, and I try to using oracle as JDBC data source.
I can get the table structure in Kylin, but fail to build cube.
I find the SQL  in cubes :
SELECT
T_IOT_CARD.ID as T_IOT_CARD_ID
 FROM UBI_OLAP.T_IOT_CARD as T_IOT_CARD
WHERE 1=1



But this sql can't run sucessfull in ORACLE, Oracle can't support table alias 
with as.


Can you point out what should I do , which parameter I should set.

Attachment: error.log
Description: Binary data

Attachment: kylin.properties
Description: Binary data

Reply via email to