Csaba Ringhofer has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22383 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Wenzhe Zhou <[email protected]> --- M bin/bootstrap_system.sh M testdata/bin/load-ext-data-sources.sh 2 files changed, 6 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Verified Wenzhe Zhou: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I3829116f4c6d6f6cba2da824cd9f31259a15ca1b Gerrit-Change-Number: 22383 Gerrit-PatchSet: 2 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
