Re: data format when building increment cube

2017-10-26 Thread ShaoFeng Shi
Feng Shi";<shaofeng...@apache.org>; > 发送时间: 2017年10月23日(星期一) 晚上11:09 > 收件人: "dev"<dev@kylin.apache.org>; > > 主题: Re: data format when building increment cube > > > > Oh, I'm using 2.2 (will release soon). > > Then you can run "bin/mestore

?????? data format when building increment cube

2017-10-25 Thread op
pache.org>; > *????:* 2017??10??23??(??) ????5:53 > *??:* "dev"<dev@kylin.apache.org>; > *:* Re: data format when building increment cube > > You can backup the metastore to local, then you will see the model json > file. > > On Kylin we

Re: data format when building increment cube

2017-10-23 Thread ShaoFeng Shi
t;, will > see the JSON content. > > 2017-10-23 17:23 GMT+08:00 op <520075...@qq.com>: > > > thank you shaofeng,but i cannot find the json file > > or you mean change it on kylin web? > > > > > > > > > > ------ 原始邮件 ---

?????? data format when building increment cube

2017-10-23 Thread op
on kylin web,there is no "Edit Json" . my version 2.0 -- -- ??: "ShaoFeng Shi";<shaofeng...@apache.org>; : 2017??10??23??(??) 5:53 ??: "dev"<dev@kylin.apache.org>; ????: Re

?????? data format when building increment cube

2017-10-23 Thread op
thx ?? -- -- ??: "ShaoFeng Shi";<shaofeng...@apache.org>; : 2017??10??23??(??) 5:53 ??: "dev"<dev@kylin.apache.org>; ????: Re: data format when building increment cube You can backup the metas

Re: data format when building increment cube

2017-10-23 Thread ShaoFeng Shi
find the json file > or you mean change it on kylin web? > > > > > -- 原始邮件 -- > 发件人: "ShaoFeng Shi";<shaofeng...@apache.org>; > 发送时间: 2017年10月23日(星期一) 下午5:09 > 收件人: "dev"<dev@kylin.apache.org>; > >

?????? data format when building increment cube

2017-10-23 Thread op
"partition_type" : "APPEND", "partition_condition_builder" : "org.apache.kylin.metadata.model.PartitionDesc$DefaultPartitionConditionBuilder" }, "capacity" : "MEDIUM" } 2017-10-23 16:19 GMT+08:00 op <520075...@qq.com>: &

Re: data format when building increment cube

2017-10-23 Thread ShaoFeng Shi
quot;partition_condition_builder" : "org.apache.kylin.metadata.model.PartitionDesc$DefaultPartitionConditionBuilder" }, "capacity" : "MEDIUM" } 2017-10-23 16:19 GMT+08:00 op <520075...@qq.com>: > hi shaofeng > then how to use a new Par

?????? data format when building increment cube

2017-10-23 Thread op
hi shaofeng then how to use a new PartitionConditionBuilder?? thanks?? -- -- ??: "ShaoFeng Shi";<shaofeng...@apache.org>; : 2017??10??17??(??) 6:16 ??: "dev"<dev@kylin.apache.org>; ????: Re: dat

Re: data format when building increment cube

2017-10-17 Thread ShaoFeng Shi
It is not supported. You need to develop a new PartitionConditionBuilder. Please refer to org.apache.kylin.metadata.model.PartitionDesc.YearMonthDayPartitionConditionBuilder 2017-10-17 18:06 GMT+08:00 op <520075...@qq.com>: > > hello everyone. > how can i define my own data format? > our hive

data format when building increment cube

2017-10-17 Thread op
hello everyone. how can i define my own data format? our hive tables are partitioned by month_id(format :mm) and subpartitioned by day_id(format ??dd) thanks!