You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "QiLiFei (JIRA)" <ji...@apache.org> on 2016/12/12 09:31:59 UTC

[jira] [Updated] (KYLIN-2273) Raise No new message comes issue for the Kylin1.6 Streaming cube build

     [ https://issues.apache.org/jira/browse/KYLIN-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

QiLiFei updated KYLIN-2273:
---------------------------
    Attachment: kylin.log

Running log for my CDH Kylin

> 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
>         Attachments: kylin.log
>
>
> 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)