ins , hive reads the hive-log4j.properties again ?
Please advise .
Thanks,
Moiz
From: Matouk IFTISSEN [matouk.iftis...@ysance.com]
Sent: Friday, February 21, 2014 8:59 AM
To: user@hive.apache.org
Subject: Re: How To Change Location of Hive Log File
Hello,
For Hive
Hello,
For Hive add this in hive-site.xml in all hive's node
hive.querylog.location
/local_path
logs de requetes hive pour la redirection de logs
hive
For Hadoop (job mapred) add this in 'hadoop-env.sh' in all hadoop's node
export HADOOP_LOG_DIR=/local_path
Hope this help you ;)
Matouk