hadoop - Insert Timestamp in Hive table -


i trying create hive table putting data hdfs, while inserting data want add data insertion time in table. don't know how it, if guys can wonderful. thanks

from_unixtime(unix_timestamp()) insert timestamp in table.

select column1 ,columns2 , from_unixtime(unix_timestamp()) timestamp table, work you.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -