QiLiFei created KYLIN-2273:
------------------------------
Summary: Raise No new message comes issue for the Kylin1.6
Streaming cube build
Key: KYLIN-2273
URL: https://issues.apache.org/jira/browse/KYLIN-2273
Project: Kylin
Issue Type: Bug
Components: Client - CLI
Affects Versions: v1.6.0
Environment: CDH5.8.0
Kylin1.6
Kafka_2.11-0.10.1.0
Reporter: QiLiFei
Priority: Blocker
When I commit the curl command to build my streaming cube , it will always
raise the below error . However , I'm sure that I set the correct value on the
properties sourceSoffsetStart and sourceOffsetEnd .And during this process , I
always keep the KafkaSampleProducer running in the tutorial !!! I tried to
replace the 9223372036854775807 by 100000 or another . However it still failed
to work correctly . I'm wondering why this happen even though I follow the
steps from the official
doc(http://kylin.apache.org/docs16/tutorial/cube_streaming.html). Anything
wrong or missing for me ???
Curl command :
curl -X PUT --user ADMIN:KYLIN -H "Content-Type:
application/json;charset=utf-8" -d '{ "sourceOffsetStart": 0,
"sourceOffsetEnd": 9223372036854775807, "buildType": "BUILD"}'
http://172.31.10.171:7070/kylin/api/cubes/StreamingCubeDemo/build2
Error:
java.lang.IllegalArgumentException: No new message comes, startOffset =
endOffset:0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)