[email protected] has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/20639 )
Change subject: IMPALA-12470: Support different schemes for jdbc driver url when creating external jdbc table ...................................................................... IMPALA-12470: Support different schemes for jdbc driver url when creating external jdbc table This patch builds on top of IMPALA-5741 to copy the jdbc jar from remote filesystems: Ozone and S3. Currenty we only support hdfs. Testing: Commented out "@skipif.not_hdfs" qualifier in files: - tests/query_test/test_ext_data_sources.py - tests/custom_cluster/test_ext_data_sources.py 1) tested locally by running tests: - impala-py.test tests/query_test/test_ext_data_sources.py - impala-py.test tests/custom_cluster/test_ext_data_sources.py 2) tested using jenkins job for ozone and S3 Change-Id: I804fa3d239a4bedcd31569f2b46edb7316d7f004 --- M fe/src/main/java/org/apache/impala/common/FileSystemUtil.java M fe/src/main/java/org/apache/impala/planner/DataSourceScanNode.java M java/ext-data-source/jdbc/src/main/java/org/apache/impala/extdatasource/jdbc/dao/GenericJdbcDatabaseAccessor.java M testdata/bin/create-load-data.sh M tests/custom_cluster/test_ext_data_sources.py M tests/query_test/test_ext_data_sources.py 6 files changed, 64 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/20639/3 -- To view, visit http://gerrit.cloudera.org:8080/20639 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I804fa3d239a4bedcd31569f2b46edb7316d7f004 Gerrit-Change-Number: 20639 Gerrit-PatchSet: 3 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
