Hi:
kylin Support embedded JSON format since kylin1.6.0
and I use streaming cube with kafka
and my data:
{
"data": {
"account": "5942153",
"actual_amount": "30.0",
"app_name": "xxxx",
"app_no": "xxxx",
"app_session": "xxx",
"app_type_code": "xxx",
"button_name": "",
"dur": "",
"forum_version": "new",
"order_Time": "2018-01-11 16:38:43 0",
"order_no": "OD201801111638322140",
"order_type": "xxx",
"original_price": "xxx",
"page_name": "xxx",
"pay_result": "",
"pay_type": "",
"product_name": "xxx",
"scan_app": "",
"scan_result": ""
},
"device":""
}
but build cube throw Error
Property ‘app’ is not embedded format ?
[email protected]