I have to access a hive database.In that database the time is stored as epochtime inside a bigint column.I retrive the data in yyyy-mm-dd format.Can someone please help me with this
Table description
temp_table name string ts bigint age int
ts column stores the data in epoch time stamp format
when I give select * from temp_table
values retrived are
bob 1374752536 12
I need the output as
bob 2013-07-25 12:14:17 12