Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22550 )
Change subject: IMPALA-13802: move postgresql init to the end of bin/bootstrap_system.sh ...................................................................... IMPALA-13802: move postgresql init to the end of bin/bootstrap_system.sh postgresql initialization can fail if run a second time: sudo service postgresql initdb 3 ERROR: Data directory /var/lib/pgsql/data is not empty! This can led to skipping the rest of the script - a quick fix is to deal with postgresql at the end. Change-Id: I55e862ebe3b823e4aeaaa656d5536b6317b5e19c Reviewed-on: http://gerrit.cloudera.org:8080/22550 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_system.sh 1 file changed, 51 insertions(+), 43 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22550 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I55e862ebe3b823e4aeaaa656d5536b6317b5e19c Gerrit-Change-Number: 22550 Gerrit-PatchSet: 5 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
