I think the problem may be the Hive ACID properties is not config in Kylin's 
$KYLIN_HOME/conf/kylin_hive_conf.xml
Hive ACID with ORC file format need some properties like :

hive.support.concurrency – true
hive.enforce.bucketing – true (Not required as of Hive 2.0)
hive.exec.dynamic.partition.mode – nonstrict
hive.txn.manager – org.apache.hadoop.hive.ql.lockmgr.DbTxnManager

So, try to config the Hive ACID properties in Kylin's 
$KYLIN_HOME/conf/kylin_hive_conf.xml

Hive 
wiki:https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-Configuration
 
<https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-Configuration>


> 在 2016年11月25日,22:06,ShaoFeng Shi <[email protected]> 写道:
> 
> Didn't hear of that. Hive table's file format is transparent for Kylin;
> Even if the table is a view, Kylin can build from it.
> 
> What's the detail error you got when using ORC table? If you can provide
> the detail information, that would be better.
> 
> 2016-11-25 18:22 GMT+08:00 suresh m <[email protected]>:
> 
>> Hi Facing an issue where i can able to build cube with text format but
>> unable to building cube with ORC tables.
>> 
>> Let me know kylin having any issues with ORC format.?
>> 
>> Hive having limitation that Text format tables not having possibility to
>> enabling ACID properties since text format not supporting ACID. But for me
>> ACID properties is important to handle my data, this i can do with ORC but
>> kylin throwing errors with ORC format.
>> 
>> 
>> Regards,
>> Suresh
>> 
> 
> 
> 
> -- 
> Best regards,
> 
> Shaofeng Shi 史少锋

Reply via email to