How to remove error model?

2017-10-12 Thread 杨浩
There are some error model/cube in kylin, it cannot be seen in the website, and I cannot genereate the same model named that, How to delete it? Command bin/metastore.sh clean --delete true cannot delete the dirty model.

RE: Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Kumar, Manoj H
I guess KafkaSource Class file where it has enrichSourcePartitionBeforeBuild() to get partition values. There its getting Error out. Do we know how can we test out to find why its coming as 0 for start & end offset? Regards, Manoj From: Kumar, Manoj H Sent: Thursday, October 12, 2017 3:35 PM

RE: Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Kumar, Manoj H
Yes its there.. I could see the messages.. Regards, Manoj From: Billy Liu [mailto:billy...@apache.org] Sent: Thursday, October 12, 2017 3:11 PM To: user Subject: Re: Kafka Streaming data - Error while building the Cube STREAMING_SALES_TABLE table reads messages from Kafka topic kylin_demo,but

Re: cannot file ojdbc6.jar while kylin startup

2017-10-12 Thread Billy Liu
You could ignore the boring message. That's tomcat tries to detect ODBC libraries from environment. Not real Kylin error. 2017-10-12 17:19 GMT+08:00 li...@fcyun.com : > > Hi, all > > Here my logs in kylin.out file. why this error ocuurs? > > > Another confusion, while I start

Re: Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Billy Liu
STREAMING_SALES_TABLE table reads messages from Kafka topic kylin_demo,but got 0 message. Could you check if the topic has incoming message: bin/kafka-console-consumer.sh --zookeeper localhost:2181 --bootstrap-server localhost:9092 --topic kylin_demo 2017-10-12 17:19 GMT+08:00 Kumar, Manoj H

cannot file ojdbc6.jar while kylin startup

2017-10-12 Thread li...@fcyun.com
Hi, all Here my logs in kylin.out file. why this error ocuurs? Another confusion, while I start kylin from /usr/local/apache-kylin-2.0.0-bin/lib/, then it complaint "/usr/local/apache-kylin-2.0.0-bin/lib/ojdbc6.jar" not found. #cd /usr/local/apache-kylin-2.0.0-bin/lib/ #../bin/kylin.sh

RE: Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Kumar, Manoj H
Pls. find below information about consumer config from Kylin log file. 2017-10-11 02:11:43,787 INFO [pool-8-thread-1] threadpool.DefaultScheduler:123 : Job Fetcher: 0 should running, 0 actual running, 0 stopped, 0 ready, 1 already succeed, 0 error, 0 discarded, 0 others 2017-10-11 02:12:13,783

Re: Merge Segment ERROR

2017-10-12 Thread Billy Liu
Fixed at https://issues.apache.org/jira/browse/KYLIN-2794, and will be released in Apache Kylin 2.2 2017-10-11 15:41 GMT+08:00 s丶影中人* <845286...@qq.com>: > When i merge the segment encounter error, how can i solve it. Please... > Log as follows: > > 2017-10-11 15:24:56,139 ERROR

Re: Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Billy Liu
Hi Kumar, Could you paste more Kafka Consumer related log in kylin.log? And also check from the Kafka broker side, if the Kylin client has connected to Broker. 2017-10-12 14:29 GMT+08:00 Kumar, Manoj H : > Building the Cube from Kylin UI - Although Messages are there

Kafka Streaming data - Error while building the Cube

2017-10-12 Thread Kumar, Manoj H
Building the Cube from Kylin UI - Although Messages are there in Kafka topic but Kylin is not able read the offset. Can someone help on this? 2017-10-11 20:50:42,573 INFO [http-bio-7070-exec-8] utils.AppInfoParser:83 : Kafka version : 0.10.2-kafka-2.2.0 2017-10-11 20:50:42,573 INFO