mirror of
https://github.com/apache/impala.git
synced 2025-12-30 03:01:44 -05:00
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 Reviewed-on: http://gerrit.cloudera.org:8080/20639 Reviewed-by: Wenzhe Zhou <wzhou@cloudera.com> Tested-by: Wenzhe Zhou <wzhou@cloudera.com>