Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22383
Change subject: IMPALA-13693: Fix load-ext-data-sources.sh on Rocky 9.5 ...................................................................... IMPALA-13693: Fix load-ext-data-sources.sh on Rocky 9.5 Two permission issues caused this dataload step to fail: - Lack of X permission on home directory (seems linux specific). - LOAD statement has no right to use \tmp for some reason - using \LOAD instead solves this. I don't know what postgres/configuration change caused this. Testing: - dataload and ext-data-source related tests passed on Rocky Linux 9.5 Change-Id: I3829116f4c6d6f6cba2da824cd9f31259a15ca1b --- M bin/bootstrap_system.sh M testdata/bin/load-ext-data-sources.sh 2 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/22383/1 -- To view, visit http://gerrit.cloudera.org:8080/22383 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3829116f4c6d6f6cba2da824cd9f31259a15ca1b Gerrit-Change-Number: 22383 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
