Re: java.lang.TypeNotPresentException: Type timestamp not present

2014-06-02 Thread Eugene Koifman
t; I am using hive 0.13 and I created a table with a column date in >> timestamp format. >> When I used pig script to store data into the table I got exception >> java.lang.TypeNotPresentException: Type timestamp not present >> >> This is my pig script >> >> resu

Re: java.lang.TypeNotPresentException: Type timestamp not present

2014-06-02 Thread Rahul Channe
Patcharee Thongtra < patcharee.thong...@uni.no> wrote: > Hi, > > I am using hive 0.13 and I created a table with a column date in timestamp > format. > When I used pig script to store data into the table I got exception > java.lang.TypeNotPresentException: Type timest

java.lang.TypeNotPresentException: Type timestamp not present

2014-06-02 Thread Patcharee Thongtra
Hi, I am using hive 0.13 and I created a table with a column date in timestamp format. When I used pig script to store data into the table I got exception java.lang.TypeNotPresentException: Type timestamp not present This is my pig script result = FOREACH result_raw GENERATE generate ToDate