Member since
06-14-2021
1
Post
0
Kudos Received
0
Solutions
06-14-2021
07:47 AM
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?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive