Re:Re: Re: kylin encode

2017-09-30 Thread 崔苗
the timestamp in kafka table can be recognized and automatically be changed into date format,but the timestamp in hive can't be used? 在 2017-09-30 16:24:43,"Alberto Ramón" 写道: >I think yes. You have 3 format to choose o column sompose > >On 30 September 2017 at 09:21,

Re: Re: kylin encode

2017-09-30 Thread Alberto Ramón
I think yes. You have 3 format to choose o column sompose On 30 September 2017 at 09:21, 崔苗 wrote: > the time column in our table is timestamp such as 1501210920742,saved as > bigint in hive,not the date format as -MM-dd HH:mm:ss,so we must change > the timestamp to date

Re:Re: kylin encode

2017-09-30 Thread 崔苗
the time column in our table is timestamp such as 1501210920742,saved as bigint in hive,not the date format as -MM-dd HH:mm:ss,so we must change the timestamp to date format? 在 2017-09-30 16:05:23,"Alberto Ramón" 写道: >As resume: > >-MM-dd / *MMdd* /

Re: kylin encode

2017-09-30 Thread Alberto Ramón
As resume: -MM-dd / *MMdd* / -MM-dd HH:mm:ss Check this JIRAS: https://issues.apache.org/jira/browse/KYLIN-1101 https://issues.apache.org/jira/browse/KYLIN-1441 https://issues.apache.org/jira/browse/KYLIN-1427 On 30 September 2017 at 04:45, 崔苗 wrote: > we have

kylin encode

2017-09-29 Thread 崔苗
we have a timestamp column used as the partition column,what should be used to encoed the column,date or time? what's the difference between the two code? BTW, can kylin recognize all the level of timestamp ,no matter it's s or ms timestamp? thanks in advanced for your reply.