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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -