[ 
https://issues.apache.org/jira/browse/IMPALA-12470?focusedWorklogId=886015&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-886015
 ]

ASF GitHub Bot logged work on IMPALA-12470:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Oct/23 22:16
            Start Date: 18/Oct/23 22:16
    Worklog Time Spent: 10m 
      Work Description: gaurav1086 opened a new pull request, #60:
URL: https://github.com/apache/impala/pull/60

   Change-Id: Id103306c32238ec501aeb6cf55d1aed1af2641fa




Issue Time Tracking
-------------------

            Worklog Id:     (was: 886015)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support different schemes for jdbc driver url when creating external jdbc 
> table
> -------------------------------------------------------------------------------
>
>                 Key: IMPALA-12470
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12470
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Frontend
>            Reporter: Wenzhe Zhou
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> jdbc driver url is specified as table property 'driver.url' when creating a 
> external jdbc table, like the sample below:
> {code:java}
> CREATE TABLE test_postgres (
>  id INT,
>  string_col STRING)
> PRODUCED BY DATA SOURCE JdbcDataSource(
> '{"database.type":"POSTGRES",
> "jdbc.url":"jdbc:postgresql://localhost:5432/functional",
> "jdbc.driver":"org.postgresql.Driver",
> "driver.url":"hdfs://localhost:20500/test-warehouse/data-sources/jdbc-driver/postgresql-jdbc.jar",
> "dbcp.username":"hiveuser",
> "dbcp.password":"password",
> "table":"alltypes"}');
> {code}
> In the initial patch, we only support to download the driver jar files from 
> hdfs.  We need to support different storage type, like 'file://', 's3a://', 
> etc.   



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to