Re: Streaming Build Timestamp parse error

2017-01-19 Thread Mario Copperfield
I think it might make a confuse, because we usually define timestamp as an unix timestamp such as “1484236798000" On 20 Jan 2017, 13:25 +0800, ShaoFeng Shi , wrote: > "When i use timestamp as partition col, it occurs exception as follow:"; > > Please aware that

org.apache.kylin.dict.CachedTreeMap use a couple classes from org.apache.hadoop.fs

2017-01-19 Thread ShaoFeng Shi
Hi Yerui, I noticed that the CachedTreeMap.java uses a couple of classes from org.apache.hadoop.fs package; and you have a comment "TODO Depends on HDFS for now, ideally just depends on storage interface" Now this impact the cube building with Spark, as some classes like

Re: Streaming Build Timestamp parse error

2017-01-19 Thread xwhfcenter
I'll check tomorrow Sent from Alto On Thursday, January 19, 2017 at 22:10 ShaoFeng Shi wrote: Hi, Could you provide the stack trace? Besdies, did you specifiy the "tsParser" property when define the table? if yes, what's the value? 2017-01-19 21:45 GMT+08:00 Li Yang :

Re: Streaming Build Timestamp parse error

2017-01-19 Thread ShaoFeng Shi
Hi, Could you provide the stack trace? Besdies, did you specifiy the "tsParser" property when define the table? if yes, what's the value? 2017-01-19 21:45 GMT+08:00 Li Yang : > Deserves a JIRA I think. > > Cheers > Yang > > On Mon, Jan 16, 2017 at 2:34 PM, Copperfield

Re: Streaming Build Timestamp parse error

2017-01-19 Thread Li Yang
Deserves a JIRA I think. Cheers Yang On Mon, Jan 16, 2017 at 2:34 PM, Copperfield wrote: > When i use timestamp as partition col, it occurs exception as follow: > java.text.ParseException: Unparseable date: "1484236798000" does not match >