Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17642 )
Change subject: IMPALA-10774: Collect the output when starting Hive Metastore or HiveServer2 ...................................................................... IMPALA-10774: Collect the output when starting Hive Metastore or HiveServer2 Before this patch, when we started the Hive Metastore or the HiveServer2 via run-hive-server.sh, hive-metastore.out and hive-server2.out would be generated, respectively. The output of executing the hive command was redirected to the corresponding files mentioned above. However, since ">" was used to redirect the output, the previously generated files would be overwritten every time during the restart and thus some important error message may be lost. To collect more information regarding the restart, this patch appends the newly produced output to hive-metastore.out and hive-server2.out during the restart, which makes it easier for developers to troubleshoot issues related to the restart. Change-Id: I2efdbcf886e2d32ccf8c7eef038360884e44f216 Reviewed-on: http://gerrit.cloudera.org:8080/17642 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/bin/run-hive-server.sh 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Quanlong Huang: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/17642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2efdbcf886e2d32ccf8c7eef038360884e44f216 Gerrit-Change-Number: 17642 Gerrit-PatchSet: 3 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
