Re: insert timestamp values in Hive

2015-10-28 Thread AnandaVelMurugan Chandra Mohan
tingvaluesintotablesfromSQL> > don't > show the TBLPROPERTIES clause -- that needs to be fixed in the wiki. > > -- Lefty > > > > AnandaVelMurugan Chandra Mohan > October 26, 2015 at 17:49 > Hi, > > I believe my Hive version is Apache 1.2.0. I guessed it from the folder

Re: insert timestamp values in Hive

2015-10-27 Thread AnandaVelMurugan Chandra Mohan
ki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-Limitations> >> section? >> >> -- Lefty >> >> On Tue, Oct 27, 2015 at 1:02 AM, AnandaVelMurugan Chandra Mohan < >> ananthu2...@gmail.com> wrote: >> >>> Hi, >>> >&

Re: insert timestamp values in Hive

2015-10-26 Thread AnandaVelMurugan Chandra Mohan
nsertingvaluesintotablesfromSQL> > don't > show the TBLPROPERTIES clause -- that needs to be fixed in the wiki. > > -- Lefty > > > On Mon, Oct 26, 2015 at 8:49 PM, AnandaVelMurugan Chandra Mohan < > ananthu2...@gmail.com> wrote: > >> Hi, >> >>

insert timestamp values in Hive

2015-10-26 Thread AnandaVelMurugan Chandra Mohan
Hi, I believe my Hive version is Apache 1.2.0. I guessed it from the folder and hive-hwi.jar names. I am trying to insert values into a column of type timestamp. It does not work This is how I create the table CREATE TABLE tmp (reporttime timestamp); I tried following insert queries INSERT INTO