Hello David Knupp, Tim Armstrong,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/15243
to review the following change.
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
---
M bin/bootstrap_system.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/43/15243/1
--
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: newchange
Gerrit-Change-Id: I31cbee6c22f9c27b1ff2b9200bb356be14429f39
Gerrit-Change-Number: 15243
Gerrit-PatchSet: 1
Gerrit-Owner: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>