Csaba Ringhofer has uploaded a new patch set (#2). ( 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 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 --- M bin/bootstrap_system.sh 1 file changed, 53 insertions(+), 47 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/22550/2 -- 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: newpatchset Gerrit-Change-Id: I55e862ebe3b823e4aeaaa656d5536b6317b5e19c Gerrit-Change-Number: 22550 Gerrit-PatchSet: 2 Gerrit-Owner: Csaba Ringhofer <[email protected]>
