when I am trying to create a TEMP table getting below error
drop table app_fwa.tmpsettime;
select * from app_fwa.tmpsettime;
create temporary table app_fwa.tmpsettime AS SELECT from_unixtime(unix_timestamp()) as vartime;
Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask