You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Santhosh Thomas <sa...@yahoo.com> on 2014/05/22 07:19:49 UTC

what is the meaning of Table.createTime()?

I am trying to find the creation time of a table using table.createTime() function. I was hoping that it returns the time in milli seconds, but looks like it is not. Any idea how to get the actual table creation time?
 
thanks
Santhosh

Re: what is the meaning of Table.createTime()?

Posted by Navis류승우 <na...@nexr.com>.
It's seconds.

new Date(time * 1000);


2014-05-22 14:19 GMT+09:00 Santhosh Thomas <sa...@yahoo.com>:

> I am trying to find the creation time of a table using table.createTime()
> function. I was hoping that it returns the time in milli seconds, but looks
> like it is not. Any idea how to get the actual table creation time?
>
> thanks
> Santhosh
>