Fang-Yu Rao has posted comments on this change. ( http://gerrit.cloudera.org:8080/17642 )
Change subject: IMPALA-10774: Collect the output when starting Hive Metastore or HiveServer2 ...................................................................... Patch Set 2: (2 comments) Hi all, I have addressed Quanlong's comments in the previous iteration. Let me know if there is any other suggestion. Thank you very much for the help! http://gerrit.cloudera.org:8080/#/c/17642/1/testdata/bin/run-hive-server.sh File testdata/bin/run-hive-server.sh: http://gerrit.cloudera.org:8080/#/c/17642/1/testdata/bin/run-hive-server.sh@135 PS1, Line 135: --service metastore -p $HIVE_METASTORE_PORT >> ${LOGDIR}/hive-metastore.out 2>&1 & : > Most of these outputs don't have associated timestamps. I can only see one Thanks Quanlong! I agree with you. I will remove "2>> ${LOGDIR}/hive-metastore.err" in the next iteration. As for those 2 redirection operators, I think you are correct. According to https://stackoverflow.com/questions/20081653/two-redirection-operators-in-one-command, only the last one (the rightmost one) will be used. http://gerrit.cloudera.org:8080/#/c/17642/1/testdata/bin/run-hive-server.sh@153 PS1, Line 153: # Wait for the HiveServer2 service to come up because callers of this script > Same comment as above. Done -- 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: comment Gerrit-Change-Id: I2efdbcf886e2d32ccf8c7eef038360884e44f216 Gerrit-Change-Number: 17642 Gerrit-PatchSet: 2 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]> Gerrit-Comment-Date: Wed, 30 Jun 2021 22:11:56 +0000 Gerrit-HasComments: Yes
