THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
The logs are stored in the folderdirectory /tmp/<user.name>
:
/tmp/<user<user.name>name>/hive.log
Note: In local mode, prior to Hive 0.13.0 the log file name was ".log
" instead of "hive.log
". This bug was fixed in release 0.13.0 (see HIVE-5528 and HIVE-5676).
To configure a different log location, set hive.log.dir
in $HIVE_HOME/conf/hive-log4j.properties:. Make sure the directory has the sticky bit set (chmod 1777 <dir>
).
hive.log.dir=other<other_locationlocation>
If the user wishes, the logs can be emitted to the console by adding the arguments shown below:
...