Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15243 )
Change subject: IMPALA-9402: Relax bootstrap condition for PostgreSQL permission tweaks ...................................................................... IMPALA-9402: Relax bootstrap condition for PostgreSQL permission tweaks bin/bootstrap_system.sh was looking for a strict combination of OS platform / pg_hba.conf location / default authN method when setting up the default Impala build environment. This combo proved to be too strict for CentOS 7.4 running with PostreSQL 9.2, and failed to set up this environment correctly, which lead to a failure in the dataload phase. The patch fixes the permission tweak for this combination by relaxing the initial condition where the tweak may be applied. Change-Id: I31cbee6c22f9c27b1ff2b9200bb356be14429f39 Reviewed-on: http://gerrit.cloudera.org:8080/15243 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_system.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/15243 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I31cbee6c22f9c27b1ff2b9200bb356be14429f39 Gerrit-Change-Number: 15243 Gerrit-PatchSet: 3 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
