Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/19944
```
<property>
<name>hive.server2.logging.operation.enabled</name>
<value>true</value>
</property>
<property>
<name>hive.server2.logging.operation.level</name>
<value>VERBOSE</value>
</property>
<property>
<name>hive.querylog.location</name>
<value>/data/logs/hive/${user.name}</value>
</property>
```
I am afraid that thriftserver PR could break it, because it writes to the
log if `hive.server2.logging.operation.enabled` is set to true.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]