I have the folliwng query i run in cmd:
"hive -i <(echo 'set hive.cli.print.header=true;') -f '.file_submit/tester.hql' -i .file_submit/temp_settings.hql"
my temp_settings contains thing like:
SET start_dt = '201801';SET schema = products;
when i run the above i get an error:
WARN conf.HiveConf: HiveConf of name hive.mapred.strict does not exist
21/06/14 13:48:16 WARN conf.HiveConf: HiveConf of name hive.mapred.supports.subdirectories does not exist
log4j:WARN No such property [maxFileSize] in org.apache.log4j.DailyRollingFileAppender.
what am i doing wrong?