回复: 回复: 回复: CubeBuildingCLI not work well

2019-08-27 Thread lk_hadoop
sometimes it work sometimes not work : 2019-08-28 12:50:08,691 ERROR [http-bio-7070-exec-4] controller.BasicController:63 : org.apache.kylin.rest.exception.InternalErrorException at org.apache.kylin.rest.controller.CubeController.buildInternal(CubeController.java:399) at

Re: 【问题求助】kylin在build时报Counters为0错误

2019-08-27 Thread Yaqian Zhang
Hi Huan: Can you describe the construction details, such as dimension tables and fact tables? In my opinion, it may be that dimension tables and fact tables do not have qualified columns in the join process, which results in counters being zero when cuboid is built. You can check your table

【问题求助】kylin在build时报Counters为0错误

2019-08-27 Thread Huan Jiang
问题描述:Kylin 在 build 阶段 - Convert Cuboid Data to HFile 时,报 org.apache.kylin.engine.mr.exception.MapReduceException:Counters:0 (偶尔会报,不是每次build都报) 具体信息: [cid:89CAB867-94BE-4871-88D6-8F08B96332D1] [cid:0CE033F9-5D4A-40F8-94EA-7170C5EC94D7] 请问,这种错误怎么解决呢,谢谢!

回复: 回复: 回复: CubeBuildingCLI not work well

2019-08-27 Thread lk_hadoop
I've use metastore.sh removed /model_desc/membership_marking.json and /model_desc/gaoji_sale_model.json and restarted kylin , but still can't build systemcube automatically. 2019-08-28 lk_hadoop 发件人:"lk_hadoop" 发送时间:2019-08-28 09:21 主题:回复: 回复: 回复:CubeBuildingCLI not work well 收件人:"user"

回复: 回复: 回复:CubeBuildingCLI not work well

2019-08-27 Thread lk_hadoop
NowI have upgrade from kylin2.6.1 to kylin2.6.3 , I still face the issue of building system cube. I follow the tutorial use cron job to call system_cube_build.sh , eche time I will get the error log ,and I can't see any build job from the web ui: 2019-08-27 20:20:11,909 DEBUG [main]

回复:Re: Re: Tableau Server通过JDBC连接Kylin的问题

2019-08-27 Thread 禹荣虎
Hi Temple zhou, ​sorry, There are two logs。 ​‘Access violation - no RTTI data!’, this error message is occur when use the embedded authentication Tiger Yu ​ --Original Mail -- Sender:Temple Zhou Send Date:Tue Aug 27 16:34:02 2019 Recipients:禹荣虎

Re: Re: Tableau Server通过JDBC连接Kylin的问题

2019-08-27 Thread Temple Zhou
Hi Ronghu, According to the "HTTP Status 401 – Unauthorized" in your logs, I think you can try to use the embedded authentication when publishing the tableau report. On Mon, Aug 26, 2019 at 4:22 PM 禹荣虎 wrote: > hi,this is the error logs > > 2019-08-20 14:33:46.682 +0800 (Default,admin@local >

Re: 答复: kafka构建 重置offset

2019-08-27 Thread Xiaoxiang Yu
Dear Katte: I think you are right. The offset rewrite logic is located at method enrichSourcePartitionBeforeBuild of KafkaSource. From https://github.com/apache/kylin/blob/0d5f85b0a40c301134122de927204a0d17ad65fa/source-kafka/src/main/java/org/apache/kylin/source/kafka/KafkaSource.java#L84