[
https://issues.apache.org/jira/browse/KYLIN-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15744563#comment-15744563
]
QiLiFei commented on KYLIN-2273:
--------------------------------
Thanks!
I've already raised a discussion for below error . I'm not sure whether it's a
bug. The job will immediately raise error in the first step after curl it .
I've diagnosed it by the Kybot but seems useless. Please give some support ,
Thanks a lot !
2016-12-13 00:22:09,603 WARN [DataStreamer for file
/user/root/.staging/job_1481606707079_0005/files/meta/cube/StreamingCube22.json]
hdfs.DFSClient:864 : Caught exception
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1281)
at java.lang.Thread.join(Thread.java:1355)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.closeResponder(DFSOutputStream.java:862)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.endBlock(DFSOutputStream.java:600)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:789)
2016-12-13 00:22:11,555 WARN [DataStreamer for file
/user/root/.staging/job_1481606707079_0005/job.jar] hdfs.DFSClient:864 : Caught
exception
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1281)
at java.lang.Thread.join(Thread.java:1355)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.closeResponder(DFSOutputStream.java:862)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.endBlock(DFSOutputStream.java:600)
at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:789)
2016-12-13 00:22:11,587 INFO [pool-9-thread-5] consumer.ConsumerConfig:180 :
ConsumerConfig values:
> 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, 捕获.PNG
>
> Original Estimate: 8h
> Remaining Estimate: 8h
>
> 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)