Wenzhe Zhou has uploaded a new patch set (#2). ( 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 --- M bin/bootstrap_system.sh M tests/query_test/test_ext_data_sources.py 2 files changed, 11 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/20634/2 -- 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: newpatchset Gerrit-Change-Id: I7dfaf38bf9178cb2ec7ef15c79c17a5ab1e1c6dc Gerrit-Change-Number: 20634 Gerrit-PatchSet: 2 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]>
