while trying to set current timestamp in hive and use it later. Gets the following error
hive> set start_time= unix_timestamp();
FAILED: Parse Error: line 1:0 cannot recognize input near 'unix_timestamp' '(' ')'
Am i doing something wrong or is there any other way to capture current timestamp in hive?