Using the SQL View to write a HiveQL insert statement, I receive an error "SQL Error: An exception was caught. The Subject is not set.". I haven't been to find much information regarding what's causing this error as syntactically the insert statement looks correct. Has anyone received this same error?
insert into TABLE column1,column2
from database.table where column1 between 'date' and 'date';