Hello, I am using Kylin version 3.0 I could manage to create streaming cube
But I can't refresh the cube. I am getting this error.
The new refreshing segment kafka_kylin_cube[20191225093200_20191225093200]
does not match any exisiting segment in cube CUBE[name=kylin_cube]
But when I run this code I get successfull message but cant refresh the
cube.
curl -X PUT --user ADMIN:KYLIN -H "Content-Type:
application/json;charset=utf-8" -d '{ "sourceOffsetStart": 0,
"sourceOffsetEnd": 9223372036854775807, "buildType": "REFRESH"}'
http://localhost:7070/kylin/api/cubes/{your_cube_name}/init_start_offsets
--
Sent from: http://apache-kylin.74782.x6.nabble.com/