Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.9.0
-
None
-
None
Description
In AdminManual Configuration (https://cwiki.apache.org/Hive/adminmanual-configuration.html), the description of hive.querylog.location mentioned that if the variable set to empty string structured log will not be created.
But it fails with the following setting,
<property>
<name>hive.querylog.location</name>
<value></value>
</property>
It seems that it can NOT get an empty value from HiveConf.ConfVars.HIVEHISTORYFILELOC, but the default value.
Attachments
Issue Links
- duplicates
-
HIVE-4513 disable hivehistory logs by default
- Closed
- is related to
-
HADOOP-8056 Configuration doesn't pass empty string values to tasks
- Resolved