Hello All,
we need to bring down the hive log level to ERROR
follow are the files related to hive log properties, . in which file we need to change INFO to ERROR
find / -name "hive-*.properties"
/etc/hive/2.5.0.0-1245/0/hive-log4j.properties
/etc/hive/2.5.0.0-1245/0/hive-exec-log4j.properties
/etc/hive/2.5.0.0-1245/0/conf.server/hive-log4j.properties
/etc/hive/2.5.0.0-1245/0/conf.server/hive-exec-log4j.properties
/etc/hive/conf.backup/hive-log4j.properties
/etc/hive/conf.backup/hive-exec-log4j.properties
/usr/hdp/2.5.0.0-1245/etc/hive/conf.dist/hive-log4j.properties
/usr/hdp/2.5.0.0-1245/etc/hive/conf.dist/hive-exec-log4j.properties
this we want to automate through power shell, kindly guide us how to do this.