Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
v1.6.0
-
None
-
None
-
CDH5.8.0
Kylin1.6
Kafka_2.11-0.10.1.0
-
Important
Description
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 '
' http://172.31.10.171:7070/kylin/api/cubes/StreamingCubeDemo/build2
Error:
java.lang.IllegalArgumentException: No new message comes, startOffset = endOffset:0