I have a csv file in hdfs and need to create a external table in Hive. I also need to add a extra column timestamp that should by default hold the value of record insert timestamp. I read that it is not possible in hive to set a default value like SQL Server.
How to handle this case?