Hello, For Hive add this in hive-site.xml in all hive's node <property>
<name>hive.querylog.location</name> <value>/local_path</value> <description>logs de requetes hive pour la redirection de logs hive</description> </property> 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 2014-02-21 13:06 GMT+01:00 Arafat, Moiz <[email protected]>: > Hi Hive Users , > > I have used below 2 variables to override the location of log files. > Default location is /tmp > > - hiveconf hive.log.dir > - hiveconf hive.querylog.location= > > It works fine, but when I have a map-join in the sql , it will still go > to /tmp instead of the value i provided. Please help. > > Thanks, > > Moiz > -- *Matouk IFTISSEN | Consultant BI & Big Data [image: http://www.ysance.com] * 24 rue du sentier - 75002 Paris - www.ysance.com <http://www.ysance.com/> Fax : +33 1 73 72 97 26 *Ysance sur* :*Twitter* <http://twitter.com/ysance>* | Facebook <https://www.facebook.com/pages/Ysance/131036788697> | Google+ <https://plus.google.com/u/0/b/115710923959357341736/115710923959357341736/posts> | LinkedIn <http://www.linkedin.com/company/ysance> | Newsletter <http://www.ysance.com/nous-contacter.html>* *Nos autres sites* : *ys4you* <http://wwww.ys4you.com/>* | labdecisionnel <http://www.labdecisionnel.com/> | decrypt <http://decrypt.ysance.com/>*
