Wenzhe Zhou has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20634 )
Change subject: IMPALA-12530: Make Postgres server to accept remote connections from same subnet ...................................................................... IMPALA-12530: Make Postgres server to accept remote connections from same subnet Currently Postgres server in Impala mini-cluster only accepts local connections. In dockerised-tests, Impala daemons and Postgres server are running on different hosts so Postgres server is not accessible for Impala coordinators. This patch changes the configurations of Postgres server to make it accept remote connections from hosts in the same sub network. Enables query_test/test_ext_data_sources.py for dockerised-tests. Testing: - Passed dockerised-tests. - Passed regular core-tests. Change-Id: I7dfaf38bf9178cb2ec7ef15c79c17a5ab1e1c6dc Reviewed-on: http://gerrit.cloudera.org:8080/20634 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M bin/bootstrap_system.sh M tests/query_test/test_ext_data_sources.py 2 files changed, 11 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Verified Quanlong Huang: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20634 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7dfaf38bf9178cb2ec7ef15c79c17a5ab1e1c6dc Gerrit-Change-Number: 20634 Gerrit-PatchSet: 3 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
