Hi, all
Refer to https://cwiki.apache.org/Hive/adminmanual-configuration.html, if I
set "hive.querylog.location" to an empty string, it won't create structured
log.

I filed hive-site.xml in HIVE_HOME/conf and add the following setting,
<property>
  <name>hive.querylog.location</name>
  <value></value>
</property>

BUT it didn't work, when launch HIVE_HOME/bin/hive, it created a history
file in /tmp/<user.name> which is the default directory of this property.

Do you know how to set an EMPTY value in hive-site.xml?


Thanks,
- Bing

Reply via email to