Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23658
Change subject: IMPALA-14545: Don't use absolute hdfs paths for JDBC table driver.url ...................................................................... IMPALA-14545: Don't use absolute hdfs paths for JDBC table driver.url After IMPALA-13661 merged, S3PlannerTest.testDataSourceTables has been failing with an error trying to fetch the JDBC driver for functional.jdbc_decimal_tbl. This particular table's definition uses a path like 'hdfs://localhost:20500/test-warehouse/...' which explicitly depends on HDFS rather than relying on the default filesystem. Changing this to use a path like '/test-warehouse/...' without the HDFS dependency fixes the S3PlannerTest. Testing: - Ran S3 fe tests Change-Id: I3f2c86fcc6c1dee75d7d9a9be04468cb197ae13c --- M testdata/bin/create-ext-data-source-table.sql 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/58/23658/1 -- To view, visit http://gerrit.cloudera.org:8080/23658 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3f2c86fcc6c1dee75d7d9a9be04468cb197ae13c Gerrit-Change-Number: 23658 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
