You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Dong Chen (JIRA)" <ji...@apache.org> on 2014/12/16 09:52:13 UTC

[jira] [Created] (HIVE-9120) Hive Query log does not work when hive.exec.parallel is true

Dong Chen created HIVE-9120:
-------------------------------

             Summary: Hive Query log does not work when hive.exec.parallel is true
                 Key: HIVE-9120
                 URL: https://issues.apache.org/jira/browse/HIVE-9120
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2, Logging
            Reporter: Dong Chen


When hive.exec.parallel is true, the query log is not saved and Beeline can not retrieve it.
When parallel, Driver.launchTask() may run the task in a new thread if other conditions are also on. TaskRunner.start() is invoked instead of TaskRunner.runSequential(). This cause the threadlocal variable OperationLog to be null and query logs are not logged.
The OperationLog object should be set in the new thread in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)