You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2021/06/29 22:59:00 UTC

[jira] [Created] (IMPALA-10774) Collect the output each time when starting Hive metastore or HiveServer2

Fang-Yu Rao created IMPALA-10774:
------------------------------------

             Summary: Collect the output each time when starting Hive metastore or HiveServer2
                 Key: IMPALA-10774
                 URL: https://issues.apache.org/jira/browse/IMPALA-10774
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Fang-Yu Rao
            Assignee: Fang-Yu Rao


Currently when we start the Hive Metastore or the HiveServer2 via {{run-hive-server.sh}}, {{hive-metastore.out}} and {{hive-server2.out}} will be generated, respectively. The output of executing the {{hive}} command will be redirected to the corresponding files mentioned above. However, since "{{>}}" is used to redirect the output, the previously generated files will be overwritten every time when the Hive Metastore or the HiveServer2 are restarted and thus some important error message may be lost during the restart.

Recall that the restart of the Hive Metastore or the HiveServer2 occurs several times during the E2E tests. To facilitate the debugging of issues related to the restart, it is better to append the newly produced output to the corresponding output files rather than overwriting the previously generated ones.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org