{ "name": "Tutorial_Cube", "model_name": "Tutorial_Model", "description": "test kylin cube", "dimensions": [ { "name": "DATE", "table": "DEFAULT.KYLIN_SALES", "derived": null, "column": "PART_DT" } ], "measures": [ { "name": "total_price", "function": { "expression": "SUM", "returntype": "decimal(19,4)", "parameter": { "type": "column", "value": "PRICE", "next_parameter": null }, "configuration": null } }, { "name": "transactions", "function": { "expression": "COUNT", "returntype": "bigint", "parameter": { "type": "constant", "value": 1, "next_parameter": null }, "configuration": null } } ], "dictionaries": [], "rowkey": { "rowkey_columns": [ { "column": "PART_DT", "encoding": "dict", "isShardBy": "false" } ] }, "aggregation_groups": [ { "includes": [ "PART_DT" ], "select_rule": { "hierarchy_dims": [], "mandatory_dims": [], "joint_dims": [] } } ], "partition_date_start": "2011-12-31", "notify_list": [], "hbase_mapping": { "column_family": [ { "name": "f1", "columns": [ { "qualifier": "m", "measure_refs": [ "total_price", "transactions" ] } ] } ] }, "retention_range": 15552000000, "status_need_notify": [ "ERROR", "DISCARDED", "SUCCEED" ], "auto_merge_time_ranges": [ 604800000, 2419200000 ], "engine_type": 2, "storage_type": 2, "override_kylin_properties": {}, "project": "Tutorial" }