Hello Everybody,
Firstly, I will be clear that I m using *Hive 0.10* and I do not have the
choice to use more recente release.
When starting a hive request the log file size increases extremely,
exceeding 3GB
I want to disable wriritng to this log file (this one whichi is difined by
the proeprty: hive.querylog.location )
I ve tried the following confs but nothing has changed:
<property>
<name>hive.querylog.enable.plan.progress</name>
<value>false</value>
</property>
<property>
<name>hive.session.history.enabled</name>
<value>false</value>
<description>Whether to log hive query, query plan, runtime statistics
etc </description>
</property>
Any answer will be appriciated :)
B.R.
Amjad